
function buildplayerwc(show) {
    document.write('<OBJECT ID="vmediaplayer" width="432" height="360" '); 
    document.write('classid  ="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"');
    document.write('codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701"');
    document.write('standby="Loading Video..." type="application/x-oleobject">');
    document.write('<param name="fileName" value="' + show + '">');
    document.write('<param name="animationatStart" value="true">');
    document.write('<param name="transparentatStart" value="false">');
    document.write('<param name="autoStart" value="true" >');
    document.write('<param name="autosize" value="true" >');
    document.write('<param name="showControls" value="true" >');
    document.write('<param name="UImode" value="mini"  />');
    document.write('<param name="loop" value="false" >');
    document.write('<param name="clickToPlay" value="true" >');
    document.write('<EMBED type="application/x-mplayer2"');
    document.write('pluginspage="http://microsoft.com/windows/mediaplayer/en/download/"');
    document.write('id="vmediaplayer" ');
    document.write('name="vmediaplayer" ');
    document.write('displaysize="1" ');
    document.write('uimode="mini"');
    document.write('autosize="true" ');
    document.write('bgcolor="darkblue" ');
    document.write('showcontrols="true"   ');  
    document.write('showtracker="true" ');
    document.write('showdisplay="0" ');
    document.write('showstatusbar="true" ');
    document.write('videoborder3d="false" ');
    document.write('width="432" ');
    document.write('height="360"');
    document.write('src="' + show + '"'); 
    document.write('autostart="true" ');
    document.write('designtimesp="5311" ');
    document.write('loop="false">');
    document.write('</EMBED>');
    document.write('</OBJECT>');
}


function buildplayerwcbig_nav(show) {
        document.write('<OBJECT ID="vmediaplayer" width="720" height="414" '); 
    document.write('classid  ="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"');
    document.write('codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701"');
    document.write('standby="Loading Video..." type="application/x-oleobject">');
    document.write('<param name="fileName" value="' + show + '">');
    document.write('<param name="animationatStart" value="1">');
    document.write('<param name="transparentatStart" value="1">');
    document.write('<param name="autoStart" value="1" >');
    document.write('<param name="autosize" value="1" >');
    document.write('<param name="showControls" value="1" >');
    document.write('<param name="UImode" value="mini"  />');
    document.write('<param name="loop" value="0" >');
    document.write('<param name="clickToPlay" value="1" >');
    document.write('<EMBED type="application/x-mplayer2"');
    document.write('pluginspage="http://microsoft.com/windows/mediaplayer/en/download/"');
    document.write('id="vmediaplayer" ');
    document.write('name="vmediaplayer" ');
    document.write('displaysize="1" ');
    document.write('uimode="mini"');
    document.write('autosize="1" ');
    document.write('bgcolor="darkblue" ');
    document.write('showcontrols="1"   ');  
    document.write('showtracker="0" ');
    document.write('showdisplay="0" ');
    document.write('showstatusbar="0" ');
    document.write('videoborder3d="0" ');
    document.write('width="720" ');
    document.write('height="414"');
    document.write('src="' + show + '"'); 
    document.write('autostart="1" ');
    document.write('designtimesp="5311" ');
    document.write('loop="0">');
    document.write('</EMBED>');
    document.write('</OBJECT>');
}

// same as above, but no nav
function buildplayerwcbig(show) {
    document.write('<OBJECT ID="vmediaplayer" width="720" height="414" '); 
    document.write('classid  ="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"');
    document.write('codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701"');
    document.write('standby="Loading Video..." type="application/x-oleobject">');
    document.write('<param name="fileName" value="' + show + '">');
    document.write('<param name="animationatStart" value="1">');
    document.write('<param name="transparentatStart" value="1">');
    document.write('<param name="autoStart" value="1" >');
    document.write('<param name="autosize" value="1" >');
    document.write('<param name="showControls" value="0" >');
    document.write('<param name="UImode" value="mini"  />');
    document.write('<param name="loop" value="0" >');
    document.write('<param name="clickToPlay" value="1" >');
    document.write('<EMBED type="application/x-mplayer2"');
    document.write('pluginspage="http://microsoft.com/windows/mediaplayer/en/download/"');
    document.write('id="vmediaplayer" ');
    document.write('name="vmediaplayer" ');
    document.write('displaysize="1" ');
    document.write('uimode="mini"');
    document.write('autosize="1" ');
    document.write('bgcolor="darkblue" ');
    document.write('showcontrols="0"   ');  
    document.write('showtracker="0" ');
    document.write('showdisplay="0" ');
    document.write('showstatusbar="0" ');
    document.write('videoborder3d="0" ');
    document.write('width="720" ');
    document.write('height="414"');
    document.write('src="' + show + '"'); 
    document.write('autostart="1" ');
    document.write('designtimesp="5311" ');
    document.write('loop="0">');
    document.write('</EMBED>');
    document.write('</OBJECT>');
}

function buildplayersmall(show) {
    document.write('<OBJECT ID="vmediaplayer" width="418" height="280" '); 
    document.write('classid  ="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"');
    document.write('codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701"');
    document.write('standby="Loading Video..." type="application/x-oleobject">');
    document.write('<param name="fileName" value="' + show + '">');
    document.write('<param name="animationatStart" value="1">');
    document.write('<param name="transparentatStart" value="1">');
    document.write('<param name="autoStart" value="1" >');
    document.write('<param name="autosize" value="1" >');
    document.write('<param name="showControls" value="1" >');
    document.write('<param name="UImode" value="mini"  />');
    document.write('<param name="loop" value="0" >');
    document.write('<param name="clickToPlay" value="1" >');
    document.write('<EMBED type="application/x-mplayer2"');
    document.write('pluginspage="http://microsoft.com/windows/mediaplayer/en/download/"');
    document.write('id="vmediaplayer" ');
    document.write('name="vmediaplayer" ');
    document.write('displaysize="1" ');
    document.write('uimode="mini"');
    document.write('autosize="1" ');
    document.write('bgcolor="darkblue" ');
    document.write('showcontrols="1"   ');  
    document.write('showtracker="0" ');
    document.write('showdisplay="0" ');
    document.write('showstatusbar="0" ');
    document.write('videoborder3d="0" ');
    document.write('width="418" ');
    document.write('height="280"');
    document.write('src="' + show + '"'); 
    document.write('autostart="1" ');
    document.write('designtimesp="5311" ');
    document.write('loop="0">');
    document.write('</EMBED>');
    document.write('</OBJECT>');
}


function buildplayerwcbig842(show) {
    document.write('<OBJECT ID="vmediaplayer" width="842" height="525" '); 
    document.write('classid  ="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"');
    document.write('codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701"');
    document.write('standby="Loading Video..." type="application/x-oleobject">');
    document.write('<param name="fileName" value="' + show + '">');
    document.write('<param name="animationatStart" value="1">');
    document.write('<param name="transparentatStart" value="1">');
    document.write('<param name="autoStart" value="1" >');
    document.write('<param name="autosize" value="1" >');
    document.write('<param name="showControls" value="0" >');
    document.write('<param name="UImode" value="mini"  />');
    document.write('<param name="loop" value="0" >');
    document.write('<param name="clickToPlay" value="1" >');
    document.write('<EMBED type="application/x-mplayer2"');
    document.write('pluginspage="http://microsoft.com/windows/mediaplayer/en/download/"');
    document.write('id="vmediaplayer" ');
    document.write('name="vmediaplayer" ');
    document.write('displaysize="1" ');
    document.write('uimode="mini"');
    document.write('autosize="1" ');
    document.write('bgcolor="darkblue" ');
    document.write('showcontrols="0"   ');  
    document.write('showtracker="0" ');
    document.write('showdisplay="0" ');
    document.write('showstatusbar="0" ');
    document.write('videoborder3d="0" ');
    document.write('width="842" ');
    document.write('height="525"');
    document.write('src="' + show + '"'); 
    document.write('autostart="1" ');
    document.write('designtimesp="5311" ');
    document.write('loop="0">');
    document.write('</EMBED>');
    document.write('</OBJECT>');
}

function buildplayerwcbig864(show) {
    document.write('<OBJECT ID="vmediaplayer" width="864" height="486" '); 
    document.write('classid  ="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"');
    document.write('codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701"');
    document.write('standby="Loading Video..." type="application/x-oleobject">');
    document.write('<param name="fileName" value="' + show + '">');
    document.write('<param name="animationatStart" value="1">');
    document.write('<param name="transparentatStart" value="1">');
    document.write('<param name="autoStart" value="1" >');
    document.write('<param name="autosize" value="1" >');
    document.write('<param name="showControls" value="0" >');
    document.write('<param name="UImode" value="mini"  />');
    document.write('<param name="loop" value="0" >');
    document.write('<param name="clickToPlay" value="1" >');
    document.write('<EMBED type="application/x-mplayer2"');
    document.write('pluginspage="http://microsoft.com/windows/mediaplayer/en/download/"');
    document.write('id="vmediaplayer" ');
    document.write('name="vmediaplayer" ');
    document.write('displaysize="1" ');
    document.write('uimode="mini"');
    document.write('autosize="1" ');
    document.write('bgcolor="darkblue" ');
    document.write('showcontrols="0"   ');  
    document.write('showtracker="0" ');
    document.write('showdisplay="0" ');
    document.write('showstatusbar="0" ');
    document.write('videoborder3d="0" ');
    document.write('width="864" ');
    document.write('height="486"');
    document.write('src="' + show + '"'); 
    document.write('autostart="1" ');
    document.write('designtimesp="5311" ');
    document.write('loop="0">');
    document.write('</EMBED>');
    document.write('</OBJECT>');
}

function buildplayerwcbig864wc(show) {
    document.write('<OBJECT ID="vmediaplayer" width="864" height="486" '); 
    document.write('classid  ="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"');
    document.write('codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701"');
    document.write('standby="Loading Video..." type="application/x-oleobject">');
    document.write('<param name="fileName" value="' + show + '">');
    document.write('<param name="animationatStart" value="1">');
    document.write('<param name="transparentatStart" value="1">');
    document.write('<param name="autoStart" value="1" >');
    document.write('<param name="autosize" value="1" >');
    document.write('<param name="showControls" value="1" >');
    document.write('<param name="UImode" value="mini"  />');
    document.write('<param name="loop" value="0" >');
    document.write('<param name="clickToPlay" value="1" >');
    document.write('<EMBED type="application/x-mplayer2"');
    document.write('pluginspage="http://microsoft.com/windows/mediaplayer/en/download/"');
    document.write('id="vmediaplayer" ');
    document.write('name="vmediaplayer" ');
    document.write('displaysize="1" ');
    document.write('uimode="mini"');
    document.write('autosize="1" ');
    document.write('bgcolor="darkblue" ');
    document.write('showcontrols="1"   ');  
    document.write('showtracker="0" ');
    document.write('showdisplay="0" ');
    document.write('showstatusbar="0" ');
    document.write('videoborder3d="0" ');
    document.write('width="864" ');
    document.write('height="486"');
    document.write('src="' + show + '"'); 
    document.write('autostart="1" ');
    document.write('designtimesp="5311" ');
    document.write('loop="0">');
    document.write('</EMBED>');
    document.write('</OBJECT>');
}
function buildplayerwcbig842wc(show) {
    document.write('<OBJECT ID="vmediaplayer" width="842" height="555" '); 
    document.write('classid  ="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"');
    document.write('codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701"');
    document.write('standby="Loading Video..." type="application/x-oleobject">');
    document.write('<param name="fileName" value="' + show + '">');
    document.write('<param name="animationatStart" value="1">');
    document.write('<param name="transparentatStart" value="1">');
    document.write('<param name="autoStart" value="1" >');
    document.write('<param name="autosize" value="1" >');
    document.write('<param name="showControls" value="1" >');
    document.write('<param name="UImode" value="full"  />');
    document.write('<param name="loop" value="0" >');
    document.write('<param name="clickToPlay" value="1" >');
    document.write('<EMBED type="application/x-mplayer2"');
    document.write('pluginspage="http://microsoft.com/windows/mediaplayer/en/download/"');
    document.write('id="vmediaplayer" ');
    document.write('name="vmediaplayer" ');
    document.write('displaysize="1" ');
    document.write('uimode="full"');
    document.write('autosize="1" ');
    document.write('bgcolor="darkblue" ');
    document.write('showcontrols="1"   ');  
    document.write('showtracker="1" ');
    document.write('showdisplay="0" ');
    document.write('showstatusbar="1" ');
    document.write('videoborder3d="0" ');
    document.write('width="842" ');
    document.write('height="555"');
    document.write('src="' + show + '"'); 
    document.write('autostart="1" ');
    document.write('designtimesp="5311" ');
    document.write('loop="0">');
    document.write('</EMBED>');
    document.write('</OBJECT>');
}


// same as above, but no nav
function buildplayerwcbig2(show) {
    document.write('<OBJECT ID="vmediaplayer" width="960" height="540" '); 
    document.write('classid  ="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"');
    document.write('codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701"');
    document.write('standby="Loading Video..." type="application/x-oleobject">');
    document.write('<param name="fileName" value="' + show + '">');
    document.write('<param name="animationatStart" value="1">');
    document.write('<param name="transparentatStart" value="1">');
    document.write('<param name="autoStart" value="1" >');
    document.write('<param name="autosize" value="1" >');
    document.write('<param name="showControls" value="0" >');
    document.write('<param name="UImode" value="mini"  />');
    document.write('<param name="loop" value="0" >');
    document.write('<param name="clickToPlay" value="1" >');
    document.write('<EMBED type="application/x-mplayer2"');
    document.write('pluginspage="http://microsoft.com/windows/mediaplayer/en/download/"');
    document.write('id="vmediaplayer" ');
    document.write('name="vmediaplayer" ');
    document.write('displaysize="1" ');
    document.write('uimode="mini"');
    document.write('autosize="1" ');
    document.write('bgcolor="darkblue" ');
    document.write('showcontrols="0"   ');  
    document.write('showtracker="0" ');
    document.write('showdisplay="0" ');
    document.write('showstatusbar="0" ');
    document.write('videoborder3d="0" ');
    document.write('width="960" ');
    document.write('height="540"');
    document.write('src="' + show + '"'); 
    document.write('autostart="1" ');
    document.write('designtimesp="5311" ');
    document.write('loop="0">');
    document.write('</EMBED>');
    document.write('</OBJECT>');
}


/* same as above, just does not autostart */
function buildplayerwc2(show) {
    document.write('<OBJECT ID="vmediaplayer" width="432" height="360" '); 
    document.write('classid  ="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"');
    document.write('codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701"');
    document.write('standby="Loading Video..." type="application/x-oleobject">');
    document.write('<param name="fileName" value="' + show + '">');
    document.write('<param name="animationatStart" value="true">');
    document.write('<param name="transparentatStart" value="false">');
    document.write('<param name="autoStart" value="false" >');
    document.write('<param name="autosize" value="true" >');
    document.write('<param name="showControls" value="true" >');
    document.write('<param name="UImode" value="mini"  />');
    document.write('<param name="loop" value="false" >');
    document.write('<param name="clickToPlay" value="true" >');
    document.write('<EMBED type="application/x-mplayer2"');
    document.write('pluginspage="http://microsoft.com/windows/mediaplayer/en/download/"');
    document.write('id="vmediaplayer" ');
    document.write('name="vmediaplayer" ');
    document.write('displaysize="1" ');
    document.write('uimode="mini"');
    document.write('autosize="true" ');
    document.write('bgcolor="darkblue" ');
    document.write('showcontrols="true"   ');  
    document.write('showtracker="true" ');
    document.write('showdisplay="0" ');
    document.write('showstatusbar="true" ');
    document.write('videoborder3d="false" ');
    document.write('width="432" ');
    document.write('height="360"');
    document.write('src="' + show + '"'); 
    document.write('autostart="false" ');
    document.write('designtimesp="5311" ');
    document.write('loop="false">');
    document.write('</EMBED>');
    document.write('</OBJECT>');
}
function buildplayerODS09(show) {
    document.write('<OBJECT ID="vmediaplayer" width="960" height="550" '); 
    document.write('classid  ="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"');
    document.write('codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701"');
    document.write('standby="Loading Video..." type="application/x-oleobject">');
    document.write('<param name="fileName" value="' + show + '">');
	document.write('<param name="EnableContextMenu" value="false">');
    document.write('<param name="animationatStart" value="true">');
    document.write('<param name="transparentatStart" value="false">');
    document.write('<param name="autoStart" value="true" >');
    document.write('<param name="autosize" value="true" >');
    document.write('<param name="showControls" value="true" >');
    document.write('<param name="UImode" value="mini"  />');
    document.write('<param name="loop" value="false" >');
    document.write('<param name="clickToPlay" value="true" >');
    document.write('<EMBED type="application/x-mplayer2"');
    document.write('pluginspage="http://microsoft.com/windows/mediaplayer/en/download/"');
    document.write('id="vmediaplayer" ');
    document.write('name="vmediaplayer" ');
    document.write('displaysize="1" ');
	document.write('EnableContextMenu="false" ');
    document.write('uimode="mini"');
    document.write('autosize="true" ');
    document.write('bgcolor="darkblue" ');
    document.write('showcontrols="true"   ');  
    document.write('showtracker="true" ');
    document.write('showdisplay="0" ');
    document.write('showstatusbar="true" ');
    document.write('videoborder3d="false" ');
    document.write('width="960" ');
    document.write('height="550"');
    document.write('src="' + show + '"'); 
    document.write('autostart="true" ');
    document.write('designtimesp="5311" ');
    document.write('loop="false">');
    document.write('</EMBED>');
    document.write('</OBJECT>');
}
function buildplayerODS10(show) {
    document.write('<OBJECT ID="vmediaplayer" width="960" height="650" '); 
    document.write('classid  ="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"');
    document.write('codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701"');
    document.write('standby="Loading Video..." type="application/x-oleobject">');
    document.write('<param name="fileName" value="' + show + '">');
	document.write('<param name="EnableContextMenu" value="false">');
    document.write('<param name="animationatStart" value="true">');
    document.write('<param name="transparentatStart" value="false">');
    document.write('<param name="autoStart" value="true" >');
    document.write('<param name="autosize" value="true" >');
    document.write('<param name="showControls" value="true" >');
    document.write('<param name="UImode" value="mini"  />');
    document.write('<param name="loop" value="false" >');
    document.write('<param name="clickToPlay" value="true" >');
    document.write('<EMBED type="application/x-mplayer2"');
    document.write('pluginspage="http://microsoft.com/windows/mediaplayer/en/download/"');
    document.write('id="vmediaplayer" ');
    document.write('name="vmediaplayer" ');
    document.write('displaysize="1" ');
	document.write('EnableContextMenu="false" ');
    document.write('uimode="mini"');
    document.write('autosize="true" ');
    document.write('bgcolor="darkblue" ');
    document.write('showcontrols="true"   ');  
    document.write('showtracker="true" ');
    document.write('showdisplay="0" ');
    document.write('showstatusbar="true" ');
    document.write('videoborder3d="false" ');
    document.write('width="960" ');
    document.write('height="650"');
    document.write('src="' + show + '"'); 
    document.write('autostart="true" ');
    document.write('designtimesp="5311" ');
    document.write('loop="false">');
    document.write('</EMBED>');
    document.write('</OBJECT>');
}

function buildplayerHelp(show) {
    document.write('<OBJECT ID="vmediaplayer" width="650" height="412" '); 
    document.write('classid  ="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"');
    document.write('codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701"');
    document.write('standby="Loading Video..." type="application/x-oleobject">');
    document.write('<param name="fileName" value="' + show + '">');
	document.write('<param name="EnableContextMenu" value="true">');
    document.write('<param name="animationatStart" value="true">');
    document.write('<param name="transparentatStart" value="false">');
    document.write('<param name="autoStart" value="true" >');
    document.write('<param name="autosize" value="true" >');
    document.write('<param name="showControls" value="true" >');
    document.write('<param name="UImode" value="mini"  />');
    document.write('<param name="loop" value="false" >');
    document.write('<param name="clickToPlay" value="true" >');
    document.write('<EMBED type="application/x-mplayer2"');
    document.write('pluginspage="http://microsoft.com/windows/mediaplayer/en/download/"');
    document.write('id="vmediaplayer" ');
    document.write('name="vmediaplayer" ');
    document.write('displaysize="1" ');
	document.write('EnableContextMenu="true" ');
    document.write('uimode="mini"');
    document.write('autosize="true" ');
    document.write('bgcolor="darkblue" ');
    document.write('showcontrols="true"   ');  
    document.write('showtracker="true" ');
    document.write('showdisplay="0" ');
    document.write('showstatusbar="true" ');
    document.write('videoborder3d="false" ');
    document.write('width="650" ');
    document.write('height="412"');
    document.write('src="' + show + '"'); 
    document.write('autostart="true" ');
    document.write('designtimesp="5311" ');
    document.write('loop="false">');
    document.write('</EMBED>');
    document.write('</OBJECT>');
}