function checkform(obj){
	if(obj.blno.value==''){
		alert('Please input the B/L NO.');
		return false;
	}
}





