
function zentriert()
{
var iMyWidth;
var iMyHeight;
iMyWidth = (window.screen.width/2) - (250 + 10)
iMyHeight = (window.screen.height/2) - (300 + 50)
var win2 = window.open("../kohchangkarten/kohchangkarte.htm","Fenster2","status,height=600,width=500,resizable=no,left=" + iMyWidth + ",top=" + iMyHeight + ",screenX=" + iMyWidth + ",screenY=" + iMyHeight + ",scrollbars=no")
}



function peterheim()
{
var iMyWidth;
var iMyHeight;
iMyWidth = (window.screen.width/2) - (225 + 10)
iMyHeight = (window.screen.height/2) - (317 + 50)
var win2 = window.open("peterheim_ocs.htm","Fenster2","status,height=635,width=450,resizable=no,left=" + iMyWidth + ",top=" + iMyHeight + ",screenX=" + iMyWidth + ",screenY=" + iMyHeight + ",scrollbars=no")
}




function daniel()
{
var iMyWidth;
var iMyHeight;
iMyWidth = (window.screen.width/2) - (300 + 10)
iMyHeight = (window.screen.height/2) - (242 + 50)
var win2 = window.open("daniel_ocs.htm","Fenster2","status,height=485,width=600,resizable=no,left=" + iMyWidth + ",top=" + iMyHeight + ",screenX=" + iMyWidth + ",screenY=" + iMyHeight + ",scrollbars=no")
}





function ralf()
{
var iMyWidth;
var iMyHeight;
iMyWidth = (window.screen.width/2) - (300 + 10)
iMyHeight = (window.screen.height/2) - (242 + 50)
var win2 = window.open("ralf_ocs.htm","Fenster2","status,height=485,width=600,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.email.value == "") {
		alert("Bitte geben Sie Ihre E-Mail-Adresse an!");
		return false;
	} 
		if (document.kontakt.textarea.value == "") {
		alert("Bitte geben Sie Ihren Text in das Anfrage-Feld ein!");
		return false;
	} 
}