
function ValidateAndSubmit(objForm)
{
	
   
  
	objForm.submit();
	
   	
   
}




