<!---

function fensterforum(theURL, theWidth, theHeight) {

	var myWindow;
	var theURL;
	var theWidth = 870;
	var theHeight = 640;
	
	myWindow = window.open(theURL,'fensterforum','width='+theWidth+',height='+theHeight+',top=130,left=180,resizable=0,scrollbars=yes,menubar=no,status=yes');
}

function fenstergallerie(w,h,url,n)
{
l = (screen.availWidth/2)-(w/2);
t = (screen.availHeight/2)-(h/2);
win = window.open(url,n,"width="+w+",height="+h+",left="+l+",top="+t+",resizable=0,scrollbars=yes");
win.focus();
}

function koreareise (theURL, theWidth, theHeight) {

	var myWindow;
	var theURL;
	var theWidth = 600;
	var theHeight = 640;
	
	myWindow = window.open(theURL,'fensterforum','width='+theWidth+',height='+theHeight+',top=130,left=180,resizable=0,scrollbars=yes,menubar=no,status=yes');
}

//end -->
