<!--
	var x=0;
	var y=0;


function makeWindowContact(selectedLang) {
//	var x=screen.width/2-390;
//	var y=screen.height/2-240;
	var fenster=window.open("http://www.testosites.de/testo622-testo623/"+selectedLang+"/thanks.html","Thanks","width=800,height=600,screenX="+x+",screenY="+y+",location=no,resizable=no,toolbar=no,status=yes,menubar=no,scrollbars=yes,dependent=yes");
	fenster.moveTo(x,y);
	fenster.focus();
}

//-->
