function objectEmbed_videokiste(root, site_id) {
    
    document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"  codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="268" height="307">');
	    document.write('<param name="movie" value="'+root+'flash/videokiste/video.swf?site_id='+site_id+'&serverpath='+root+'flash/videokiste/"">');
	    document.write('<param name="quality" value="high">');
	    document.write('<param name="wmode" value="transparent">');
	    document.write('<embed src="'+root+'flash/videokiste/video.swf?site_id='+site_id+'&serverpath='+root+'flash/videokiste/" width="268" height="307" wmode="transparent" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash"></embed>');
    document.write('</object>');
    
}


function objectEmbed_videoplayer(root, file) {

        document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"  codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="480" height="360">');
            document.write('<param name="movie" value="'+root+'flash/flvplay.swf" />');
            document.write('<param name="quality" value="high" />');
            document.write('<param name="FlashVars" value="file=../../../video/'+file+'" />');
            document.write('<embed src="'+root+'flash/flvplay.swf" width="480" height="360" quality="high" FlashVars="file=../../../video/'+file+'" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash"></embed>');
        document.write('</object>');
    
}


function objectEmbed_videoplayer_wide(root, file) {

        document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"  codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="640" height="360">');
            document.write('<param name="movie" value="'+root+'flash/flvplay.swf" />');
            document.write('<param name="quality" value="high" />');
            document.write('<param name="FlashVars" value="file=../../../video/'+file+'" />');
            document.write('<embed src="'+root+'flash/flvplay.swf" width="640" height="360" quality="high" FlashVars="file=../../../video/'+file+'" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash"></embed>');
        document.write('</object>');
    
}

function objectEmbed_livestream(file) {

        document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"  codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,115,0" width="480" height="360">');
            document.write('<param name="movie" value="'+file+'">');
            document.write('<param name="quality" value="high" />');
            document.write('<param name="allowScriptAccess" value="always" />');
            document.write('<param name="allowFullScreen" value="true" />');
            document.write('<embed src="'+file+'" width="480" height="360" quality="high" allowScriptAccess = "always" allowFullScreen = "true" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash"></embed>');
        document.write('</object>');
    
}

function objectEmbed_genericFlash(file, width, height) {

        document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"  codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="'+width+'" height="'+height+'">');
            document.write('<param name="movie" value="'+file+'">');
            document.write('<param name="quality" value="high" />');
            document.write('<embed src="'+file+'" width="'+width+'" height="'+height+'" quality="high" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash"></embed>');
        document.write('</object>');
    
}
