function showpr(){
			document.writeln("<OBJECT classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/SWFlash.cab#version=8,0,0,0' WIDTH='100%' HEIGHT='600' id='theprivateroom01' ALIGN='bottom'>");
			document.writeln("<PARAM NAME=movie VALUE='theprivateroom03.swf'>");
			document.writeln("<PARAM NAME=menu VALUE=false>");
			document.writeln("<PARAM NAME=quality VALUE=high>");
			document.writeln("<PARAM NAME=salign VALUE=LT>");
			document.writeln("<PARAM NAME=bgcolor VALUE=#000000>");
			document.writeln("<EMBED src='theprivateroom03.swf' menu=false quality=high salign=LT bgcolor=#000000  WIDTH='100%' HEIGHT='600' NAME='theprivateroom01' ALIGN='bottom' TYPE='application/x-shockwave-flash' PLUGINSPAGE='http://www.macromedia.com/go/getflashplayer'>");
			document.writeln("</EMBED>");
			document.writeln("</OBJECT>");
}

WinAppearance="toolbar=no,location=no,directories=no,scrollbars=no,status=no,resizable=yes,copyhistory=no";
WinAppearanceScroll="toolbar=no,location=no,directories=no,scrollbars=yes,status=no,resizable=yes,copyhistory=no";

function Pop(url,name,breite,hoehe) { 
	breite += 20;
	hoehe += 40;
  var w = window.open(url,name,WinAppearance+',top=200,left=400,width='+breite+',height='+hoehe);
  w.focus();
  var Nbreite = breite + 20;
  var Nhoehe = hoehe + 40;
  w.resizeTo(Nbreite,Nhoehe);
  
}

function PopScroll(url,name,breite,hoehe) { 
  window.open(url,name,WinAppearanceScroll+',top=200,left=400,width='+breite+',height='+hoehe);
}
