function InStr(n,s1,s2){var _4=InStr.arguments.length;if(_4<3){return n.indexOf(s1)+1;}else{return s1.indexOf(s2,n)+1;}}function Trim(s){return LTrim(RTrim(s));}function LTrim(s){var i=0;var j=0;for(i=0;i<=s.length-1;i++){if(s.substring(i,i+1)!=" "){j=i;break;}}return s.substring(j,s.length);}function RTrim(s){var j=0;for(var i=s.length-1;i>-1;i--){if(s.substring(i,i+1)!=" "){j=i;break;}}return s.substring(0,j+1);}function echeck(_c){_c=Trim(_c);var at="@";var _e=".";var _f=_c.indexOf(at);var _10=_c.length;var _11=_c.indexOf(_e);myArray=new Array('hotmasil','homail','hoiotmail','hotmailo.com','hoymail','yahooo','@ahoo','@htmail','@hmail.com','@hotmai.com','hotnail','@latin.com','@123mail.com','yaahoo.es','yahoomail.','hot.mail.','hotmai.com','wanandoo','hptmail','totmail','yohoo.','@1hotmail','@hotmail.con','@homtmail','@hoitmail','@homtail','@cliente.','@hgotmail.','@holmail','@hiotmail','htomail','tera.es','@hotmailt','@jsj.','htomail','wanaddo.','@wanaddo','asdf','@anadoo','@anadoo.es','@2hotmail','@gotmail','@h0tmail','@haotmail','@hatmail','@hoitmail','@holmai','@holmei','@homail','@hormail','@hostamil','@hotamil','@hotmai.','@hotmaii','@hotmail.cpm','@hotmaill','@hotmal','@hotmial','@hottmail','@hotmiel','@hoymail','@htmail','@htomail','@nhotmail','@nomail','@ohmail','@otmail','@jaztel.com','@latimail','@mama','@mixamail','@mns','@pruba.com','@prueba','@sumadre','@telefinica','@telefoncia','@timofonica','@telefonoca','@elefonica.net','@teleleline','@telenine','@tumadre','@uyahoo.es','@yahho','@yahho','@yaho.','@hayoo','@yahooo.','@yahooo.es','@yajoo.','@yaoo','@yhoo','@ahoo','@ahoo.com','@yshoo','@hahoot','ejemplo.com','ejenplo.com','emilpersonal.com','hotmmail','hootmail','hotmil','hyotmail','@yaho.','g.com','@mail.');if(_c.indexOf(at)==-1){eAlert.showAlert("Por favor, introduzca un email valido","BvueloDispon2_txemailblock");return false;}if(_c.indexOf(at)==-1||_c.indexOf(at)==0||_c.indexOf(at)==_10){eAlert.showAlert("Por favor, introduzca un email valido","BvueloDispon2_txemailblock");return false;}if(_c.indexOf(_e)==-1||_c.indexOf(_e)==0||_c.indexOf(_e)==_10){eAlert.showAlert("Por favor, introduzca un email valido","BvueloDispon2_txemailblock");return false;}if(_c.indexOf(at,(_f+1))!=-1){eAlert.showAlert("Por favor, introduzca un email valido","BvueloDispon2_txemailblock");return false;}if(_c.substring(_f-1,_f)==_e||_c.substring(_f+1,_f+2)==_e){eAlert.showAlert("Por favor, introduzca un email valido","BvueloDispon2_txemailblock");return false;}if(_c.indexOf(_e,(_f+2))==-1){eAlert.showAlert("Por favor, introduzca un email valido","BvueloDispon2_txemailblock");return false;}if(_c.indexOf(" ")!=-1){eAlert.showAlert("Por favor, introduzca un email valido",_13);return false;}for(var j=0;j<myArray.length;j++){if((InStr(_c,myArray[j]))>0){eAlert.showAlert("Por favor, introduzca un email valido","BvueloDispon2_txemailblock");return false;}}return true;}function ValidateForm(_13){if((_13.value==null)||(_13.value=="")){eAlert.showAlert("Por favor, introduzca su email","BvueloDispon2_txemailblock");_13.focus();return false;}if(echeck(_13.value)==false){_13.value="";_13.focus();return false;}return true;}