﻿// JScript File: added on 02.02.2009
//used to reduce no of http requets

/* page events*/

function DoLoadTask(){try{browser_detect();var pageUrl=location.href;if(pageUrl.toString().toLowerCase().indexOf('faq.aspx')==-1){setTimeout("__MainContentRefreshContent(1)",1);setTimeout("__BannerRefreshContent(1)",__TeaserRefreshFrequency*1000);}
__initSliding();}catch(e)
{}}
window.onerror=HandleError;window.onload=DoLoadTask;

/* browser detection */

var d,dom,nu='',brow='',ie,ie4,ie5,ie5x,ie6,ie7,ie8;var ns4,moz,moz_rv_sub,release_date='',moz_brow,moz_brow_nu='',moz_brow_nu_sub='',rv_full='';var mac,win,old,lin,ie5mac,ie5xwin,konq,saf,op,op4,op5,op6,op7;d=document;n=navigator;nav=n.appVersion;nan=n.appName;nua=n.userAgent;old=(nav.substring(0,1)<4);mac=(nav.indexOf('Mac')!=-1);win=(((nav.indexOf('Win')!=-1)||(nav.indexOf('NT')!=-1))&&!mac)?true:false;lin=(nua.indexOf('Linux')!=-1);if(!document.layers)
{dom=(d.getElementById)?d.getElementById:false;}
else{dom=false;ns4=true;}
op=(nua.indexOf('Opera')!=-1);saf=(nua.indexOf('Safari')!=-1);konq=(!saf&&(nua.indexOf('Konqueror')!=-1))?true:false;moz=((!saf&&!konq)&&(nua.indexOf('Gecko')!=-1))?true:false;ie=((nua.indexOf('MSIE')!=-1)&&!op);if(op)
{str_pos=nua.indexOf('Opera');nu=nua.substr((str_pos+6),4);brow='Opera';}
else if(saf)
{str_pos=nua.indexOf('Safari');nu=nua.substr((str_pos+7),5);brow='Safari';}
else if(konq)
{str_pos=nua.indexOf('Konqueror');nu=nua.substr((str_pos+10),3);brow='Konqueror';}
else if(moz)
{pattern=/[(); \n]/;moz_types=new Array('Firebird','Phoenix','Firefox','Iceweasel','Galeon','K-Meleon','Camino','Epiphany','Netscape6','Netscape','MultiZilla','Gecko Debian','rv');rv_pos=nua.indexOf('rv');rv_full=nua.substr(rv_pos+3,6);rv_slice=(rv_full.search(pattern)!=-1)?rv_full.search(pattern):'';(rv_slice)?rv_full=rv_full.substr(0,rv_slice):'';nu=rv_full.substr(0,3);for(i=0;i<moz_types.length;i++)
{if(nua.indexOf(moz_types[i])!=-1)
{moz_brow=moz_types[i];break;}}
if(moz_brow)
{str_pos=nua.indexOf(moz_brow);moz_brow_nu=nua.substr((str_pos+moz_brow.length+1),3);moz_brow_nu=(isNaN(moz_brow_nu))?moz_brow_nu=nu:moz_brow_nu;moz_brow_nu_sub=nua.substr((str_pos+moz_brow.length+1),8);sub_nu_slice=(moz_brow_nu_sub.search(pattern)!=-1)?moz_brow_nu_sub.search(pattern):'';(sub_nu_slice)?moz_brow_nu_sub=moz_brow_nu_sub.substr(0,sub_nu_slice):'';}
if(moz_brow=='Netscape6')
{moz_brow='Netscape';}
else if(moz_brow=='rv'||moz_brow=='')
{moz_brow='Mozilla';}
if(!moz_brow_nu)
{moz_brow_nu=nu;moz_brow_nu_sub=nu;}
if(n.productSub)
{release_date=n.productSub;}}
else if(ie)
{str_pos=nua.indexOf('MSIE');nu=nua.substr((str_pos+5),3);brow='Microsoft Internet Explorer';}
else
{brow=nan;}
op5=(op&&(nu.substring(0,1)==5));op6=(op&&(nu.substring(0,1)==6));op7=(op&&(nu.substring(0,1)==7));op8=(op&&(nu.substring(0,1)==8));op9=(op&&(nu.substring(0,1)==9));ie4=(ie&&!dom);ie5=(ie&&(nu.substring(0,1)==5));ie6=(ie&&(nu.substring(0,1)==6));ie7=(ie&&(nu.substring(0,1)==7));ie8 = (ie && (nu.substring(0, 1) == 8));if(!nu)
{nu=nav.substring(0,1);}
ie5x=(d.all&&dom);ie5mac=(mac&&ie5);ie5xwin=(win&&ie5x);




/* common */
var __TeaserRefreshFrequency=4;var requiredMajorVersion=8;var requiredMinorVersion=0;var requiredRevision=0;function _$(pId){return document.getElementById(pId);}
function __$(pName){return document.getElementsByName(pName);}
function HandleError(){return false;}
function GetRandomInt(pUpperLimit){var ran_unrounded=Math.random()*pUpperLimit;return Math.floor(ran_unrounded);}
function LoadScript(pScriptFileName,pID){if(_$(pID)){return;}
var scrptE=document.createElement("script");scrptE.type="text/javascript";if(pID){scrptE.id=pID;}
scrptE.setAttribute("language","JavaScript");scrptE.src=pScriptFileName;document.getElementsByTagName("head")[0].appendChild(scrptE);}
function LoadCSS(pScriptFileName,pID){if(_$(pID)){return;}
var scrptE=document.createElement("link");scrptE.type="text/css";if(pID){scrptE.id=pID;}
scrptE.href=pScriptFileName;scrptE.rel="stylesheet";document.getElementsByTagName("head")[0].appendChild(scrptE);}
function OpenPop(pUrlLink)
{window.open(pUrlLink,'_blank');}
var __isIE=(navigator.appVersion.indexOf("MSIE")!=-1)?true:false;var __isWin=(navigator.appVersion.toLowerCase().indexOf("win")!=-1)?true:false;var __isOpera=(navigator.userAgent.indexOf("Opera")!=-1)?true:false;function __ControlVersion()
{var version;var axo;var e;try{axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.7");version=axo.GetVariable("$version");}catch(e){}
if(!version)
{try{axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.6");version="WIN 6,0,21,0";axo.AllowScriptAccess="always";version=axo.GetVariable("$version");}catch(e){}}
if(!version)
{try{axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.3");version=axo.GetVariable("$version");}catch(e){}}
if(!version)
{try{axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.3");version="WIN 3,0,18,0";}catch(e){}}
if(!version)
{try{axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash");version="WIN 2,0,0,11";}catch(e){version=-1;}}
return version;}
function __GetSwfVer(){var flashVer=-1;if(navigator.plugins!=null&&navigator.plugins.length>0){if(navigator.plugins["Shockwave Flash 2.0"]||navigator.plugins["Shockwave Flash"]){var swVer2=navigator.plugins["Shockwave Flash 2.0"]?" 2.0":"";var flashDescription=navigator.plugins["Shockwave Flash"+swVer2].description;var descArray=flashDescription.split(" ");var tempArrayMajor=descArray[2].split(".");var versionMajor=tempArrayMajor[0];var versionMinor=tempArrayMajor[1];var versionRevision=descArray[3];if(versionRevision==""){versionRevision=descArray[4];}
if(versionRevision[0]=="d"){versionRevision=versionRevision.substring(1);}else if(versionRevision[0]=="r"){versionRevision=versionRevision.substring(1);if(versionRevision.indexOf("d")>0){versionRevision=versionRevision.substring(0,versionRevision.indexOf("d"));}}
var flashVer=versionMajor+"."+versionMinor+"."+versionRevision;}}
else if(navigator.userAgent.toLowerCase().indexOf("webtv/2.6")!=-1)flashVer=4;else if(navigator.userAgent.toLowerCase().indexOf("webtv/2.5")!=-1)flashVer=3;else if(navigator.userAgent.toLowerCase().indexOf("webtv")!=-1)flashVer=2;else if(__isIE&&__isWin&&!__isOpera){flashVer=__ControlVersion();}
return flashVer;}
function IsMatchedFlashVer(reqMajorVer,reqMinorVer,reqRevision)
{versionStr=__GetSwfVer();if(versionStr==-1){return false;}else if(versionStr!=0){if(__isIE&&__isWin&&!__isOpera){tempArray=versionStr.split(" ");tempString=tempArray[1];versionArray=tempString.split(",");}else{versionArray=versionStr.split(".");}
var versionMajor=versionArray[0];var versionMinor=versionArray[1];var versionRevision=versionArray[2];if(versionMajor>parseFloat(reqMajorVer)){return true;}else if(versionMajor==parseFloat(reqMajorVer)){if(versionMinor>parseFloat(reqMinorVer))
return true;else if(versionMinor==parseFloat(reqMinorVer)){if(versionRevision>=parseFloat(reqRevision))
return true;}}
return false;}}
function ViewAlertForFlashPlayer(msg){var vReqMajorVer=9;var vReqMinorVer=0;var vReqRevision=0;if(ie){vReqRevision=124;}
if(!IsMatchedFlashVer(vReqMajorVer,vReqMinorVer,vReqRevision)){alert(msg);window.open("http://www.adobe.com/go/getflashplayer","_blank");}}
function getFlashMovie(movieName){if(window.document[movieName]){return window.document[movieName];}else{return document.getElementById(movieName);}}
function ChangeImage(pImageId,pUrl){_$(pImageId).src=pUrl;}
function ToggleImage(pImageId,pImage1Url,pImage2Url){var strUrl=_$(pImageId).src;if(strUrl.toLowerCase().indexOf(pImage1Url.toLowerCase())!=-1){_$(pImageId).src=pImage2Url;}else{_$(pImageId).src=pImage1Url;}}
function ToggleLists1(pCurrentDivId,pIdPrefix,count,colno){for(var counter=0;counter<20;counter++){var ulId=pIdPrefix+counter;if(pCurrentDivId!=ulId){var objDiv=_$(pIdPrefix+counter);if(objDiv){objDiv.style.display="none";}}}
_$(pCurrentDivId).style.display=$(pCurrentDivId).style.display=="none"?"":"none";if(_$(pCurrentDivId).style.display=="none")
{AdjustSitemap(-1,count,colno);}
else
{AdjustSitemap(1,count,colno);}}
function __EmbedSwf(pFileName,pObjName,pWidth,pHeight,pFlashVars,pContainer,pVersion){if(swfobject){var params={};params.quality="high";params.scale="showall";params.wmode="transparent";params.allowScriptAccess="always";params.allowfullscreen="true";var attributes={};attributes.id=pObjName;attributes.name=pObjName;if(!pVersion){pVersion="9.0.0";}
swfobject.embedSWF(pFileName,pContainer,pWidth,pHeight,pVersion,"swf/expressInstall.swf",pFlashVars,params,attributes);}}

function getCookie(c_name){
        if (document.cookie.length>0)
        {
            c_start=document.cookie.indexOf(c_name + "=")
            if (c_start!=-1)
            { 
                c_start=c_start + c_name.length+1 
                c_end=document.cookie.indexOf(";",c_start)
                
                if (c_end==-1) 
                    c_end=document.cookie.length;
                    
                return unescape(document.cookie.substring(c_start,c_end))
            } 
          }
        return ""
    }


    function setCookie(c_name,value,expiredays)
    {
        var exdate=new Date()
        exdate.setDate(exdate.getDate()+expiredays);       
        document.cookie= c_name+ "=" + escape(value) + ";path=/" + ((expiredays==null) ? "" : ";expires=" + exdate.toGMTString()); 
    }
 
    
function RedirectWithLanguage(e,pLangID,pExpireDays)
{  
       setCookie("SiteLanguage",pLangID,pExpireDays);        
       if(e){e=e}else{e=window.event}; 
        var strBookmark = location.hash;
        if(strBookmark.toString().length > 0){
            var strRedirectURL ="";           
            if(e.currentTarget)
            {
                strRedirectURL = e.currentTarget + strBookmark.toString().replace('#','%23');
             }else{
                strRedirectURL = e.srcElement.href + strBookmark.toString().replace('#','%23');
             }   
        location.href=strRedirectURL;
        return false;
     }         
}



 /* dropdown*/
var DDSPEED=5;var DDTIMER=15;function ddMenu(id1,id2,d){var h=document.getElementById(id1);var c=document.getElementById(id2);clearInterval(c.timer);clearInterval(h.timer);if(d==1){c.style.border="solid 1px #999"
clearTimeout(h.timer);if(c.maxh&&c.maxh<=c.offsetHeight){return}
else if(!c.maxh){c.style.display='block';c.style.height='100px';c.maxh=c.offsetHeight;c.style.height='0px';}
c.timer=setInterval(function(){ddSlide(c,1)},DDTIMER);}else{h.timer=setTimeout(function(){ddCollapse(c)},50);}}
function ddCollapse(c){c.timer=setInterval(function(){ddSlide(c,-1)},DDTIMER);}
function cancelHide(id1,id2){var h=document.getElementById(id1);var c=document.getElementById(id2);clearTimeout(h.timer);clearInterval(c.timer);if(c.offsetHeight<c.maxh){c.timer=setInterval(function(){ddSlide(c,1)},DDTIMER);}}
function ddSlide(c,d){var currh=c.offsetHeight;var dist;if(d==1){dist=(Math.round((c.maxh-currh)/DDSPEED));}else{dist=(Math.round(currh/DDSPEED));}
if(dist<=1&&d==1){dist=1;}
currh=currh+(dist*d);if(currh<18&&d!=1)
{c.style.border=0;currh=0;}
if(currh>(c.maxh-5)&&d==1){currh=c.maxh;}
c.style.height=currh+'px';c.style.opacity=currh/c.maxh;if(!ie8){c.style.filter='alpha(opacity='+(currh*100/c.maxh)+')';}if((currh<18&&d!=1)||(currh>(c.maxh-5)&&d==1)){clearInterval(c.timer);}}

/* News Teaser*/
var __DDSPEED = 4; var __DDTIMER = 15; function ddMenu_nws(id,d){ var h = document.getElementById(_DivBaseTeaserId); var c = document.getElementById(id + '-ddcontent'); c.style.visibility= "visible"; clearInterval(c.timer); IsOpenSliderNews = true; if(d == 1){ clearTimeout(h.timer); if(c.maxh && c.maxh <= c.offsetHeight){return}
else if(!c.maxh){ var val=57+c.offsetHeight ; c.style.top = '-' + val + 'px'; c.style.display = 'block'; c.style.height = 'auto'; c.maxh = c.offsetHeight; c.style.height = '77px';}
c.timer = setInterval(function(){ddSlide_nws(c,1)},__DDTIMER);}else{ h.timer = setTimeout(function(){ddCollapse_nws(c)},1);}
}
function ddCollapse_nws(c){ c.timer = setInterval(function(){ddSlide_nws(c,-1)},__DDTIMER);}
function cancelHide_nws(id){ var h = document.getElementById(_DivBaseTeaserId); var c = document.getElementById(id + '-ddcontent'); clearTimeout(h.timer); clearInterval(c.timer); if(c.offsetHeight < c.maxh){ c.timer = setInterval(function(){ddSlide_nws(c,1)},__DDTIMER);}
}
function ddSlide_nws(c,d){ var currh = c.offsetHeight; var dist; if(d == 1){ dist = (Math.round((c.maxh - currh) / __DDSPEED));}else{ dist = (Math.round(currh / __DDSPEED));}
if(dist <= 1 && d == 1){ dist = 1;}
c.style.top = parseInt(c.style.top.replace('px','')) - parseInt(dist * d) + 'px'; c.style.height = currh + (dist * d) + 'px'; /*c.style.opacity =100; c.style.filter = 'alpha(opacity=' + '100' + ')';*/ if((currh < 60 && d != 1) || (currh > (c.maxh - 2) && d == 1)){ clearInterval(c.timer); if(d != 1){ IsOpenSliderNews = false; c.style.height = '45px'; c.style.top='-27px'; /*c.style.opacity =0; c.style.filter = 'alpha(opacity=' + (0) + ')';*/c.style.visibility= "hidden";}
}
}

/* Animate */

var topNormal=-26,topFull=-132;var duracion=400;var transUp=Fx.Transitions.Cubic.easeOut;var transDown=Fx.Transitions.Cubic.easeOut;var updownFrequency=300;var fx=new Fx.Elements($('content'),{wait:false,duration:duracion,transition:transUp});var fxs={};function __OpenPop(divid){IsOpenSlider=true;var a=document.getElementById(divid);a=$(a);if(a.hasClass("caso")){var b=a.getElement('div[class=desc_caso]');b=$(b);if(b){if(b.getProperty("moving")>0){fxs[b.getProperty("moving")].stop();b.setProperty("moving",0);}fx=new Fx.Elements(b,{wait:false,duration:updownFrequency,transition:transUp});var _teaserContent=a.getElement('div[class=teaserContent]');var _desc_caso=a.getElement('div[class=desc_caso]');var totalH=_teaserContent.scrollHeight+30;if(moz){totalH=165;_teaserContent.style.height=totalH+"px";}if(op){totalH=165;_teaserContent.style.height=totalH+"px";}if(saf){totalH=150;_teaserContent.style.height=totalH+"px";}if(ie6){totalH=_teaserContent.scrollHeight+27;_teaserContent.style.height=totalH+"px";}if(ie8){totalH=165;_teaserContent.style.height=totalH+"px";}_desc_caso.style.height=totalH+"px";topFull=-totalH;var o={};o[0]={'top':[topFull]};var ran=$random(0,100000);fxs[ran]=fx;b.setProperty("moving",ran);var _hideID=a.getElement('img[class=imguparrow]');_hideID.style.visibility="hidden";fx.start(o);}}}function __HidePop(divid){var a=document.getElementById(divid);a=$(a);if(a.hasClass("caso")){var b=a.getElement('div[class=desc_caso]');b=$(b);if(b){if(b.getProperty("moving")>0){fxs[b.getProperty("moving")].stop();b.setProperty("moving",0);}fx=new Fx.Elements(b,{wait:false,duration:updownFrequency,transition:transDown});var o={};o[0]={'top':[topNormal]};b.setProperty("moving",1);var ran=$random(0,100000);fxs[ran]=fx;b.setProperty("moving",ran);fx.start(o);var _hideID=a.getElement('img[class=imguparrow]');_hideID.style.visibility="";}};IsOpenSlider=false;}var topNormalAnimated=-31,topFullAnimated=-104;function __OpenPopAnimated(divid){IsOpenSlider=true;var a=document.getElementById(divid);a=$(a);if(a.hasClass("casoAnimated")){var b=a.getElement('div[class=desc_casoAnimated]');b=$(b);if(b){if(b.getProperty("moving")>0){fxs[b.getProperty("moving")].stop();b.setProperty("moving",0);}fx=new Fx.Elements(b,{wait:false,duration:updownFrequency,transition:transUp});var _teaserContent=a.getElement('div[class=teaserContentbig]');var totalH=_teaserContent.scrollHeight+45;if(moz){totalH=149;_teaserContent.style.height=totalH+"px";}if(saf){totalH=150;_teaserContent.style.height=totalH+"px";}if(op){totalH=146;_teaserContent.style.height=totalH+"px";}if(ie6){totalH=_teaserContent.scrollHeight+36;_teaserContent.style.height=totalH+"px";}if(ie8){totalH=149;_teaserContent.style.height=totalH+"px";}var _desc_caso=a.getElement('div[class=desc_casoAnimated]');_desc_caso.style.height=totalH+"px";topFullAnimated=-totalH;var o={};o[0]={'top':[topFullAnimated]};var ran=$random(0,100000);fxs[ran]=fx;b.setProperty("moving",ran);fx.start(o);}}}function __HidePopAnimated(divid){var a=document.getElementById(divid);a=$(a);if(a.hasClass("casoAnimated")){var b=a.getElement('div[class=desc_casoAnimated]');b=$(b);if(b){if(b.getProperty("moving")>0){fxs[b.getProperty("moving")].stop();b.setProperty("moving",0);}fx=new Fx.Elements(b,{wait:false,duration:updownFrequency,transition:transDown});var o={};o[0]={'top':[topNormalAnimated]};b.setProperty("moving",1);var ran=$random(0,100000);fxs[ran]=fx;b.setProperty("moving",ran);fx.start(o);}};IsOpenSlider=false;}


/* Ajax Utility*/

function loadXMLDoc(url)
{req=null
if(window.XMLHttpRequest)
{req=new XMLHttpRequest();req.onreadystatechange=processReqChange;req.open("GET",url,false);req.send(null);}
else if(window.ActiveXObject)
{isIE=true;req=new ActiveXObject("Microsoft.XMLHTTP");if(req){req.onreadystatechange=processReqChange;req.open("GET",url,false);req.send();}}}
function processReqChange()
{if(req.readyState==4)
{if(req.status==200)
{}
else
{alert("There was a problem retrieving the XML data:\n"+req.statusText);}}}
function loadXMLDoc1(url)
{req1=null
if(window.XMLHttpRequest)
{req1=new XMLHttpRequest();req1.onreadystatechange=processReqChange1;req1.open("POST",url,false);req1.send(null);}
else if(window.ActiveXObject)
{isIE=true;req1=new ActiveXObject("Microsoft.XMLHTTP");if(req1){req1.onreadystatechange=processReqChange1;req1.open("GET",url,false);req1.send();}}}
function processReqChange1()
{if(req1.readyState==4)
{if(req1.status==200)
{}
else
{alert("There was a problem retrieving the XML data:\n"+req1.statusText);}}}
function ShowGetInfo(contentId,divObject)
{document.getElementById('imgPreLoader').style.display='block';var xmlHttp;try
{xmlHttp=new XMLHttpRequest();}
catch(e)
{try
{xmlHttp=new ActiveXObject("Msxml2.XMLHTTP");}
catch(e)
{try
{xmlHttp=new ActiveXObject("Microsoft.XMLHTTP");}
catch(e)
{alert("Your browser does not support AJAX!");document.getElementById('imgPreLoader').style.display='none';return false;}}}
xmlHttp.onreadystatechange=function()
{if(xmlHttp.readyState==4)
{if(divObject!=null)
{divObject.innerHTML=xmlHttp.responseText;document.getElementById('imgPreLoader').style.display='none';ToggleLayer('divPopGetInfo')}}}
var URLString="pages/AjaxData.aspx?id="+contentId+"&accessory=1";xmlHttp.open("GET",URLString,true);xmlHttp.send(null);}


/* page function */

var __TeaserRefreshFrequency=4;var requiredMajorVersion=8;var requiredMinorVersion=0;var requiredRevision=0;function changeZIndex(param){if(param){document.getElementById("flashContainer").className="highDepth";}else{document.getElementById("flashContainer").className="lowDepth";}
changeZIndexOpera(param);}
function changeSize(sizeID){try{var objMenuFlash=getFlashMovie("flashMenu");if(objMenuFlash){objMenuFlash.changeSize(sizeID);}}catch(e){}}
function changeZIndexOpera(param){if(op){if(param){_$("flashContainer").style.zIndex=54;_$("rightSection").style.zIndex=2;}else{_$("flashContainer").style.zIndex=1;_$("rightSection").style.zIndex=44;}}}
function readyToSearch(){if(document.getElementById("searchBox").value==langSearchText){document.getElementById("searchBox").value="";}}
function blankSearch(){if(document.getElementById("searchBox").value==""){document.getElementById("searchBox").value=langSearchText;}}
var arrBannerIdPrefix=new Array();var IsOpenSlider=false;var IsOpenSliderNews=false;function __BannerRefreshContent(pIsStart)
{if(arrBannerIdPrefix==null)
{return;}
if(!IsOpenSlider&&!IsOpenSliderNews){for(var keys in arrBannerIdPrefix){if(keys.toString().toLowerCase().indexOf('ctl')!=-1||keys.toString().toLowerCase().indexOf('banner')!=-1){try{var strIdPrefix=arrBannerIdPrefix[keys][0];var intTotalCount=parseInt(arrBannerIdPrefix[keys][1]);var intOldIndex=parseInt(arrBannerIdPrefix[keys][2]);var strClientId=arrBannerIdPrefix[keys][3];var intCurrentIndex=intOldIndex;if(intOldIndex==(intTotalCount-1)){intCurrentIndex=0;}else{if(pIsStart==0){intCurrentIndex=intCurrentIndex+1;}}
if(intCurrentIndex!=intOldIndex){_$(strIdPrefix+intCurrentIndex).style.display="block";_$(strIdPrefix+intOldIndex).style.display="none";if(strIdPrefix.indexOf('NewsTeaser')>=0){_DivBaseTeaserId=strIdPrefix+intCurrentIndex;}
arrBannerIdPrefix[keys][2]=intCurrentIndex;}}catch(e){}}}}
strTimeoutExpression="__BannerRefreshContent(0)";setTimeout(strTimeoutExpression,parseInt(__TeaserRefreshFrequency)*1000);}
var arrMainContentIdPrefix=new Array();function __MainContentRefreshContent(pIsStart)
{if(arrMainContentIdPrefix==null)
{return;}
var intRefreshFrequency=4;var intPlaceHolderCount=0;for(var keys in arrMainContentIdPrefix){if(keys.toString().toLowerCase().indexOf('ctl')!=-1){intPlaceHolderCount=intPlaceHolderCount+1;var strIdPrefix=arrMainContentIdPrefix[keys][0];var intTotalCount=parseInt(arrMainContentIdPrefix[keys][1]);var intOldIndex=parseInt(arrMainContentIdPrefix[keys][2]);var strClientId=arrMainContentIdPrefix[keys][3];intRefreshFrequency=arrMainContentIdPrefix[keys][4];var intCurrentIndex=intOldIndex;if(intOldIndex==(intTotalCount-1)){intCurrentIndex=0;}else{if(pIsStart==0){intCurrentIndex=intCurrentIndex+1;}}
if(intCurrentIndex!=intOldIndex){if(_$("_FLVVDO_"+keys+intOldIndex)){try{_$("_FLVVDO_"+keys+intOldIndex).playVideo(false);}catch(e){}}
_$(strIdPrefix+intCurrentIndex).style.zIndex=intTotalCount+3;_$(strIdPrefix+intOldIndex).style.zIndex=intOldIndex+1;if(_$("_FLVVDO_"+keys+intCurrentIndex)){try{_$("_FLVVDO_"+keys+intCurrentIndex).playVideo(true);}catch(e){}}
arrMainContentIdPrefix[keys][2]=intCurrentIndex;}
if(_$("divScrollable"+intCurrentIndex)){if(_$("flashLev3")){_$("divScrollable"+intCurrentIndex).className="flexcroll MainContentText";}else{_$("divScrollable"+intCurrentIndex).className="flexcroll MainContentText2";}
CSBfleXcroll("divScrollable"+intCurrentIndex);}}}
if(intPlaceHolderCount>0){strTimeoutExpression="__MainContentRefreshContent(0)";setTimeout(strTimeoutExpression,parseInt(intRefreshFrequency)*1000);}}
function browser_detect(){d=document;if(ie6){LoadCSS("css/style_ie6.css");}
else if(moz){LoadCSS("css/stylemozilla.css");}
else if(saf){LoadCSS("css/stylesafari.css");}
else if(op){LoadCSS("css/styleopera.css");}
else{LoadCSS("css/style.css");}}
function hideMenu(){if(op){changeZIndexOpera(false);}
try{var objMenuFlash=getFlashMovie("flashMenu");if(objMenuFlash){objMenuFlash.hideMenu();}}catch(e){}}
function HideMenu(eventargs){if(!(eventargs==null||eventargs.target==null)){if(eventargs.target.id.toString().indexOf("flashMenu")!=-1)return;}
hideMenu();}
var fadeSteps=20;var fadeDelay=20;var loopPrepend=true;var fadeStep=0;var fadeElem;function showBox1(param){if(document.getElementById(param).style.display=="none"){document.getElementById(param).style.display="";fadeStep=0;fadeElem=document.getElementById(param);fadeIn();}else{document.getElementById(param).style.display="none";}}
function fadeIn(){if(fadeStep>fadeSteps){return;}else{setOpacity(fadeElem,(fadeStep/fadeSteps));fadeStep++;window.setTimeout("fadeIn()",fadeDelay);}}
function fadeOut(){if(fadeStep<fadeSteps){return;}else{setOpacity(fadeElem,(fadeStep/fadeSteps));fadeStep++;window.setTimeout("fadeOut()",fadeDelay);}}
function setOpacity(el,opacity){if(el.style.opacity!=undefined){el.style.opacity=opacity;}else if(el.style.MozOpacity!=undefined){el.style.MozOpacity=opacity;}else if(el.style.filter!=undefined){}}
function ToggleLayer(pLayerId){if(_$(pLayerId).style.display=="none"){_$(pLayerId).style.display="";fadeStep=0;fadeElem=_$(pLayerId);fadeIn();}else{_$(pLayerId).style.display="none";}}
function CompareVersion()
{var intCount=0;var BTID,TSFID1,TSFID2,VID1,VID2;var allDiv=document.getElementsByTagName("img");for(var i=0;i<allDiv.length;i++)
{if(allDiv[i].getAttribute('bid')>0)
{if(allDiv[i].src.indexOf('images/cheackbox_on.gif')!=-1)
{intCount=intCount+1;if(intCount==1)
{BTID=allDiv[i].getAttribute('bid');TSFID1=allDiv[i].getAttribute('value');VID1=allDiv[i].getAttribute('VID');}
else if(intCount==2)
{TSFID2=allDiv[i].getAttribute('value');VID2=allDiv[i].getAttribute('VID');}}}}
if(intCount==2)
{location.href='TechnicalSpecification.aspx?BTID='+BTID+'&TSFID1='+TSFID1+'&TSFID2='+TSFID2+'&VID1='+VID1+'&VID2='+VID2+'&PMID='+PMID;}
else
{alert('Please Select 2 Versions.');}}
function showDisclaimer(pDisclaimerIDs){_openLightBox("pages/DisclaimerContent.aspx?ids="+pDisclaimerIDs);}
var __isLightBoxInitiallize=false;function _initializeLightbox(){var divWin=document.createElement("div");divWin.id="__divWinLightBox";divWin.className="lightboxwinOuter";divWin.innerHTML='<div class=\"lightboxouter\"><div class=\"lightboxContainer2_up\"><img src=\"images/close.gif\"  alt=\"close\" style=\"cursor: pointer;\" title=\"close\" onclick=\"_closeLightBox()\" /></div><div class=\"lightboxContainer2\"><iframe id=\"iframeLightbox\" frameborder=\"0\" scrolling=\"no\" vspace=\"0\" hspace=\"0\"></iframe></div><div class=\"lightboxContainer2_bottom\"></div></div><div class=\"lightboxwin\"> </div>';document.getElementsByTagName("body")[0].appendChild(divWin);__isLightBoxInitiallize=true;}
function _openLightBox(pIframeUrl){if(!__isLightBoxInitiallize){_initializeLightbox();}
var iframeLightbox=_$("iframeLightbox");iframeLightbox.src=pIframeUrl;iframeLightbox.style.height='354px';iframeLightbox.style.width='354px';var pageHeight=0;if(moz){pageHeight=screen.availHeight;}else{if(document.body.scrollHeight<document.body.offsetHeight)
{pageHeight=document.body.offsetHeight;}else{pageHeight=document.body.scrollHeight;}}
var objPanel=_$('__divWinLightBox');if(objPanel){objPanel.style.height=pageHeight+'px';objPanel.style.display="";}}
function _closeLightBox(){var objPanel=_$('__divWinLightBox');if(objPanel){objPanel.style.display="none";}}
function __searchEnter(e)
{var keycode=null;if(e){e=e}else{e=window.event}
if(e.which){keycode=e.which}else{keycode=e.keyCode}
if(keycode==13){var search_rnd=Math.floor(Math.random()*100000000)+1;window.location=_ekSitePath+"search.aspx?searchtext="+document.getElementById("searchBox").value + "&rnd=" + search_rnd;return false;}
else
return true;}
function __submainSearch()
{var search_rnd=Math.floor(Math.random()*100000000)+1;window.location=_ekSitePath+"search.aspx?searchtext="+document.getElementById("searchBox").value + "&rnd=" + search_rnd;return false;}


/* flexcroll */

eval(function(p,a,c,k,e,r){e=function(c){return(c<a?'':e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--)r[e(c)]=k[c]||e(c);k=[function(e){return r[e]}];e=function(){return'\\w+'};c=1};while(c--)if(k[c])p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c]);return p}('7 E={4L:6(){Q.N(1i,\'4v\',Q.51)},3s:6(f){7 g=17,G=1i,1Z=6Q;5(!g.20||!g.4b)B;5(3M(f)==\'4f\')f=17.20(f);5(f==14||1Z.3b.2v(\'5H\')!=-1||((1Z.3b.2v(\'5l\')!=-1||1Z.3b.2v(\'6n\')!=-1)&&!(3M(4O)!="6y"&&4O.6z))||1Z.65==\'67\'||(1Z.6d.2v(\'5h\')!=-1&&1Z.3b.2v(\'5J\')!=-1))B;5(f.1G){f.1G();B};5(!f.1W||f.1W==\'\'){7 h="6h",c=1;1E(17.20(h+c)!=14){c++};f.1W=h+c}7 k=f.1W;f.3n=2n 5E();7 l=f.3n;l.1K={6G:[\'-1s\',0],5r:[0,\'-1s\'],5f:[\'1s\',0],5m:[0,\'1s\'],5w:[0,\'-1p\'],5M:[0,\'1p\'],5Z:[0,\'-52\'],66:[0,\'+52\']};l.3R=["-2s","2s"];l.3z=["-2s","2s"];7 m=Z(\'6e\',C),D=Z(\'6c\',C),H=Z(\'6m\',C),18=Z(\'6O\',C);7 o=Z(\'5x\',C),1g=Z(\'5O\',C),2M=8;18.A.1v=\'4B 4P 5F\';18.1N();f.19.4W=\'2w\';1g.A.6F="6J";1g.A.1x="4j";1g.A.T="4j";1g.A.1P="3X";1g.A.3F="-6u";1g.1N();7 p=f.R,4X=f.1e;2c(f,18,\'16\',[\'1v-12-T\',\'1v-26-T\',\'1v-13-T\',\'1v-1R-T\']);7 q=f.R,4g=f.1e,3A=4X-4g,3C=p-q;7 s=(f.1T)?f.1T:0,5b=(f.1S)?f.1S:0;7 t=17.3O.1k,3S=/#([^#.]*)$/;7 u=[\'5B\',\'60\',\'5c\'];l.V=[];l.21=[];l.5s=l.O=[];l.5A=l.1M=[];l.1u=[8,8];l.W=[];l.1H=[0,0];l.1m=[];l.3x=[];l.X=[];1E(f.4M){m.Y(f.4M)};m.Y(o);f.Y(D);f.Y(18);5(L(f,\'1P\')!=\'3X\')f.19.1P="37";7 w=L(f,\'6p-6r\');f.19.4d=\'12\';D.A.T="4x";D.A.1x="4x";D.A.13="16";D.A.12="16";2c(f,18,"16",[\'J-12\',\'J-13\',\'J-26\',\'J-1R\']);7 x=f.1e,4e=f.R,3p;3p=D.R;D.A.5g="6b 4P 6I";5(D.R>3p)2M=C;D.A.5j="16";2c(18,f,8,[\'J-12\',\'J-13\',\'J-26\',\'J-1R\']);1o(D);1o(f);l.X[0]=D.1f-f.1f;l.X[2]=D.1h-f.1h;f.19.53=L(f,"J-1R");f.19.4G=L(f,"J-26");1o(D);1o(f);l.X[1]=D.1f-f.1f;l.X[3]=D.1h-f.1h;f.19.53=L(18,"J-13");f.19.4G=L(18,"J-12");7 y=l.X[2]+l.X[3],3E=l.X[0]+l.X[1];D.19.4d=w;2c(f,D,8,[\'J-12\',\'J-26\',\'J-13\',\'J-1R\']);H.A.T=f.1e+\'F\';H.A.1x=f.R+\'F\';D.A.T=x+\'F\';D.A.1x=4e+\'F\';H.A.1P=\'3X\';H.A.13=\'16\';H.A.12=\'16\';D.Y(m);f.Y(H);H.Y(1g);m.A.1P=\'37\';D.A.1P=\'37\';m.A.13="0";m.A.T="4y%";D.A.4W=\'2w\';D.A.12="-"+l.X[2]+"F";D.A.13="-"+l.X[0]+"F";l.3T=1g.R;l.2G=6(){7 a=m.5Q,2H=6j=0;1q(7 i=0;i<a.4A;i++){5(a[i].1e){2H=11.1Y(a[i].1e,2H)}};l.O[0]=((l.W[1]&&!l.1m[1])||l.21[1])?f.1e-l.1H[0]:f.1e;l.1M[0]=2H+y;B l.1M[0]};l.2K=6(){l.O[1]=((l.W[0]&&!l.1m[0])||l.21[0])?f.R-l.1H[1]:f.R;l.1M[1]=m.R+3E-2;B l.1M[1]};l.4D=6(){m.A.3I=\'6g\';m.A.3I=\'5t\'};l.3K=6(){D.A.T=(2M)?(l.O[0]-y-3A)+\'F\':l.O[0]+\'F\'};l.3U=6(){D.A.1x=(2M)?(l.O[1]-3E-3C)+\'F\':l.O[1]+\'F\'};l.2m=6(){l.2G();l.2K();H.2E=2n 3v();7 a=H.2E;2m(a,\'6N\');a.2i=[1a(L(a.4,\'J-13\')),1a(L(a.4,\'J-1R\'))];a.4.A.J=\'16\';a.4.K=0;a.4.2O=C;a.4.2a=1;m.4h=a.4;3o(a,0);l.1H[0]=a.1b.1e;l.3K();H.2Q=2n 3v();7 b=H.2Q;2m(b,\'5p\');b.2i=[1a(L(b.4,\'J-12\')),1a(L(b.4,\'J-26\'))];b.4.A.J=\'16\';b.4.K=0;b.4.2O=8;b.4.2a=0;m.5D=b.4;5(G.4T)b.4.A.1P=\'37\';3o(b,0);l.1H[1]=b.1b.R;l.3U();H.A.1x=f.R+\'F\';b.2p=Z(\'68\');H.Y(b.2p);b.2p.3r=6(){b.4.2S=C;l.1Q=b.4;b.4.2U=C;b.4.29=8;H.2E.4.29=8;E.N(g,\'3G\',2x);E.N(g,\'2g\',2W);E.N(g,\'2X\',2F);B 8}};l.1Q=14;l.2m();m.57(o);5(!Q.28(f,\'49\',2f)||!Q.28(f,\'4a\',2f)){f.5C=2f};Q.28(f,\'49\',2f);Q.28(f,\'4a\',2f);f.5G(\'5I\',\'0\');Q.N(f,\'5K\',6(e){5(f.2Z)B;5(!e){7 e=G.1w};7 a=e.4k;l.4u=a;l.27();5(l.1K[\'1L\'+a]&&!1i.4T){f.1c(l.1K[\'1L\'+a][0],l.1K[\'1L\'+a][1],C);5(e.1J)e.1J();B 8}});Q.N(f,\'6q\',6(e){5(f.2Z)B;5(!e){7 e=G.1w};7 a=e.4k;5(l.1K[\'1L\'+a]){f.1c(l.1K[\'1L\'+a][0],l.1K[\'1L\'+a][1],C);5(e.1J)e.1J();B 8}});Q.N(f,\'6s\',6(){l.4u=8});Q.N(g,\'2X\',2A);Q.N(f,\'6w\',6(e){5(!e)e=G.1w;7 a=(e.1A)?e.1A:(e.1n)?e.1n:8;5(!a||(a.1r&&a.1r.U(31("\\\\64\\\\b"))))B;l.4i=e.2r;l.4t=e.2k;33();1o(f);2A();E.N(g,\'2g\',3V);l.2u=[f.1h+10,f.1h+l.O[0]-10,f.1f+10,f.1f+l.O[1]-10]});6 3V(e){5(!e)e=G.1w;7 a=e.2r,3B=e.2k,3j=a+l.3D,3c=3B+l.3d;l.3e=(3j<l.2u[0]||3j>l.2u[1])?1:0;l.3f=(3c<l.2u[2]||3c>l.2u[3])?1:0;l.3k=a-l.4i;l.3m=3B-l.4t;l.36=(l.3k>40)?1:(l.3k<-40)?-1:0;l.39=(l.3m>40)?1:(l.3m<-40)?-1:0;5((l.36!=0||l.39!=0)&&!l.1U)l.1U=G.3a(6(){5(l.36==0&&l.39==0){G.2l(l.1U);l.1U=8;B};33();5(l.3e==1||l.3f==1)f.1c((l.36*l.3e)+"s",(l.39*l.3f)+"s",C)},45)};6 2A(){E.2d(g,\'2g\',3V);5(l.1U)G.2l(l.1U);l.1U=8;5(l.44)G.4V(l.44);5(l.46)G.2l(l.46)};6 33(){l.3D=(G.4Z)?G.4Z:(g.2e&&g.2e.1S)?g.2e.1S:0;l.3d=(G.54)?G.54:(g.2e&&g.2e.1T)?g.2e.1T:0};f.1G=6(a){H.2C();5(H.M[1]()===0||H.M[0]()===0)B;m.A.J=\'4B\';7 b=l.W[0],4p=l.W[1],47=H.2E,2t=H.2Q,2V,2J,2z=[];H.A.T=f.1e-3A+\'F\';H.A.1x=f.R-3C+\'F\';2z[0]=l.O[0];2z[1]=l.O[1];l.W[0]=l.2G()>l.O[0];l.W[1]=l.2K()>l.O[1];7 c=(b!=l.W[0]||4p!=l.W[1]||2z[0]!=l.O[0]||2z[1]!=l.O[1])?C:8;47.1b.3H(l.W[1]);2t.1b.3H(l.W[0]);2V=(l.W[1]||l.21[1]);2J=(l.W[0]||l.21[0]);l.2G();l.2K();l.3U();l.3K();5(!l.W[0]||!l.W[1]||l.1m[0]||l.1m[1])2t.2p.1N();1l 2t.2p.2C();5(2V)2N(47,(2J&&!l.1m[0])?l.1H[1]:0);1l m.A.13="0";5(2J)2N(2t,(2V&&!l.1m[1])?l.1H[0]:0);1l m.A.12="0";5(c&&!a)f.1G(C);m.A.J=\'16\';l.1u[0]=l.1u[1]=8};f.62=f.1c=6(a,b,c){7 d=[[8,8],[8,8]],P;5((a||a===0)&&l.V[0]){a=3L(a,0);P=H.2Q.4;P.1d=(c)?11.22(11.1Y(P.1I,P.1d-a),0):-a;P.3Q();d[0]=[-P.1d-P.24,-P.1I]}5((b||b===0)&&l.V[1]){b=3L(b,1);P=H.2E.4;P.1d=(c)?11.22(11.1Y(P.1I,P.1d-b),0):-b;P.3Q();d[1]=[-P.1d-P.24,-P.1I]}5(!c)l.1u[0]=l.1u[1]=8;B d};f.2Y=6(a){5(a==14||!59(a))B;7 b=48(a);f.1c(b[0]+l.X[2],b[1]+l.X[0],8);f.1c(0,0,C)};2c(18,f,\'16\',[\'1v-12-T\',\'1v-26-T\',\'1v-13-T\',\'1v-1R-T\']);f.57(18);f.1T=0;f.1S=0;f.2I=C;30(f,\'6i\',8);f.1G();f.1c(5b,s,C);5(t.U(3S)){f.2Y(g.20(t.U(3S)[1]))};l.5L=G.3a(6(){7 n=1g.R;5(n!=l.3T){f.1G();l.3T=n}},5N);6 3L(v,i){7 a=v.5P();v=5i(a);B 1a((a.U(/p$/))?v*l.O[i]*0.9:(a.U(/s$/))?v*l.O[i]*0.1:v)}6 41(a){7 a=a.6x(\'-\'),42=a[0],i;1q(i=1;3q=a[i];i++){42+=3q.6B(0).5U()+3q.5z(1)}B 42}6 L(a,b){5(G.4m)B G.4m(a,14).5W(b);5(a.4o)B a.4o[41(b)];B 8};6 2c(a,b,c,d){7 e=2n 3v();1q(7 i=0;i<d.4A;i++){e[i]=41(d[i]);b.19[e[i]]=L(a,d[i],e[i]);5(c)a.19[e[i]]=c}};6 Z(b,c){7 d=g.4b(\'4q\');d.1W=k+\'1L\'+b;d.1r=(c)?b:b+\' 5Y\';d.M=[6(){B d.1e},6(){B d.R}];d.2h=[6(a){d.A.T=a},6(a){d.A.1x=a}];d.4s=[6(){B L(d,"12")},6(){B L(d,"13")}];d.15=[6(a){d.A.12=a},6(a){d.A.13=a}];d.1N=6(){d.A.2j="2w"};d.2C=6(a){d.A.2j=(a)?L(a,\'2j\'):"5d"};d.A=d.19;B d};6 2m(a,b){a.1b=Z(b+\'5e\');a.2o=Z(b+\'5k\');a.25=Z(b+\'5o\');a.4=Z(b+\'5q\');a.1V=Z(b+\'5u\');a.1t=Z(b+\'5y\');H.Y(a.1b);a.1b.Y(a.4);a.1b.Y(a.2o);a.1b.Y(a.25);a.4.Y(a.1V);a.4.Y(a.1t)};6 3o(b,c){7 d=b.1b,4=b.4,i=4.2a;4.1O=b.2i[0];4.2P=d;4.D=D;4.4w=m;4.24=0;2N(b,c,C);4.3h=6(){4.K=(11.22(11.1Y(4.K,0),4.2b));4.1d=1a((4.K/4.32)*4.1I);4.24=(4.K==0)?0:(4.K==4.2b)?0:4.24;4.15[i](4.K+4.1O+"F");m.15[i](4.1d+4.24+"F")};4.3Q=6(){4.K=1a((4.1d*4.32)/4.1I);4.24=4.1d-1a((4.K/4.32)*4.1I);4.K=(11.22(11.1Y(4.K,0),4.2b));4.15[i](4.K+4.1O+"F");4.15[i](4.K+4.1O+"F");m.15[i](4.1d+"F")};l.2B=L(4,\'z-4F\');4.A.3F=(l.2B=="5R"||l.2B=="0"||l.2B==\'5T\')?2:l.2B;D.A.3F=L(4,\'z-4F\');4.3r=6(){4.2U=C;l.1Q=4;4.2S=8;4.29=8;E.N(g,\'3G\',2x);E.N(g,\'2g\',2W);E.N(g,\'2X\',2F);B 8};4.5V=2A;d.3r=d.5X=6(e){5(!e){7 e=G.1w}5(e.1A&&(e.1A==b.1V||e.1A==b.1t||e.1A==b.4))B;5(e.1n&&(e.1n==b.1V||e.1n==b.1t||e.1n==b.4))B;7 a,1X=[];33();l.27();1o(4);a=(4.2O)?e.2k+l.3d-4.1f:e.2r+l.3D-4.1h;1X[4.2a]=(a<0)?l.3z[0]:l.3z[1];1X[1-4.2a]=0;f.1c(1X[0],1X[1],C);5(e.61!="63"){2A();l.44=G.4H(6(){l.46=G.3a(6(){f.1c(1X[0],1X[1],C)},4J)},69)}B 8};d.3H=6(r){5(r){d.2C(f);l.1m[i]=(L(d,"2j")=="2w")?C:8;5(!l.1m[i])4.2C(f);1l 4.1N();l.V[i]=C;30(d,"","4N")}1l{d.1N();4.1N();l.21[i]=(L(d,"2j")!="2w")?C:8;l.V[i]=8;4.K=0;m.15[i](\'16\');30(d,"4N","")}D.15[1-i]((l.3x[i]&&(r||l.21[i])&&!l.1m[i])?l.1H[1-i]-l.X[i*2]+"F":"-"+l.X[i*2]+"F")};d.6f=2x};6 2N(a,b,c){7 d=a.1b,4=a.4,2o=a.2o,1V=a.1V,25=a.25,1t=a.1t,i=4.2a;d.2h[i](H.M[i]()-b+\'F\');d.15[1-i](H.M[1-i]()-d.M[1-i]()+\'F\');l.3x[i]=(1a(d.4s[1-i]())===0)?C:8;a.3l=a.2i[0]+a.2i[1];a.3J=1a((d.M[i]()-a.3l)*0.6l);4.4R=11.22(11.1Y(11.22(1a(l.O[i]/l.1M[i]*d.M[i]()),a.3J),45),a.3J);4.2h[i](4.4R+\'F\');4.2b=d.M[i]()-4.M[i]()-a.3l;4.K=11.22(11.1Y(0,4.K),4.2b);4.15[i](4.K+4.1O+\'F\');4.1I=D.M[i]()-l.1M[i];4.32=4.2b;2o.2h[i](d.M[i]()-25.M[i]()+\'F\');1V.2h[i](4.M[i]()-1t.M[i]()+\'F\');1t.15[i](4.M[i]()-1t.M[i]()+\'F\');25.15[i](d.M[i]()-25.M[i]()+\'F\');5(!c)4.3h();l.4D()};l.27=6(){D.1T=0;D.1S=0;f.1T=0;f.1S=0};Q.N(G,\'4v\',6(){5(f.2I)f.1G()});Q.N(G,\'6o\',6(){5(f.3t)G.4V(f.3t);f.3t=G.4H(6(){5(f.2I)f.1G()},4J)});1q(7 j=0,3i;3i=u[j];j++){7 z=f.34(3i);1q(7 i=0,2R;2R=z[i];i++){E.N(2R,\'6A\',6(){f.2Z=C});E.N(2R,\'6C\',6E=6(){f.2Z=8})}};6 2x(){B 8};6 2W(e){5(!e){7 e=G.1w};7 a=l.1Q,I,3N,6K,6M;5(a==14)B;5(!E.56&&!e.6P)2F();3N=(a.2S)?2:1;1q(7 i=0;i<3N;i++){I=(i==1)?a.4w.4h:a;5(a.2U){5(!I.29){l.27();1o(I);1o(I.2P);I.58=e.2k-I.1f;I.5a=e.2r-I.1h;I.4E=I.K;I.29=C};I.K=(I.2O)?e.2k-I.58-I.2P.1f-I.1O:e.2r-I.5a-I.2P.1h-I.1O;5(a.2S)I.K=I.K+(I.K-I.4E);I.3h()}1l I.29=8}};6 2F(){5(l.1Q!=14){l.1Q.2U=8}l.1Q=14;E.2d(g,\'3G\',2x);E.2d(g,\'2g\',2W);E.2d(g,\'2X\',2F)};6 2f(e){5(!e)e=G.1w;5(!Q.2I)B;7 a=Q,35,3P,1C=8,1j=0,1D;l.27();3g=(e.1A)?e.1A:(e.1n)?e.1n:Q;5(3g.1W&&3g.1W.U(/6a/))1C=C;5(e.4K)1j=-e.4K;5(e.4r)1j=e.4r;1j=(1j<0)?-1:+1;1D=(1j<0)?0:1;l.1u[1-1D]=8;5((l.1u[1D]&&!1C)||(!l.V[0]&&!l.V[1]))B;5(l.V[1]&&!1C)1B=f.1c(8,l.3R[1D],C);35=!l.V[1]||1C||(l.V[1]&&((1B[1][0]==1B[1][1]&&1j>0)||(1B[1][0]==0&&1j<0)));5(l.V[0]&&(!l.V[1]||1C))1B=f.1c(l.3R[1D],8,C);3P=!l.V[0]||(l.V[0]&&l.V[1]&&35&&!1C)||(l.V[0]&&((1B[0][0]==1B[0][1]&&1j>0)||(1B[0][0]==0&&1j<0)));5(35&&3P&&!1C)l.1u[1D]=C;1l l.1u[1D]=8;5(e.1J)e.1J();B 8};6 59(a){1E(a.1y){a=a.1y;5(a==f)B C}B 8};6 1o(a){7 b=a,23=1z=0;7 c="";5(b.2T){1E(b){23+=b.4c;1z+=b.4Q;b=b.2T;c+=1z+" "}}1l 5(b.x){23+=b.x;1z+=b.y}a.1h=23;a.1f=1z};6 48(a){7 b=a;23=1z=0;1E(!b.R&&b.1y&&b!=m&&L(b,\'3I\')=="6k"){b=b.1y}5(b.2T){1E(b!=m){23+=b.4c;1z+=b.4Q;b=b.2T}}B[23,1z]};6 30(a,b,c){5(!a.1r)a.1r=\'\';7 d=a.1r;5(b&&!d.U(31("(^|\\\\s)"+b+"($|\\\\s)")))d=d.3W(/(\\S$)/,\'$1 \')+b;5(c)d=d.3W(31("((^|\\\\s)+"+c+")+($|\\\\s)","g"),\'$2\').3W(/\\s$/,\'\');a.1r=d}},51:6(){5(E.38)1i.2l(E.38);7 d=/#([^#.]*)$/,2q=/(.*)#.*$/,5v,i,1F,4U=17.34("a"),2y=17.3O.1k;5(2y.U(2q))2y=2y.U(2q)[1];1q(i=0;1F=4U[i];i++){5(1F.1k&&1F.1k.U(d)&&1F.1k.U(2q)&&2y===1F.1k.U(2q)[1]){1F.3Y=C;E.N(1F,\'6t\',6(e){5(!e)e=1i.1w;7 a=(e.1n)?e.1n:Q;1E(!a.3Y&&a.1y){a=a.1y};5(!a.3Y)B;7 b=17.20(a.1k.U(d)[1]),2L=8;5(b==14)b=(b=17.6v(a.1k.U(d)[1])[0])?b:14;5(b!=14){7 c=b;1E(c.1y){c=c.1y;5(c.2Y){c.2Y(b);2L=c}};5(2L){5(e.1J)e.1J();17.3O.1k="#"+a.1k.U(d)[1];2L.3n.27();B 8}}})}};E.3Z();5(1i.4Y)1i.4Y()},3Z:6(){5(E.4z)B;E.4z=C;7 a=E.50(17.34("5n")[0],"4q",\'4l\');1q(7 i=0,3u;3u=a[i];i++)E.3s(3u)},50:6(a,b,c){5(3M(a)==\'4f\')a=17.20(a);5(a==14)B 8;7 d=2n 31("(^|\\\\s)"+c+"($|\\\\s)"),6D,3w=[],43=0;7 e=a.34(b);1q(7 i=0,2D;2D=e[i];i++){5(2D.1r&&2D.1r.U(d)){3w[43]=2D;43++}};B 3w},38:1i.3a(6(){7 a=17.20(\'4l-6H\');5(a!=14){E.3Z();1i.2l(E.38)}},4y),N:6(a,b,c){5(!E.28(a,b,c)&&a.55){a.55(\'4C\'+b,c)}},28:6(a,b,c){5(a.3y){a.3y(b,c,8);E.56=C;1i.3y("6L",6(){E.2d(a,b,c)},8);B C}1l B 8},2d:6(a,b,c){5(!E.4n(a,b,c)&&a.4I)a.4I(\'4C\'+b,c)},4n:6(a,b,c){5(a.4S){a.4S(b,c,8);B C}1l B 8}};6 5S(a){E.3s(a)};E.4L();',62,425,'||||sBr|if|function|var|false||||||||||||||||||||||||||||sY|return|true|mDv|fleXenv|px|wD|tDv|movBr|padding|curPos|getStyle|getSize|addTrggr|cntRSize|Bar|this|offsetHeight||width|match|scroller|reqS|paddings|appendChild|createDiv||Math|left|top|null|setPos|0px|document|pDv|style|parseInt|sDv|contentScroll|trgtScrll|offsetWidth|yPos|fDv|xPos|window|delta|href|else|forcedHide|srcElement|findPos||for|className||sSBr|edge|border|event|height|parentNode|curtop|target|scrollState|hoverH|iNDx|while|anchoR|scrollUpdate|barSpace|mxScroll|preventDefault|keyAct|_|cntSize|fHide|minPos|position|goScroll|bottom|scrollLeft|scrollTop|tSelectFunc|sFBr|id|mV|max|nV|getElementById|forcedBar|min|curleft|targetSkew|sSDv|right|mDPosFix|addChckTrggr|moved|indx|maxPos|copyStyles|remTrggr|documentElement|mWheelProc|mousemove|setSize|barPadding|visibility|clientY|clearInterval|createScrollBars|new|sFDv|jBox|urlExt|clientX||hBr|mTBox|indexOf|hidden|retFalse|urlBase|cPSize|intClear|barZ|fShow|pusher|vrt|mMouseUp|getContentWidth|maxCWidth|fleXcroll|hUpReq|getContentHeight|eScroll|stdMode|updateScroll|vertical|ofstParent|hrz|formItem|scrollBoth|offsetParent|clicked|vUpReq|mMoveBar|mouseup|scrollToElement|focusProtect|classChange|RegExp|sRange|pageScrolled|getElementsByTagName|vEdge|sXdir|relative|catchFastInit|sYdir|setInterval|userAgent|mdY|yScrld|mOnXEdge|mOnYEdge|hElem|doScrollPos|inputName|mdX|xAw|padLoss|yAw|fleXdata|prepareScroll|mHeight|parT|onmousedown|fleXcrollMain|refreshTimeout|tgDiv|Array|retArray|forcedPos|addEventListener|baseAct|brdWidthLoss|mY|brdHeightLoss|xScrld|padHeightComp|zIndex|selectstart|setVisibility|display|baseProp|setWidth|calcCScrollVal|typeof|maxx|location|hEdge|contentScrollPos|wheelAct|uReg|zTHeight|setHeight|tSelectMouse|replace|absolute|fleXanchor|initByClass||camelConv|reT|key|barClickRetard||barClickScroll|vBr|findRCpos|mousewheel|DOMMouseScroll|createElement|offsetLeft|textAlign|postHeight|string|intlWidth|vBar|inMposX|1em|keyCode|flexcroll|getComputedStyle|remChckTrggr|currentStyle|reqV|div|detail|getPos|inMposY|pkeY|load|scrlTrgt|100px|100|initialized|length|1px|on|fixIEDispBug|inCurPos|index|paddingLeft|setTimeout|detachEvent|80|wheelDelta|fleXcrollInit|firstChild|flexinactive|HTMLElement|solid|offsetTop|aSize|removeEventListener|opera|anchorList|clearTimeout|overflow|brdWidth|onfleXcrollRun|pageXOffset|getByClassName|globalInit|100p|paddingTop|pageYOffset|attachEvent|w3events|removeChild|pointerOffsetY|isddvChild|pointerOffsetX|oScrollX|select|visible|base|_39|borderBottom|Mac|parseFloat|borderBottomWidth|basebeg|AppleWebKit|_40|body|baseend|hscroller|bar|_38|containerSize|block|barbeg|matcH|_33|domfixdiv|barend|substr|contentSize|textarea|onmousewheel|hBar|Object|blue|setAttribute|OmniWeb|tabIndex|MSIE|keydown|sizeChangeDetect|_34|2500|zoomdetectdiv|toString|childNodes|auto|CSBfleXcroll|normal|toUpperCase|onmouseover|getPropertyValue|ondblclick|scrollgeneric|_36|input|type|commitScroll|dblclick|bscrollgeneric|vendor|_35|KDE|scrollerjogbox|425|_hscroller|2px|mcontentwrapper|platform|contentwrapper|onmouseclick|none|flex__|flexcrollactive|compPad|inline|75|scrollwrapper|Safari|resize|text|keypress|align|keyup|click|999|getElementsByName|mousedown|split|undefined|prototype|focus|charAt|blur|clsnm|onblur|fontSize|_37|init|black|12px|xScroll|unload|yScroll|vscroller|copyholder|button|navigator'.split('|'),0,{}))

function CSBfleXcroll(targetId){fleXenv.fleXcrollMain(targetId)};
fleXenv.fleXcrollInit();



/* google analytics loader*/

var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));

/* function set the bg color of the icons in Bottom section */

function setBackground(obj)
{   
    obj.className="hovclr";
}
function resetBackground(obj)
{
    obj.className="";
}