/* INSTRUCTIONS FOR EDITING
This file is used to accomadate the Active X
Click to activate issue.

Change the value of fileName
*/

var fileName = 'DTV_60_FNL.wmv';
var w = '320';
var h = '240';

document.write('<OBJECT ID="MediaPlayer" WIDTH='+w+' HEIGHT='+h+' classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95" codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,7,1112" standby="Loading Microsoft Windows Media Player components..." type="application/x-oleobject">');
document.write('<PARAM NAME="FileName" value="'+fileName+'">');
document.write('<PARAM NAME="ShowControls" VALUE="1">');
document.write('<PARAM NAME="ShowDisplay" VALUE="0">');
document.write('<PARAM NAME="ShowStatusBar" VALUE="0">');
document.write('<PARAM NAME="AutoSize" VALUE="0">');
document.write('<embed type="application/x-mplayer2" src="'+fileName+'" width='+w+' height='+h+'></embed>');
document.write('</OBJECT>');