var m_objVideo;var m_spnPopupVideo=document.getElementById("spnPopupVideo");function CloseVideo() { 
m_objVideo =new SWFObject('mediaplayer.swf','objVideo','0','0','8');m_objVideo.write('spnVideo');m_spnPopupVideo.style.visibility="hidden";}
function ShowVideo(sURL,sFlashvars, sOptVar1Key, sOptVar1Value, nBufferLength) {
window.scrollTo(0,m_spnPopupVideo.top);m_spnPopupVideo.style.visibility="hidden";if(sURL.indexOf('.swf')>=0){
m_objVideo = new SWFObject(sURL,'objVideo','520','412','8');m_objVideo.useExpressInstall('expressinstall.swf');m_objVideo.addParam('bgcolor','#000000');m_objVideo.addParam('allowfullscreen','true');m_objVideo.addVariable(sOptVar1Key,sOptVar1Value);m_objVideo.addVariable('flashvars',sFlashvars);if (nBufferLength !=null && nBufferLength >3) m_objVideo.addVariable('bufferlength',nBufferLength);m_objVideo.addVariable('autostart','true');m_objVideo.addVariable('autoplay','true');m_objVideo.addVariable('allowscriptaccess','never');m_objVideo.addVariable('overstretch','true');m_objVideo.addVariable('width','520');m_objVideo.addVariable('height','412');m_objVideo.write('spnVideo');}
else {
document.getElementById("spnVideo").innerHTML='<object id="MediaPlayer" width="520" height="412" classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95" standby="Loading Windows Media Player components..." type="application/x-oleobject">  <param name="FileName" value="' + sURL + '"/><embed type="application/x-mplayer2" src="' + sURL +'" name="MediaPlayer" width="520" height="412"></embed></object>';}
m_spnPopupVideo.style.visibility = "visible";StatisticsManagerService.LogActivity("Show Video: " + sOptVar1Value, null, null, null, null);}

