<!--
function openDeepol(url,w,h) {
	leftPosition = (screen.width) ? (screen.width-w)/2 : 0;
	topPosition = (screen.height) ? (screen.height-h)/2 : 0;
	var windowprops = 'width=' + w + ',height=' + h + ',top='+ topPosition +',left='+ leftPosition +',toolbar=0,location=0,directories=0,status=0,scrollbars=0,menubar=0,resizable=0';
	popup = window.open(url,'deepol',windowprops);
	if(popup.window.focus){popup.window.focus();}
	// Wenn das Original-Browserfenster geschlossen werden soll, die folgende Zeile aktivieren
	//top.window.close();

}
function englishVersion() {
alert("English Version is coming soon.");
}
// -->
