
function zentriert()
{
var iMyWidth;
var iMyHeight;
iMyWidth = (window.screen.width/2) - (250 + 10)
iMyHeight = (window.screen.height/2) - (300 + 50)
var win2 = window.open("baugrundstueckekarte.htm","Fenster2","status,height=600,width=500,resizable=no,left=" + iMyWidth + ",top=" + iMyHeight + ",screenX=" + iMyWidth + ",screenY=" + iMyHeight + ",scrollbars=no")
}


function kohchangbauland_pp01()
{
var iMyWidth;
var iMyHeight;
iMyWidth = (window.screen.width/2) - (481 + 10)
iMyHeight = (window.screen.height/2) - (217 + 50)
var win2 = window.open("baugrundstuecke_ocs01_pp.htm","Fenster2","status,height=435,width=962,resizable=no,left=" + iMyWidth + ",top=" + iMyHeight + ",screenX=" + iMyWidth + ",screenY=" + iMyHeight + ",scrollbars=no")
}



function kohchangbauland_pp02()
{
var iMyWidth;
var iMyHeight;
iMyWidth = (window.screen.width/2) - (481 + 10)
iMyHeight = (window.screen.height/2) - (217 + 50)
var win2 = window.open("baugrundstuecke_ocs02_pp.htm","Fenster2","status,height=435,width=962,resizable=no,left=" + iMyWidth + ",top=" + iMyHeight + ",screenX=" + iMyWidth + ",screenY=" + iMyHeight + ",scrollbars=no")
}


function kohchangbauland_pp04()
{
var iMyWidth;
var iMyHeight;
iMyWidth = (window.screen.width/2) - (481 + 10)
iMyHeight = (window.screen.height/2) - (217 + 50)
var win2 = window.open("baugrundstuecke_ocs04_pp.htm","Fenster2","status,height=435,width=962,resizable=no,left=" + iMyWidth + ",top=" + iMyHeight + ",screenX=" + iMyWidth + ",screenY=" + iMyHeight + ",scrollbars=no")
}

function kohchangbauland_pp05()
{
var iMyWidth;
var iMyHeight;
iMyWidth = (window.screen.width/2) - (481 + 10)
iMyHeight = (window.screen.height/2) - (217 + 50)
var win2 = window.open("baugrundstuecke_ocs05_pp.htm","Fenster2","status,height=435,width=962,resizable=no,left=" + iMyWidth + ",top=" + iMyHeight + ",screenX=" + iMyWidth + ",screenY=" + iMyHeight + ",scrollbars=no")
}


function kohchangbauland_pp07()
{
var iMyWidth;
var iMyHeight;
iMyWidth = (window.screen.width/2) - (481 + 10)
iMyHeight = (window.screen.height/2) - (217 + 50)
var win2 = window.open("baugrundstuecke_ocs07_pp.htm","Fenster2","status,height=435,width=962,resizable=no,left=" + iMyWidth + ",top=" + iMyHeight + ",screenX=" + iMyWidth + ",screenY=" + iMyHeight + ",scrollbars=no")
}


function kohchangbauland_pp10()
{
var iMyWidth;
var iMyHeight;
iMyWidth = (window.screen.width/2) - (481 + 10)
iMyHeight = (window.screen.height/2) - (217 + 50)
var win2 = window.open("baugrundstuecke_ocs10_pp.htm","Fenster2","status,height=435,width=962,resizable=no,left=" + iMyWidth + ",top=" + iMyHeight + ",screenX=" + iMyWidth + ",screenY=" + iMyHeight + ",scrollbars=no")
}



function checkform(numb) {
	if (document.kontakt.firstname.value == "") {
		alert("Bitte geben Sie Ihren Vornamen an!");
		return false;
	} 
	if (document.kontakt.realname.value == "") {
		alert("Bitte geben Sie Ihren Nachnamen an!");
		return false;
	} 
	if (document.kontakt.nationality.value == "") {
		alert("Bitte geben Sie Ihre Nationalität an!");
		return false;
	}	
		if (document.kontakt.email.value == "") {
		alert("Bitte geben Sie Ihre E-Mail-Adresse an!");
		return false;
	} 
		if (document.kontakt.textarea.value == "") {
		alert("Bitte geben Sie Ihren Text auf ENGLISCH in das Anfrage-Feld ein!");
		return false;
	} 
}
