/* author: Agency Mariage */
/* Generated by AceHTML Freeware http://freeware.acehtml.com */
/* Creation date: 6/21/02 */

function noEntry() {
mE=document.form.E_mail.value;
mU=document.form.call.value;
mP=document.form.password.value;
mR=document.form.repeat.value;
if ((mE.length<1)||(mE.indexOf("*")!=-1)) {
alert("Your E_mail is requred !\nВашият E_mail се изисква !");
document.form.E_mail.value="** Fill / Попълнете";
document.form.E_mail.focus();
document.form.E_mail.select();
return false;
	}
	if ((mE.length<7)||(mE.indexOf("@")==-1)||(mE.indexOf(".")==-1)) {
	alert("This is not a valid E_mail address !.\nТова не е валиден E-mail адрес !");
	document.form.E_mail.focus();
	return false;
	  }
		else if ((mP.length<3)) {
	    alert("At least 3 chars for your pass needed !.\nНужни са поне 3 знака за парола !");
	    document.form.password.value="***";
	    document.form.password.focus();
	    document.form.password.select();
	    return false;
	      }
		  else if ((mP!=mR)) {
	      alert("You have typed two defferent passwords ! !.\nНаписахте две различни пароли !");
	      document.form.password.focus();
	      document.form.password.select();
		  return false;
	        }
	      else  return true;
}




function newWindow(ContactForm) {
/* Това е само коментар в тялото на функцията! */
profileWindow=window.open(ContactForm,"","toolbar=1, location=0, directories=0,menuBar=0, scrollbars=1, resizable=1,status=1, width=500, height=663, left=0, top=0");profileWindow.focus();
}






function newChatWindow(ContactForm) {
/* Това е само коментар в тялото на функцията! */
profileWindow=window.open(ContactForm,"","toolbar=0, location=0, directories=0,menuBar=0, scrollbars=1, resizable=1, status=no, width=700, height=870, left=300, top=0");profileWindow.focus();
}
