            
function checkform(){	            	
if(document.forma.dh.value==''){	            		
    alert('ÇëÌîÐ´ÁªÏµµç»°!');	            		
    document.forma.dh.focus();	            		
return false;	            	}														            	
return true;	            }	                

