function vid(fvid,width,height) 
{
	if(document.getElementById)
	{
		document.write('<div id="fvid">');
		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+'" id="FLVPlayer">');
		document.write('<param name="movie" value="FLVPlayer_Progressive.swf" />');
		document.write('<param name="salign" value="lt" />');
		document.write('<param name="quality" value="high" />');
		document.write('<param name="scale" value="noscale" />');
		document.write('<param name="FlashVars" value="&skinName=Clear_Skin_3&streamName=' + fvid + '&autoPlay=false&autoRewind=false" />');
		document.write('<embed src="FLVPlayer_Progressive.swf" flashvars="&skinName=Clear_Skin_3&streamName=' + fvid + '&autoPlay=false&autoRewind=false" quality="high" scale="noscale" width="'+width+'" height="'+height+'" name="FLVPlayer" salign="LT" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');
		document.write('</object>');
		document.write('</div>');
	}	
}
