﻿/*The folowing codes is required by the left navigation flash loading*/
function playNavFlash()
{
 var url = window.location.href;
 var pagename = url.substring(url.lastIndexOf("/")+1,url.lastIndexOf(".aspx"));
 //var flashLocation = "http://msn-jiasc-02/alias/o2/verticleNavigation285x525.swf?rtn_page=http://specials.uk.msn.com/o2businesstoolkit/strikeabalance.aspx&rtn_xmlPath=http://estc.msn.com/br/intl/spec/en-gb/o2sme/flash/3/O2BusinessToolkit.xml";
 var flashLocation = "http://estc.msn.com/br/intl/spec/en-gb/o2sme/flash/3/ContentsTree.swf?currArticleName="+pagename+ "&feedUrl=http://estc.msn.com/br/intl/spec/en-gb/o2sme/xml/3/Navigation_combination.xml"; 
 if(pagename.toLowerCase() == "officelive" || pagename.toLowerCase() == "adcentre")
 {
 	flashLocation = "http://estc.msn.com/br/intl/spec/en-gb/o2sme/flash/3/ContentsTreeNoCategroy.swf?currArticleName="+pagename+ "&feedUrl=http://estc.msn.com/br/intl/spec/en-gb/o2sme/xml/3/NavigationXml_OfficeLive.xml";
 }
 if(pagename.toLowerCase() != "archive")
 {
    flashLocation += "&viewlinker=http://specials.uk.msn.com/o2businesstoolkit/archive.aspx";  
 }   
 var flashPlay=document.getElementById("leftnavigationcontainer");  
 flashPlay.innerHTML=" <object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' codebase='http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0' width='280' height='520' id='o2' align='middle'><param name='allowScriptAccess' value='always' /><param name='scale' value='showall' /><param name='movie' value='"+flashLocation+"'/><param name='quality' value='high' /><param name='base' value='http://estc.msn.com/br/intl/spec/en-gb/o2sme/2/flash/'/><param name='wmode' value='transparent'/><param name='bgcolor' value='#000' /><embed src='"+flashLocation+"' base='http://estc.msn.com/br/intl/spec/en-gb/o2sme/2/flash/'quality='high' bgcolor='#000' width='280' height='520' name='o2' wmode=transparent allowscriptaccess='always' scale='showall' align='middle' type='application/x-shockwave-flash'/></object>";
}
/*The folowing codes is required by the left navigation flash loading*/

function checkFlashAd()
{
    if(isFlashInstalled()==false)
    {   
        var divAd = $("articlead");
        divAd.innerHTML = '<a href="" target="_blank"><img style="border:none;" src="http://estc.msn.com/br/intl/spec/en-gb/o2sme/css/3/decoration/noFlashAD.gif" alt="How do you make it dead easy to set up e-mail on the move?" /></a>';
    }
}

function fixPng() {
  var arVersion = navigator.appVersion.split("MSIE")
  var version = parseFloat(arVersion[1])

  if ((version >= 5.5 && version < 7.0) && (document.body.filters)) {
    for(var i=0; i<document.images.length; i++) {
      var img = document.images[i];
      var imgName = img.src.toUpperCase();
      if (imgName.indexOf(".PNG") > 0) {
        var width = img.width;
        var height = img.height;
        var sizingMethod = (img.className.toLowerCase().indexOf("scale") >= 0)? "scale" : "image"; 
        img.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + img.src.replace('%23', '%2523').replace("'", "%27") + "', sizingMethod='" + sizingMethod + "')";
        img.src = "http://estb.msn.com/i/11/84485F13FD0FE785DC2A2D0C2FCC.gif";
        img.width = width;
        img.height = height;
        }
      }
    }
  }

fixPng();
playNavFlash();
checkFlashAd();

/*The following codes is required by the 3rd part tracking*/
arTrack();
addHeadLinkTracking();
addSpecifiedAreaLinkTracking(document.getElementById("area2"), true);
addSpecifiedAreaLinkTracking(document.getElementById("subheadercontainer"), true);

/*The following codes is required by the 3rd part tracking*/


