function setAjanlo(val) {
	document.getElementById('ajanlo').value=val;
	alert(document.getElementById('ajanlo').value);
}