function embedMov(_src){
	embedScaledMov(_src,"533");
}
function embedWmv(_src){
	embedScaledWmv(_src,"533");
}
function embedScaledMov(_src,_ht){
	document.write('<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab" HEIGHT=533 WIDTH=960>');
	document.write('<PARAM NAME="src" VALUE="'+_src+'">');
	document.write('<PARAM NAME="scale" VALUE="tofit">');
document.write('<EMBED SRC="'+_src+'" HEIGHT='+_ht+' WIDTH=960 TYPE="video/quicktime" PLUGINSPAGE="http://www.apple.com/quicktime/download/" scale="tofit"/>');
	document.write('</object>\n');
}
function embedScaledWmv(_src,ht){
	document.write('<object id="mediaPlayer" width="960" height="'+_ht+'" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95" codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" standby="Loading Microsoft Windows Media Player components..." type="application/x-oleobject">');
	document.write('<PARAM NAME="FileName" VALUE="'+_src+'">');
	document.write('<EMBED type="application/x-mplayer2" pluginspage="http://microsoft.com/windows/mediaplayer/en/download/" id="mediaPlayer" name="mediaPlayer" SRC="'+_src+'" HEIGHT='+_ht+' WIDTH=960/>');
	document.write('</object>\n');
}