function bildfenster(video) {
	bildWin = window.open( "","video","location=no,width=368,height=386,toolbar=no,status=no,menubar=no,resizable=yes");
	bildWin.document.write('<html><head><title>..:: Bundestheater - Video ::..</title>');
	bildWin.document.write('<style type="text/css">.textschwarz {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #000000; line-height: 14px}</style>');
	bildWin.document.write('</head><body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">');
	bildWin.document.write('<div align="center"><table border="0" cellspacing="0" cellpadding="0"><tr>');
	bildWin.document.write('<td><img src="/Content.Node2/images/blank.gif" width="5" height="8"></td>');
	bildWin.document.write('<td><img src="/Content.Node2/images/blank.gif" width="5" height="8"></td>');
	bildWin.document.write('<td><img src="/Content.Node2/images/blank.gif" width="5" height="8"></td></tr>');
	bildWin.document.write('<tr><td>&nbsp;</td>');
	bildWin.document.write('<td align="center">');
	bildWin.document.write('<object id="MediaPlayer" width="352" height="370" data="' + video + '" type="application/x-mplayer2" ');
	bildWin.document.write('style="background-color: #000000;">');
	bildWin.document.write('<param name="filename" value="' + video + '">');
	//bildWin.document.write('<param name="width" value="352">');
	//bildWin.document.write('<param name="height" value="288">');
	bildWin.document.write('<param name="ShowControls" value="1">');
	bildWin.document.write('<param name="ShowStatusBar" value="1">');
	bildWin.document.write('<param name="ShowDisplay" value="0">');
	bildWin.document.write('<param name="DisplaySize" value="0">');
	bildWin.document.write('<param name="autosize" value="0">');
	bildWin.document.write('<param name="bgcolor" value="#000000">');
	bildWin.document.write('<em>Bundestheater Video</em></object>');

	//bildWin.document.write('<embed SRC="' + video + '" WIDTH="352" HEIGHT="288">');
	//bildWin.document.write('<noembed><a href="'+video+'" class="textschwarz"><node text_video_starten></a></noembed>');
	bildWin.document.write('</td><td>&nbsp;</td></tr>');
	bildWin.document.write('<tr><td><img src="/Content.Node2/images/blank.gif" width="5" height="20"></td><td>&nbsp;</td><td>&nbsp;</td></tr>');
	bildWin.document.write('<tr><td>&nbsp;</td>');
	bildWin.document.write('<td valign="top" class="textschwarz" align="center">');
	bildWin.document.write('<table width="320" border="0" cellspacing="0" cellpadding="0"><tr>');
	bildWin.document.write('<td class="textschwarz" width="384"><node text_text_unterm_video>');
	//bildWin.document.write('Zum Abspielen des Videos benötigen Sie <a href="http://www.apple.com/quicktime/download/" target=_blank class="textschwarz">Quicktime 6</a> oder höher.'); // <-- this line by paul
	bildWin.document.write('</td>');
	bildWin.document.write('</tr></table></td><td>&nbsp;</td></tr></table></div>');
	bildWin.document.write('</body></html>');
	bildWin.document.close();
}


// opens galerie-window
function openwingal(url) {

   var win = window.open(url,'galerie','resizable=yes,width=660,height=480');

}

