function fcnv_reg(type,lt,mobile_no) 
  {
  
  	if(mobile_no.length != 11 || isNaN(mobile_no))
  	{
  		mobile_no="";
  	}
		       
       window.open('register/fcnv_phone.jsp?lt='+lt+'&type='+type+'&phone='+mobile_no,'','resizable=yes,width=350,height=400');
               
          
 }  
 function clean(obj,val)
  {
          if(eval(obj).value==val)
          {
             	eval(obj).value="";
          }
 }