function oeffne () {
alert ("hgfhg");
}


function openWindow(File,windowWidth,windowHeight,beschrei) {
	newWindow = window.open(File,"newWindow","width="+windowWidth+", height="+windowHeight);

	newWindow.focus();
}
function openWindowZwei(File,windowWidth,windowHeight,beschrei) { 
	newWindowZwei = window.open(File,"newWindowZwei","width="+windowWidth+", height="+windowHeight);

	newWindowZwei.focus();
}
function openWindowVCard(File,windowWidth,windowHeight,beschrei) {
	newWindowVCard = window.open(File,"newWindowVCard","width="+windowWidth+", height="+windowHeight);

	newWindowVCard.focus();
}
function openWindowbl(File,windowWidth,windowHeight,beschrei) {
	newWindow = window.open(File,"newWindowbl","width="+windowWidth+", height="+windowHeight);

	newWindow.focus();
}
