function submitform()
{
	YY_checkform('theform','Username','#q','0','Field \'Username\' is not valid.','FName','#q','0','Field \'FName\' is not valid.','Email','S','2','Field \'Email\' is not valid.','Password','#q','0','Field \'Password\' is not valid.','Cofirm_Password','#Password','6','Field \'Cofirm_Password\' is not valid.');
if (document.MM_returnValue) {document.theform.submit()}else{}
//document.theform.submit();
 
} 