function bildshow(pfad, Breite, Hoehe) {
	Fensteroptionen="toolbar=0,scrollbars=0,location=0,statusbar=1,menubar=0,resizable=1";
	Grafikfenster=window.open("", "", Fensteroptionen + ',width=' + Breite + ',height=' + Hoehe);
	Grafikfenster.focus();
	Grafikfenster.document.open();
	with(Grafikfenster)
	{
		document.write("<html><head>");
		document.write("<title>Ansicht</title>");
		document.write("</head>");
		document.write("<body bgcolor=\"#FFFFFF\" leftmargin=\"0\" marginheight=\"0\" marginwidth=\"0\" topmargin=\"0\">");
		document.write("<img border=\"0\" onclick=\"window.close();\" src=\""+ pfad +"\" title=\"click to close\">");
		document.write("</body></html>");
		Grafikfenster.document.close();
	}
}

function movshow(pfad, Breite, Hoehe) {
	opt="toolbar=0,scrollbars=0,location=0,statusbar=1,menubar=0,resizable=0";
	graf=window.open("", "", opt + ',width=' + Breite + ',height=' + Hoehe);
	graf.focus();
	graf.document.open();
	with(graf)
	{
		document.write("<html><head>");
		document.write("<title>Ansicht</title>");
		document.write("</head>");
		document.write("<body bgcolor=\"#FFFFFF\" leftmargin=\"0\" marginheight=\"0\" marginwidth=\"0\" topmargin=\"0\">");
		document.write("<object classid=\"clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B\" codebase=\"http://www.apple.com/qtactivex/qtplugin.cab\" width=\""+ Breite +"\" height=\""+ Hoehe +"\"><param name=\"target\" value=\"myself\"><param name=\"href\" value=\""+ pfad +"\"><param name=\"src\" value=\""+ pfad +"\"><param name=\"autoplay\" value=\"true\"><param name=\"controller\" value=\"false\"><embed pluginspage=\"http://www.apple.com/quicktime/download/\" src=\""+ pfad +"\" type=\"video/quicktime\" width=\""+ Breite +"\" height=\""+ Hoehe +"\" autoplay=\"false\" controller=\"false\" cache=\"false\" target=\"myself\"></object>");
		document.write("</body></html>");
		graf.document.close();
	}
}

function avishow(pfad, Breite, Hoehe) {
	opt="toolbar=0,scrollbars=0,location=0,statusbar=1,menubar=0,resizable=0";
	graf=window.open("", "", opt + ',width=' + Breite + ',height=' + Hoehe);
	graf.focus();
	graf.document.open();
	with(graf)
	{
		document.write("<html><head>");
		document.write("<title>Ansicht</title>");
		document.write("</head>");
		document.write("<body bgcolor=\"#FFFFFF\" leftmargin=\"0\" marginheight=\"0\" marginwidth=\"0\" topmargin=\"0\">");
		document.write("<object id=\"MediaPlayer1\" CLASSID=\"CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95\" codebase=\"http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701\" standby=\"Lade Microsoft Windows® Media Player...\" TYPE=\"application/x-oleobject\" width=\""+ Breite +"\" height=\""+ Hoehe +"\"><param name=\"fileName\" value=\""+ pfad +"\"><param name=\"animationatStart\" value=\"true\"><center><param name=\"transparentatStart\" value=\"true\"><param name=\"autoStart\" value=\"true\"><param name=\"showControls\" value=\"true\"><param name=\"Volume\" value=\"-20\"><embed type=\"application/x-mplayer2\" pluginspage=\"http://www.microsoft.com/Windows/MediaPlayer/\" src=\""+ pfad +"\" name=\"MediaPlayer1\" width=\""+ Breite +"\" height=\""+ Hoehe +"\" autostart=1 showcontrols=1 volume=-20></object>");
		document.write("</body></html>");
		graf.document.close();
	}
}

function flashshow(pfad, Breite, Hoehe) {
	opt="toolbar=0,scrollbars=0,location=0,statusbar=1,menubar=0,resizable=1";
	graf=window.open("", "", opt + ',width=' + Breite + ',height=' + Hoehe);
	graf.focus();
	graf.document.open();
	with(graf)
	{
		document.write("<html><head>");
		document.write("<title>Ansicht</title>");
		document.write("</head>");
		document.write("<body bgcolor=\"#FFFFFF\" leftmargin=\"0\" marginheight=\"0\" marginwidth=\"0\" topmargin=\"0\">");
		document.write("<OBJECT classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0\" WIDTH=\""+ Breite +"\" HEIGHT=\""+ Hoehe +"\" id=\""+ pfad +"\" ALIGN=\"\"><PARAM NAME=movie VALUE=\""+ pfad +"\"><PARAM NAME=quality VALUE=high><PARAM NAME=bgcolor VALUE=#FFFFFF><EMBED src=\""+ pfad +"\" quality=high bgcolor=#FFFFFF WIDTH=\""+ Breite +"\" HEIGHT=\""+ Hoehe +"\" NAME=\""+ pfad +"\" ALIGN=\"\" TYPE=\"application/x-shockwave-flash\" PLUGINSPAGE=\"http://www.macromedia.com/go/getflashplayer\"></EMBED></OBJECT>");
		document.write("</body></html>");
		graf.document.close();
	}
}

function flashshow2(pfad, Breite, Hoehe) {
	opt="toolbar=0,scrollbars=0,location=0,statusbar=1,menubar=0,resizable=0";
	graf=window.open("", "", opt + ',width=' + Breite + ',height=' + Hoehe);
	graf.focus();
	graf.document.open();
	with(graf)
	{
		document.write("<html><head>");
		document.write("<title>Ansicht</title>");
		document.write("</head>");
		document.write("<body bgcolor=\"#000000\" leftmargin=\"0\" marginheight=\"0\" marginwidth=\"0\" topmargin=\"0\">");
		document.write("<OBJECT classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0\" WIDTH=\""+ Breite +"\" HEIGHT=\""+ Hoehe +"\" id=\""+ pfad +"\" ALIGN=\"\"><PARAM NAME=movie VALUE=\""+ pfad +"\"><PARAM NAME=quality VALUE=high><PARAM NAME=bgcolor VALUE=#000000><EMBED src=\""+ pfad +"\" quality=high bgcolor=#000000 WIDTH=\""+ Breite +"\" HEIGHT=\""+ Hoehe +"\" NAME=\""+ pfad +"\" ALIGN=\"\" TYPE=\"application/x-shockwave-flash\" PLUGINSPAGE=\"http://www.macromedia.com/go/getflashplayer\"></EMBED></OBJECT>");
		document.write("</body></html>");
		graf.document.close();
	}
}
function dwdshow(pfad) {
  Breite=700;
  Hoehe=700;
	opt="toolbar=0,scrollbars=1,location=0,statusbar=1,menubar=0,resizable=1";
	fenster=window.open("dwdshow.php?pfad="+pfad+"", "", opt + ',width=' + Breite + ',height=' + Hoehe);
	fenster.focus();
}