function __ws__(id)
{
	document.write(id.text);id.id='';
}

function playflash2(file,width,height,bgcolor,quality,name,title,trans){
        document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="'+width+'" height="'+height+'" id="'+name+'" title="'+title+'">');  
        document.write('<param name="movie" value="'+file+'" />');
        document.write('<param name="quality" value="'+quality+'" />');
        document.write('<param name="wmode" value="'+trans+'" />');
        document.write('<param name="bgcolor" value="'+bgcolor+'" />');
        document.write('<embed src="'+file+'" quality="'+quality+'" wmode="transparent" bgcolor="'+bgcolor+'" width="'+width+'" height="'+height+'" name="'+name+'" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');
        document.write(title);
        document.write('</object>')
}


function playmovie2(file,width,height,autostrart,ShowControl,Tracker,name,title) {
        document.write('<object width="'+width+'" height="'+height+'" id="'+name+'" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95" codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,0,5,0803" standby="Loading Microsoft Windows Media Player components..."  type="application/x-oleobject" title="'+title+'">');  
        document.write('<param name="FileName" value="'+file+'" />');
        document.write('<param name="ShowControls" value="'+ShowControl+'" />');
        document.write('<param name="AutoStart" value="'+autostrart+'" />');
		document.write('<param name="ShowTracker" value="'+Tracker+'" />');
        document.write('<embed width="'+width+'" height="'+height+'" name="'+name+'" FileName="'+file+'" AutoStart="true" >	</embed>');
        document.write(title);
        document.write('</object>')
}


function playmovie3(file,width,height,autostrart,ShowControl,name,type,position,title){
 		document.write('<embed width="'+width+'" height="'+height+'" name="'+name+'" FileName="'+file+'" AutoStart="'+autostrart+'" style="FILTER: gray() :alpha(opacity=30);"  showaudiocontrols="'+ShowControl+'" showpositioncontrols="'+position+'" type="'+type+'" title="'+title+'"></embed>');
}
