//
//--------------------------------------------------
//  Active Content
//
var url;
var w;
var h;
var color;

function RunContentFlash(url,w,h,color) {
	document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="'+w+'" height="'+h+'" id="main" align="middle" onmousewheel="scrollFlash(this)" onfocus="enableScroll(this)" onblur="disableScroll(this)">\n');
	document.write('<param name="allowScriptAccess" value="sameDomain">\n');
	document.write('<param name="movie" value="'+url+'">\n');
	document.write('<param name="quality" value="high">\n');
	document.write('<param name="bgcolor" value="#'+color+'">\n');
	document.write('<embed src="'+url+'" quality="high" bgcolor="#'+color+'" width="'+w+'" height="'+h+'" name="main" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer">\n');
	document.write('</object>');
}
//
//--------------------------------------------------
var ordner;
var quicktime;	
function RunActiveContentQT(quicktime,ordner,seite) {
	document.write('<OBJECT CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" WIDTH="640" HEIGHT="375" id="mainmovie" CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab">');
	document.write('<PARAM name="SRC" VALUE="../videos/'+ ordner +'/'+ quicktime +'">');
	document.write('<PARAM name="AUTOPLAY" VALUE="true">');
	document.write('<PARAM name="CONTROLLER" VALUE="true">');
	document.write('<PARAM name="bgcolor" VALUE="333333">');
	document.write('<PARAM name="kioskmode" VALUE="true">');
	document.write('<embed name="mainmovie" EnableJavaScript="true" autoplay="true" pluginspage="http://www.apple.com/quicktime/download/" bgcolor="333333" controller="true" kioskmode="true" width="640" height="375" src="../../'+seite+'/videos/'+ ordner +'/'+ quicktime +'"></embed>\n');
	//document.write('<embed name="themovie" EnableJavaScript="true" autoplay="true" pluginspage="http://www.apple.com/quicktime/download/" bgcolor="000000" controller="true" kioskmode="true" width="480" height="375" src="../swf/preloader.mov" qtsrc="../db_images/'+ quicktime +'"></embed>\n');
	document.write("</OBJECT>");
}

var windowsmedia;	
function RunActiveContentWMV(windowsmedia,ordner,seite) {
	document.write('<embed type="application/x-mplayer2" name="themovie" id="mediaPlayer" autostart="true" pluginspage="http://microsoft.com/windows/mediaplayer/en/download/" bgcolor="333333" showcontrols="true" displaysize="4" autosize=-1 showtracker="-1" showdisplay="0" showstatusbar="-1" videoborder3d="-1" designtimesp="5311" loop="false" width="640" height="375" src="../../'+seite+'/videos/'+ ordner +'/'+ windowsmedia +'"></embed>\n');
}
//
//--------------------------------------------------