//
    /* sIFR Replacement calls. */

    if(typeof sIFR == "function"){

	    sIFR.replaceElement(named({sSelector:"body h2", sFlashSrc:"Flash/futura-medium.swf", sColor:"#002342", sLinkColor:"#000000", sBgColor:"#FFFFFF", sHoverColor:"#CCCCCC", nPaddingTop:0, nPaddingBottom:0, sFlashVars:"textalign=left&offsetTop=0", sCase:"upper", sWmode:"opaque"}));
	    sIFR.replaceElement(named({sSelector:"body h3", sFlashSrc:"Flash/futura-medium.swf", sColor:"#e64442", sLinkColor:"#000000", sBgColor:"#FFFFFF", sWmode:"transparent", sHoverColor:"#CCCCCC", nPaddingTop:0, nPaddingBottom:0, sFlashVars:"textalign=left&offsetTop=0", sCase:"upper", sWmode:"transparent"}));
	    sIFR.replaceElement(named({sSelector:".GlobalNavigation li", sFlashSrc:"Flash/futura-bt-medium.swf", sColor:"#727272", sLinkColor:"#727272", sBgColor:"#D3D3D3", nPaddingTop:0, nPaddingBottom:0, sFlashVars:"textalign=left&offsetTop=0", sCase:"upper"}));
	    sIFR.replaceElement(named({sSelector:".MainNavigation li", sFlashSrc:"Flash/futura-bt-medium-italic.swf", sColor:"#FFFFFF", sLinkColor:"#FFFFFF", sBgColor:"#000000", sWmode:"transparent", nPaddingTop:0, nPaddingBottom:16, sFlashVars:"textalign=left&offsetTop=0", sCase:"upper"}));

    };

    var so = new SWFObject("Flash/Brand_new01.swf", "VirtualIT", "750", "293", "9", "#FFFFFF");
    so.useExpressInstall('Flash/expressinstall.swf');
    so.addParam("wmode", "opaque");
    so.write("VirtualIT");

    var so = new SWFObject("Flash/retract.swf", "PromoFlashRetract", "193", "92", "9", "#FFFFFF");
    so.useExpressInstall('Flash/expressinstall.swf');
    so.addParam("wmode", "opaque");
    so.write("PromoFlashRetract");

    var so = new SWFObject("Flash/2008_08_Banner_OTP.swf", "FTPBanner", "601", "646", "9", "#FFFFFF");
    so.useExpressInstall('Flash/expressinstall.swf');
    so.addParam("wmode", "transparent");
    so.write("OTPBanner");

	var OTPBanner = document.getElementById("OTPBanner");
	var OTPInnerHTML = OTPBanner.innerHTML;
	var currentlyShowing = false;

	function closeOTP()
	{
		OTPBanner.style.display = "none";
		OTPBanner.innerHTML = "";
		currentlyShowing = false;
	}
	
	function showOTP()
	{
		if(!currentlyShowing)
		{
		    OTPBanner.innerHTML = OTPInnerHTML;
		    OTPBanner.style.display = "";
		    currentlyShowing = true;
		}
	}
	function initOTP()
	{
		OTPBanner.style.display = "none";
	}

	initOTP();
    //