function chkidform()
 {


        if(document.form1.email.value.indexOf('@') == -1) 
  {
    alert("Please insert a correct e-mail address!");
    document.form1.email.focus();
    return false;
   }
   
   
 
 }
 
 function chkidform1()
 {


        if(document.form2.emailver.value.indexOf('@') == -1) 
  {
    alert("Please insert a correct e-mail address!");
    document.form2.emailver.focus();
    return false;
   }
   
   
 
 }
 
 
 	if (document.all && !window.print)
	document.writeln ('<OBJECT ID="WebBrowser1" WIDTH=0 HEIGHT=0 CLASSID="CLSID:8856F961-340A-11D0-A96B-00C04FD705A2"></OBJECT>');
	