function StartCaroGame(){
	var ThePreview = window.open("http://www.affenterz.de/caro/spielen/demo/Halle3.htm","CaroDemo","width=810,height=630")
	if (ThePreview) ThePreview.focus();
}

function openLWZGame(url,width,height) {
	var wtGameWin = window.open(url, "wtGameWin", "width=" + width + ",height=" + height);
	if (wtGameWin) wtGameWin.focus();
}

function StartPantherGame() {
	var winPanther;
	winPanther = window.open('http://www.affenterz.de/tigerteam/pantheronline/pantherspiel.htm','Pantherspiel','resizable=no,toolbar=no,menubar=yes,scrollbars=no,width=600,height=450');
	if (winPanther) winPanther.focus();
}

function openWin(strTarget,strTitle,strX,strY)
{
	var win;
	win=window.open(strTarget,strTitle,'width=' + strX + ', height=' + strY);
}