function avto_sub()
{



	if (document.getElementById('kin_punct')!=null){
		document.getElementById('kin_punct').value='-1';
	}
	
	nampymok=document.getElementById('nampymok');
	if (nampymok.value=='-1'){
		alert('Оберіть напрямок');
	}
	as=document.getElementById('as').checked;
	av=document.getElementById('av').checked;
	
	
	if ((as==false)&&(av==false)){
		alert('Оберіть пункт відправлення');
	}
	
	if(((as==true)||(av==true))&&(nampymok.value!='-1')){
	document.f_avto.submit();	
	}
	
}
