if (BrowserDetect.browser == 'Explorer' && BrowserDetect.OS == 'Windows')
{
	document.write('<iframe src="/static/wmvbackground/wmv.html" height="170" width="308" style="height:170px;width:308px;clear:both;" frameborder="0" scrolling="no"></iframe>');flashvars = '&button=true';
	flashsrc = '/static/swf/nuoptvbutton_ie'
	flashheight = 170;
	document.write('<div style="z-index:2;position:relative;top:-170px;"> ');
}
else if (BrowserDetect.OS == 'Windows')
{
  document.write('<iframe src="/static/wmvbackground/wmv.html" height="117" width="308" style="height:117px;width:308px;clear:both;" frameborder="0" scrolling="no"></iframe>');
  flashvars = '';
  flashsrc = '/static/swf/nuoptvbutton_other'
  flashheight = 55;
  document.write('<div style="z-index:2;position:relative;top:0px;"> ');
}  
else
{
  flashvars = '';
  flashsrc = '/static/swf/nuoptvbutton_mac'
  flashheight = 170;
  document.write('<div style="z-index:2;position:relative;top:0px;"> ');
}

AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','308','height',flashheight,'src',flashsrc,'quality','high','flashvars','','wmode','transparent','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie',flashsrc ); //end AC code
	
document.write('</div>');