<!-- Begin
function openPopup(theURL){
	var popurl=theURL
	window.open(theURL,'MyWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,left=0,top=0')
}
//  End -->


<!-- Begin
function openpopupimage(theURL){
	var popurl=theURL
	window.open(theURL,'MyWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=640,height=480,left=10,top=10')
}
//  End -->

<!-- Begin
function openpopupimage800(theURL){
	var popurl=theURL
	window.open(theURL,'MyWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=800,height=600,left=10,top=10')
}
//  End -->

<!-- Begin
function openpopupimagedik(theURL){
	var popurl=theURL
	window.open(theURL,'MyWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=359,height=480,left=10,top=10')
}
//  End -->

<!-- Begin
function openpopv(theURL){
	var popurl=theURL
	window.open(theURL,'MyWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=400,height=300,left=10,top=10')
}
//  End -->

<!-- Begin
function goKontrol(){
	if(document.forms[0].elements[2].value.length<1) {
		alert("The field with your Name is not correct or is empty.");
	} else {
		if(document.forms[0].elements[3].value.length<1) {
			alert("The field with your E-Mail is not correct or is empty.");
		} else {
			if(document.forms[0].elements[4].value.length<1) {
				alert("The field with your Message is not correct or is empty.");
			} else {
				var URL = document.forms[0].action + "?"+ document.forms[0].elements[0].name + "=" + document.forms[0].elements[0].value;
				for (i=2; i<5; i++)
					{ URL = URL + "&" + document.forms[0].elements[i].name + "=" + document.forms[0].elements[i].value;} 
				document.forms[0].submit();
			}
		}
	}
}
//  End -->

<!-- Begin
function goKontrolOrder(){
	if(document.forms[0].elements[2].value.length<1) {
		alert("The field with your Family Name is not correct or is empty.");
	} else {
		if(document.forms[0].elements[3].value.length<1) {
			alert("The field with your First Name is not correct or is empty.");
		} else {
			if(document.forms[0].elements[4].value.length<1) {
				alert("The field with your ADDRESS is not correct or is empty.");
			} else {
				if(document.forms[0].elements[5].value.length<1) {
					alert("The field with your CITY is not correct or is empty.");
				} else {
					if(document.forms[0].elements[7].value.length<1) {
						alert("The field with your COUNTRY is not correct or is empty.");
					} else {
						if(document.forms[0].elements[8].value.length<1) {
							alert("The field with your E-MAIL is not correct or is empty.");
						} else {
							if(document.forms[0].elements[9].value.length<1) {
								alert("Please select MODEL (1).");
							} else {
								if(document.forms[0].elements[10].value.length<1) {
									alert("Please select MODEL (2).");
								} else {
									if(document.forms[0].elements[11].value.length<1) {
										alert("Please select MODEL (3).");
									} else {
										var URL = document.forms[0].action + "?"+ document.forms[0].elements[0].name + "=" + document.forms[0].elements[0].value;
										for (i=2; i<11; i++)
											{ URL = URL + "&" + document.forms[0].elements[i].name + "=" + document.forms[0].elements[i].value;} 
										document.forms[0].submit();
									}
								}
							}
						}
					}
				}
			}
		}
	}
}
//  End -->