var tb_pathToImage="/css_images/thickbox/loadingAnimation.gif";
/*!!!!!!!!!!!!!!!! edit below this line at your own risk !!!!!!!!!!!!!!!!!!!!!!!*/
jQuery(document).ready(function(){tb_init("a.thickbox, area.thickbox, input.thickbox");
imgLoader=new Image();
imgLoader.src=tb_pathToImage
});
function tb_init(A){jQuery(A).click(function(){var C=this.title||this.name||null;
var B=this.href||this.alt;
var D=this.rel||false;
tb_show(C,B,D);
this.blur();
return false
})
}function tb_show(I,B,G){try{if(typeof document.body.style.maxHeight==="undefined"){jQuery("body","html").css({height:"100%",width:"100%"});
jQuery("html").css("overflow","hidden");
if(document.getElementById("TB_HideSelect")===null){jQuery("body").append("<iframe id='TB_HideSelect'></iframe><div id='TB_overlay'></div><div id='TB_window'></div>");
jQuery("#TB_overlay").click(tb_remove)
}}else{if(document.getElementById("TB_overlay")===null){jQuery("body").append("<div id='TB_overlay'></div><div id='TB_window'></div>");
jQuery("#TB_overlay").click(tb_remove)
}}if(tb_detectMacXFF()){jQuery("#TB_overlay").addClass("TB_overlayMacFFBGHack")
}else{jQuery("#TB_overlay").addClass("TB_overlayBG")
}if(I===null){I=""
}jQuery("body").append("<div id='TB_load'><img src='"+imgLoader.src+"' /></div>");
jQuery("#TB_load").show();
var C;
if(B.indexOf("?")!==-1){C=B.substr(0,B.indexOf("?"))
}else{C=B
}var E=/\.jpgjQuery|\.jpegjQuery|\.pngjQuery|\.gifjQuery|\.bmpjQuery/;
var J=C.toLowerCase().match(E);
if(J==".jpg"||J==".jpeg"||J==".png"||J==".gif"||J==".bmp"){TB_PrevCaption="";
TB_PrevURL="";
TB_PrevHTML="";
TB_NextCaption="";
TB_NextURL="";
TB_NextHTML="";
TB_imageCount="";
TB_FoundURL=false;
if(G){TB_TempArray=jQuery("a[@rel="+G+"]").get();
for(TB_Counter=0;
((TB_Counter<TB_TempArray.length)&&(TB_NextHTML===""));
TB_Counter++){var F=TB_TempArray[TB_Counter].href.toLowerCase().match(E);
if(!(TB_TempArray[TB_Counter].href==B)){if(TB_FoundURL){TB_NextCaption=TB_TempArray[TB_Counter].title;
TB_NextURL=TB_TempArray[TB_Counter].href;
TB_NextHTML="<span id='TB_next'>&nbsp;&nbsp;<a href='#'>Next &gt;</a></span>"
}else{TB_PrevCaption=TB_TempArray[TB_Counter].title;
TB_PrevURL=TB_TempArray[TB_Counter].href;
TB_PrevHTML="<span id='TB_prev'>&nbsp;&nbsp;<a href='#'>&lt; Prev</a></span>"
}}else{TB_FoundURL=true;
TB_imageCount="Image "+(TB_Counter+1)+" of "+(TB_TempArray.length)
}}}imgPreloader=new Image();
imgPreloader.onload=function(){imgPreloader.onload=null;
var N=tb_getPageSize();
var L=N[0]-150;
var Q=N[1]-150;
var M=imgPreloader.width;
var K=imgPreloader.height;
if(M>L){K=K*(L/M);
M=L;
if(K>Q){M=M*(Q/K);
K=Q
}}else{if(K>Q){M=M*(Q/K);
K=Q;
if(M>L){K=K*(L/M);
M=L
}}}TB_WIDTH=M+30;
TB_HEIGHT=K+60;
jQuery("#TB_window").append("<a href='' id='TB_ImageOff' title='Close'><img id='TB_Image' src='"+B+"' width='"+M+"' height='"+K+"' alt='"+I+"'/></a><div id='TB_caption'>"+I+"<div id='TB_secondLine'>"+TB_imageCount+TB_PrevHTML+TB_NextHTML+"</div></div><div id='TB_closeWindow'><a href='#' id='TB_closeWindowButton' title='Close'>close</a> or Esc Key</div>");
jQuery("#TB_closeWindowButton").click(tb_remove);
if(!(TB_PrevHTML==="")){function P(){if(jQuery(document).unbind("click",P)){jQuery(document).unbind("click",P)
}jQuery("#TB_window").remove();
jQuery("body").append("<div id='TB_window'></div>");
tb_show(TB_PrevCaption,TB_PrevURL,G);
return false
}jQuery("#TB_prev").click(P)
}if(!(TB_NextHTML==="")){function O(){jQuery("#TB_window").remove();
jQuery("body").append("<div id='TB_window'></div>");
tb_show(TB_NextCaption,TB_NextURL,G);
return false
}jQuery("#TB_next").click(O)
}document.onkeydown=function(R){if(R==null){keycode=event.keyCode
}else{keycode=R.which
}if(keycode==27){tb_remove()
}else{if(keycode==190){if(!(TB_NextHTML=="")){document.onkeydown="";
O()
}}else{if(keycode==188){if(!(TB_PrevHTML=="")){document.onkeydown="";
P()
}}}}};
tb_position();
jQuery("#TB_load").remove();
jQuery("#TB_ImageOff").click(tb_remove);
jQuery("#TB_window").css({display:"block"})
};
imgPreloader.src=B
}else{var A=B.replace(/^[^\?]+\??/,"");
var D=tb_parseQuery(A);
TB_WIDTH=(D.width*1)+30||630;
TB_HEIGHT=(D.height*1)+40||440;
ajaxContentW=TB_WIDTH;
ajaxContentH=TB_HEIGHT-45;
if(B.indexOf("TB_iframe")!=-1){urlNoQuery=B.split("TB_");
jQuery("#TB_iframeContent").remove();
if(D.modal!="true"){jQuery("#TB_window").append("<div id='TB_title'><div id='TB_ajaxWindowTitle'>"+I+"</div><div id='TB_closeAjaxWindow'><a href='#' id='TB_closeWindowButton' title='Close'>close</a> or Esc Key</div></div><iframe frameborder='0' hspace='0' src='"+urlNoQuery[0]+"' id='TB_iframeContent' name='TB_iframeContent"+Math.round(Math.random()*1000)+"' onload='tb_showIframe()' style='width:"+(ajaxContentW+29)+"px;height:"+(ajaxContentH+17)+"px;' > </iframe>")
}else{jQuery("#TB_overlay").unbind();
jQuery("#TB_window").append("<iframe frameborder='0' hspace='0' src='"+urlNoQuery[0]+"' id='TB_iframeContent' name='TB_iframeContent"+Math.round(Math.random()*1000)+"' onload='tb_showIframe()' style='width:"+(ajaxContentW+29)+"px;height:"+(ajaxContentH+17)+"px;'> </iframe>")
}}else{if(jQuery("#TB_window").css("display")!="block"){if(D.modal!="true"){jQuery("#TB_window").append("<div id='TB_title'><div id='TB_ajaxWindowTitle'>"+I+"</div><div id='TB_closeAjaxWindow'><a href='#' id='TB_closeWindowButton'>close</a> or Esc Key</div></div><div id='TB_ajaxContent' style='width:"+ajaxContentW+"px;height:"+ajaxContentH+"px'></div>")
}else{jQuery("#TB_overlay").unbind();
jQuery("#TB_window").append("<div id='TB_ajaxContent' class='TB_modal' style='width:"+ajaxContentW+"px;height:"+ajaxContentH+"px;'></div>")
}}else{jQuery("#TB_ajaxContent")[0].style.width=ajaxContentW+"px";
jQuery("#TB_ajaxContent")[0].style.height=ajaxContentH+"px";
jQuery("#TB_ajaxContent")[0].scrollTop=0;
jQuery("#TB_ajaxWindowTitle").html(I)
}}jQuery("#TB_closeWindowButton").click(tb_remove);
if(B.indexOf("TB_inline")!=-1){jQuery("#TB_ajaxContent").append(jQuery("#"+D.inlineId).children());
jQuery("#TB_window").unload(function(){jQuery("#"+D.inlineId).append(jQuery("#TB_ajaxContent").children())
});
tb_position();
jQuery("#TB_load").remove();
jQuery("#TB_window").css({display:"block"})
}else{if(B.indexOf("TB_iframe")!=-1){tb_position();
if(jQuery.browser.safari){jQuery("#TB_load").remove();
jQuery("#TB_window").css({display:"block"})
}}else{jQuery("#TB_ajaxContent").load(B+="&random="+(new Date().getTime()),function(){tb_position();
jQuery("#TB_load").remove();
tb_init("#TB_ajaxContent a.thickbox");
jQuery("#TB_window").css({display:"block"})
})
}}}if(!D.modal){document.onkeyup=function(K){if(K==null){keycode=event.keyCode
}else{keycode=K.which
}if(keycode==27){tb_remove()
}}
}}catch(H){}}function tb_showIframe(){jQuery("#TB_load").remove();
jQuery("#TB_window").css({display:"block"})
}function tb_remove(){jQuery("#TB_imageOff").unbind("click");
jQuery("#TB_closeWindowButton").unbind("click");
jQuery("#TB_window").fadeOut("fast",function(){jQuery("#TB_window,#TB_overlay,#TB_HideSelect").trigger("unload").unbind().remove()
});
jQuery("#TB_load").remove();
if(typeof document.body.style.maxHeight=="undefined"){jQuery("body","html").css({height:"auto",width:"auto"});
jQuery("html").css("overflow","")
}document.onkeydown="";
document.onkeyup="";
return false
}function tb_position(){jQuery("#TB_window").css({marginLeft:"-"+parseInt((TB_WIDTH/2),10)+"px",width:TB_WIDTH+"px"});
var A=parseInt((TB_HEIGHT/2),10);
var B=0;
if(jQuery.browser.msie){if(document.body!=null){B=document.body.scrollTop
}else{if(document.documentElement!=null){B=document.documentElement.scrollTop
}}}if(B){jQuery("#TB_window").css({marginTop:"+"+B+"px"})
}else{jQuery("#TB_window").css({marginTop:"-"+A+"px"})
}}function tb_parseQuery(D){var E={};
if(!D){return E
}var A=D.split(/[;&]/);
for(var C=0;
C<A.length;
C++){var G=A[C].split("=");
if(!G||G.length!=2){continue
}var B=unescape(G[0]);
var F=unescape(G[1]);
F=F.replace(/\+/g," ");
E[B]=F
}return E
}function tb_getPageSize(){var C=document.documentElement;
var A=window.innerWidth||self.innerWidth||(C&&C.clientWidth)||document.body.clientWidth;
var B=window.innerHeight||self.innerHeight||(C&&C.clientHeight)||document.body.clientHeight;
arrayPageSize=[A,B];
return arrayPageSize
}function tb_detectMacXFF(){var A=navigator.userAgent.toLowerCase();
if(A.indexOf("mac")!=-1&&A.indexOf("firefox")!=-1){return true
}};
if(typeof Sarissa!="undefined"){jQuery.ajaxSetup({xhr:function(){if(Sarissa.originalXMLHttpRequest){return new Sarissa.originalXMLHttpRequest()
}else{if(typeof ActiveXObject!="undefined"){return new ActiveXObject("Microsoft.XMLHTTP")
}else{return new XMLHttpRequest()
}}}})
}Object.extend(Array.prototype,{shift:function(){if(this.length==0){return undefined
}var A=this[0];
for(var B=0;
B<this.length-1;
B++){this[B]=this[B+1]
}this.length--;
return A
}});
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 A;
var B;
var C;
try{B=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.7");
A=B.GetVariable("$version")
}catch(C){}if(!A){try{B=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.6");
A="WIN 6,0,21,0";
B.AllowScriptAccess="always";
A=B.GetVariable("$version")
}catch(C){}}if(!A){try{B=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.3");
A=B.GetVariable("$version")
}catch(C){}}if(!A){try{B=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.3");
A="WIN 3,0,18,0"
}catch(C){}}if(!A){try{B=new ActiveXObject("ShockwaveFlash.ShockwaveFlash");
A="WIN 2,0,0,11"
}catch(C){A=-1
}}return A
}function GetSwfVer(){var G=-1;
if(navigator.plugins!=null&&navigator.plugins.length>0){if(navigator.plugins["Shockwave Flash 2.0"]||navigator.plugins["Shockwave Flash"]){var F=navigator.plugins["Shockwave Flash 2.0"]?" 2.0":"";
var A=navigator.plugins["Shockwave Flash"+F].description;
var E=A.split(" ");
var C=E[2].split(".");
var H=C[0];
var B=C[1];
var D=E[3];
if(D==""){D=E[4]
}if(D[0]=="d"){D=D.substring(1)
}else{if(D[0]=="r"){D=D.substring(1);
if(D.indexOf("d")>0){D=D.substring(0,D.indexOf("d"))
}}}var G=H+"."+B+"."+D
}}else{if(navigator.userAgent.toLowerCase().indexOf("webtv/2.6")!=-1){G=4
}else{if(navigator.userAgent.toLowerCase().indexOf("webtv/2.5")!=-1){G=3
}else{if(navigator.userAgent.toLowerCase().indexOf("webtv")!=-1){G=2
}else{if(isIE&&isWin&&!isOpera){G=ControlVersion()
}}}}}return G
}function DetectFlashVer(F,D,C){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 E=versionArray[0];
var A=versionArray[1];
var B=versionArray[2];
if(E>parseFloat(F)){return true
}else{if(E==parseFloat(F)){if(A>parseFloat(D)){return true
}else{if(A==parseFloat(D)){if(B>=parseFloat(C)){return true
}}}}}return false
}}}function AC_AddExtension(B,A){if(B.indexOf("?")!=-1){return B.replace(/\?/,A+"?")
}else{return B+A
}}function AC_Generateobj(E,D,A){var C="";
if(isIE&&isWin&&!isOpera){C+="<object ";
for(var B in E){C+=B+'="'+E[B]+'" '
}C+=">";
for(var B in D){C+='<param name="'+B+'" value="'+D[B]+'" /> '
}C+="</object>"
}else{C+="<embed ";
for(var B in A){C+=B+'="'+A[B]+'" '
}C+="> </embed>"
}document.write(C)
}function AC_FL_RunContent(){var A=AC_GetArgs(arguments,".swf","movie","clsid:d27cdb6e-ae6d-11cf-96b8-444553540000","application/x-shockwave-flash");
AC_Generateobj(A.objAttrs,A.params,A.embedAttrs)
}function AC_SW_RunContent(){var A=AC_GetArgs(arguments,".dcr","src","clsid:166B1BCA-3F9C-11CF-8075-444553540000",null);
AC_Generateobj(A.objAttrs,A.params,A.embedAttrs)
}function AC_GetArgs(B,E,G,D,H){var A=new Object();
A.embedAttrs=new Object();
A.params=new Object();
A.objAttrs=new Object();
for(var C=0;
C<B.length;
C=C+2){var F=B[C].toLowerCase();
switch(F){case"classid":break;
case"pluginspage":A.embedAttrs[B[C]]=B[C+1];
break;
case"src":case"movie":B[C+1]=AC_AddExtension(B[C+1],E);
A.embedAttrs.src=B[C+1];
A.params[G]=B[C+1];
break;
case"onafterupdate":case"onbeforeupdate":case"onblur":case"oncellchange":case"onclick":case"ondblclick":case"ondrag":case"ondragend":case"ondragenter":case"ondragleave":case"ondragover":case"ondrop":case"onfinish":case"onfocus":case"onhelp":case"onmousedown":case"onmouseup":case"onmouseover":case"onmousemove":case"onmouseout":case"onkeypress":case"onkeydown":case"onkeyup":case"onload":case"onlosecapture":case"onpropertychange":case"onreadystatechange":case"onrowsdelete":case"onrowenter":case"onrowexit":case"onrowsinserted":case"onstart":case"onscroll":case"onbeforeeditfocus":case"onactivate":case"onbeforedeactivate":case"ondeactivate":case"type":case"codebase":case"id":A.objAttrs[B[C]]=B[C+1];
break;
case"width":case"height":case"align":case"vspace":case"hspace":case"class":case"title":case"accesskey":case"name":case"tabindex":A.embedAttrs[B[C]]=A.objAttrs[B[C]]=B[C+1];
break;
default:A.embedAttrs[B[C]]=A.params[B[C]]=B[C+1]
}}A.objAttrs.classid=D;
if(H){A.embedAttrs.type=H
}return A
};
PCDate=function(){};
PCDate.abbreviatedMonthNames=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"];
PCDate.parseISO8601=function(B){var C=null;
var D=/(\d{4})-(\d{2})-(\d{2})T(\d{2}):(\d{2}):(\d{2})(\.(\d+))?(Z?)(([+-])(\d{2}):(\d{2}))?/;
var E=B.match(D);
if(E){C=new Date(parseInt(E[1],10),parseInt(E[2],10)-1,parseInt(E[3],10),parseInt(E[4],10),parseInt(E[5],10),parseInt(E[6],10),E[7]?parseInt(E[8],10):0);
var A=E[10]?(E[11]=="-"?-1:1)*(parseInt(E[12],10)*3600000+parseInt(E[13],10)*60000):0;
C.setTime(C.getTime()-C.getTimezoneOffset()*60000-A)
}return C
};
PCDate.pad=function(B,A){var C=String(B);
if(B<0){return C
}while(C.length<A){C="0"+C
}return C
};
PCDate.format=function(A){var B="";
if(A){var C=new Date();
C.setTime(A.getTime()+C.getTimezoneOffset()*60000+PCAUser.timeZoneOffset);
B=PCDate.pad(C.getDate(),2)+" "+PCDate.abbreviatedMonthNames[C.getMonth()]+" "+String(C.getFullYear())+" ";
if(PCAUser.hoursNotationId==24){B+=PCDate.pad(C.getHours(),2)
}else{if(C.getHours()==0){B+="12"
}else{if(C.getHours()>12){B+=PCDate.pad(C.getHours()-12,2)
}else{B+=PCDate.pad(C.getHours(),2)
}}}B+=":"+PCDate.pad(C.getMinutes(),2)+":"+PCDate.pad(C.getSeconds(),2);
if(PCAUser.hoursNotationId==12){B+=" "+((C.getHours()<12)?"AM":"PM")
}B+=" "+PCAUser.timeZoneId
}return B
};
PCDate.formatISO8601=function(B){var C="";
if(B){C=String(B.getFullYear())+"-"+PCDate.pad(B.getMonth()+1,2)+"-"+PCDate.pad(B.getDate(),2)+"T"+PCDate.pad(B.getHours(),2)+":"+PCDate.pad(B.getMinutes(),2)+":"+PCDate.pad(B.getSeconds(),2)+"."+PCDate.pad(B.getMilliseconds(),3);
var A=B.getTimezoneOffset();
if(A==0){C+="Z"
}else{C+=(A<0)?"+":"-";
C+=PCDate.pad(Math.floor(Math.abs(A)/60),2)+":"+PCDate.pad(Math.abs(A)%60,2)
}}return C
};
PCDate.formatDateTTime=function(A){var B="";
if(A){B=String(A.getFullYear())+"-"+PCDate.pad(A.getMonth()+1,2)+"-"+PCDate.pad(A.getDate(),2)+"T"+PCDate.pad(A.getHours(),2)+":"+PCDate.pad(A.getMinutes(),2)+":"+PCDate.pad(A.getSeconds(),2)
}return B
};
PCDate.trim=function(A){var B=new Date();
B.setTime(A.getTime());
B.setHours(0);
B.setMinutes(0);
B.setSeconds(0);
B.setMilliseconds(0);
return B
};
window.onload=initPage;
var onloadFunctions=new Array();
function addOnloadFunction(A){onloadFunctions.push(A)
}function initPage(){for(var A=0;
A<onloadFunctions.length;
A++){onloadFunctions[A]()
}}function updatePhoneCountryCode(A){var B=document.getElementById("userInfoForm:userPhoneCountryCodeSelect");
var C;
var D=false;
for(C=0;
C<B.options.length;
C++){if(B.options[C].value==A){document.getElementById("userInfoForm:userWorkPhoneCountryCode").value=B.options[C].text;
document.getElementById("userInfoForm:userWorkPhoneCountryCodeText").value=B.options[C].text;
document.getElementById("userInfoForm:userMobilePhoneCountryCode").value=B.options[C].text;
document.getElementById("userInfoForm:userMobilePhoneCountryCodeText").value=B.options[C].text;
D=true;
return 
}}if(D==false){document.getElementById("userInfoForm:userWorkPhoneCountryCode").value="";
document.getElementById("userInfoForm:userWorkPhoneCountryCodeText").value="";
document.getElementById("userInfoForm:userMobilePhoneCountryCode").value="";
document.getElementById("userInfoForm:userMobilePhoneCountryCodeText").value=""
}}function updateInvoicePhoneCountryCode(A){var B=document.getElementById("invoiceInfoForm:invoicePhoneCountryCodeSelect");
var C;
var D=false;
for(C=0;
C<B.options.length;
C++){if(B.options[C].value==A){document.getElementById("invoiceInfoForm:invoicePhoneCountryCode").value=B.options[C].text;
document.getElementById("invoiceInfoForm:invoicePhoneCountryCodeText").value=B.options[C].text;
D=true;
return 
}}if(!D){document.getElementById("invoiceInfoForm:invoicePhoneCountryCode").value="";
document.getElementById("invoiceInfoForm:invoicePhoneCountryCodeText").value=""
}}addOnloadFunction(function(){var A=document.getElementsByTagName("body")[0];
if(A){if(BrowserDetect.browser=="Opera"&&(Math.floor(BrowserDetect.version)<9)){}else{registerTooltip(A)
}}});
function registerTooltip(D){if(D.nodeType==1&&D.getAttribute("tooltip")!=null){var A=""+D.getAttribute("tooltip");
D.onmouseover=function(E){showTooltip(A,E)
};
D.onmouseout=hideTooltip
}var B=D.childNodes;
for(var C=0;
C<B.length;
C++){registerTooltip(B[C])
}}function showTooltip(E,D){var A=$("tooltipContainer");
A.innerHTML="<p>"+E+"</p>";
var C=getMouseX(D);
var B=getMouseY(D);
A.style.left=(C+5)+"px";
A.style.top=(B+10)+"px";
Element.show(A)
}function hideTooltip(){Element.hide("tooltipContainer")
}function getMouseX(A){return getMousePositionAsArray(A)[0]
}function getMousePositionAsArray(B){var A=0;
var C=0;
if(!B){var B=window.event
}if(B.pageX||B.pageY){A=B.pageX;
C=B.pageY
}else{if(B.clientX||B.clientY){A=B.clientX+document.body.scrollLeft+document.documentElement.scrollLeft;
C=B.clientY+document.body.scrollTop+document.documentElement.scrollTop
}}return[A,C]
}function getMouseY(A){return getMousePositionAsArray(A)[1]
}var BrowserDetect={init:function(){this.browser=this.searchString(this.dataBrowser)||"An unknown browser";
this.version=this.searchVersion(navigator.userAgent)||this.searchVersion(navigator.appVersion)||"an unknown version";
this.OS=this.searchString(this.dataOS)||"an unknown OS"
},searchString:function(D){for(var A=0;
A<D.length;
A++){var B=D[A].string;
var C=D[A].prop;
this.versionSearchString=D[A].versionSearch||D[A].identity;
if(B){if(B.indexOf(D[A].subString)!=-1){return D[A].identity
}}else{if(C){return D[A].identity
}}}},searchVersion:function(B){var A=B.indexOf(this.versionSearchString);
if(A==-1){return 
}return parseFloat(B.substring(A+this.versionSearchString.length+1))
},dataBrowser:[{string:navigator.userAgent,subString:"OmniWeb",versionSearch:"OmniWeb/",identity:"OmniWeb"},{string:navigator.vendor,subString:"Apple",identity:"Safari"},{prop:window.opera,identity:"Opera"},{string:navigator.vendor,subString:"iCab",identity:"iCab"},{string:navigator.vendor,subString:"KDE",identity:"Konqueror"},{string:navigator.userAgent,subString:"Firefox",identity:"Firefox"},{string:navigator.vendor,subString:"Camino",identity:"Camino"},{string:navigator.userAgent,subString:"Netscape",identity:"Netscape"},{string:navigator.userAgent,subString:"MSIE",identity:"Explorer",versionSearch:"MSIE"},{string:navigator.userAgent,subString:"Gecko",identity:"Mozilla",versionSearch:"rv"},{string:navigator.userAgent,subString:"Mozilla",identity:"Netscape",versionSearch:"Mozilla"}],dataOS:[{string:navigator.platform,subString:"Win",identity:"Windows"},{string:navigator.platform,subString:"Mac",identity:"Mac"},{string:navigator.platform,subString:"Linux",identity:"Linux"}]};
BrowserDetect.init();
function a4jDataScrollerSyncFormSubmitHack(C){if(C.isSubmittingByA4J){return true
}var E=false;
var D=false;
for(var B=0;
B<C.elements.length;
B++){var A=C.elements[B].name;
if(A==C.name+":_idcl"){E=true
}else{if(A==C.name+":scroll_1"){scroll1Detected=true
}}}if(E&&scroll1Detected&&C.action&&C.action.indexOf("javascript:")==0){var F={};
F[C.id]=C.id;
C.isSubmittingByA4J=true;
A4J.AJAX.SubmitForm("_viewRoot",C.id,{parameters:F,actionUrl:location.pathname});
C.isSubmittingByA4J=false;
return false
}return true
}SingleSubmitSupport={apply:function(B,A){jQuery(B).data("SingleSubmitData",{submitEnabled:true}).submit(function(){var C=jQuery(this).data("SingleSubmitData");
if(!C.submitEnabled){return false
}C.submitEnabled=false;
jQuery(this).fadeTo(500,0.5);
if(A){setTimeout("SingleSubmitSupport.unlock('"+B+"')",A)
}return true
})
},unlock:function(A){jQuery(A).fadeTo(500,1).data("SingleSubmitData").submitEnabled=true
}};
LoginFormSupport={apply:function(){var D=jQuery("#username");
var C=jQuery("#password");
var B=jQuery("#username_backgroundtext");
var A=jQuery("#password_backgroundtext");
D.data("fgDiv",B);
C.data("fgDiv",A);
B.data("inputField",D);
A.data("inputField",C);
jQuery("#username, #password").focusin(function(){jQuery(this).data("fgDiv").fadeOut(500)
}).focusout(function(){if(!jQuery(this).val()){jQuery(this).data("fgDiv").fadeIn(500)
}}).bind("mousemove mouseover keydown keyup",function(){if(jQuery("#password").val().length>0){A.hide()
}});
jQuery("#username_backgroundtext, #password_backgroundtext").click(function(){jQuery(this).fadeOut(500);
jQuery(this).data("inputField").focus()
});
setTimeout("LoginFormSupport.toggleForegroundDivs()",250);
SingleSubmitSupport.apply("#loginForm",30*1000)
},toggleForegroundDivs:function(){jQuery("#username, #password").each(function(){if(jQuery(this).val()){jQuery(this).data("fgDiv").fadeOut(500)
}else{jQuery(this).data("fgDiv").fadeIn(500)
}})
}};
var tabPanesList=new Array();
function tabPanes(A){return tabPanesList[$(A).id]
}function addTabPane(B,A){tabPanesList[B]=new TabPane(B,A)
}var TabPane=Class.create();
TabPane.prototype={initialize:function(B,A){this.tabPaneId=B;
this.containerId=B+"_container";
this.selectedTabId=A
},getTabs:function(){return $(this.tabPaneId).getElementsByTagName("li")
},tabClicked:function(A){this.selectedTabId=A.id;
var B=this.getTabs();
for(var C=0;
C<B.length;
C++){if(A==B[C]){B[C].className="tab_selected";
if($(B[C].id+"_content")){$(B[C].id+"_content").show()
}}else{B[C].className="tab";
if($(B[C].id+"_content")){$(B[C].id+"_content").hide()
}}}},tabHover:function(A){$(A.id).className=$(A.id).className+" tab_hover"
},tabHoverEnd:function(A){if(A.id==this.selectedTabId){$(A).className="tab_selected"
}else{$(A).className="tab"
}}};
var dataTables=[];
function DataTable(B,A){this.id=B;
this.htmlId=A;
this.dropdownFilterJQuerySelector="select#datatable_"+this.htmlId+"_filter_select"
}DataTable.prototype={timestamp:"",baseTableURL:"",baseMetaDataURL:"/ChartServer/MetadataServletCached?objectType=TABLE",baseInteractiveChartURL:"",filterEnabled:false,filterType:"",filterDefaultValue:"",filterDisplayEnabled:false,filterMultiSelectEnabled:false,useAlternativeInteractive:false,interactiveChartContainer:"reportInteractiveChart",interactiveChartIframe:"interactive_chart_iframe",staticChartContainer:"reportMain",interactiveChartTitle:"ia_chart_title",linkURL:"",linkTooltip:"",showFooter:true,fadeEnabled:false,refreshing:false,toString:function(){return"DataTable[id:"+this.id+"]"
},getTableURL:function(){this.tableURL=this.baseTableURL+this.getFilterQueryString();
return this.tableURL
},updateTable:function(){if(this.fadeEnabled){jQuery("#datatable_"+this.htmlId).fadeTo("fast",0.1)
}jQuery.ajax({url:this.getTableURL(),cache:false,context:this,success:function(A){this.handleUpdateTable(A)
},error:function(A,C,B){this.displayErrorMessage()
}})
},handleUpdateTable:function(B){var C="<body>";
var D=B.indexOf(C);
if(D>0){var A=B.indexOf("</body");
if(A>0){B=B.substring(D+C.length,A)
}}B=B.replace(/!Id!/g,this.htmlId);
jQuery("#datatable_"+this.htmlId).html(B);
if(this.linkURL){jQuery("#datatable_"+this.htmlId).data("datatable",this).attr("title",this.linkTooltip).css("cursor","pointer").click(function(){location.href=jQuery(this).data("datatable").linkURL
})
}if(this.fadeEnabled){jQuery("#datatable_"+this.htmlId).fadeTo("slow",1)
}this.updateFooter();
if(this.refreshing){jQuery("#datatable_"+this.htmlId).fadeOut(100).fadeIn(100).fadeOut(200).fadeIn(200).fadeOut(200).fadeIn(200);
this.refreshing=false
}jQuery("#datatable_"+this.htmlId).find("table.collapsibleverticaltable").each(function(E,F){DataTable.CollapsibleSupport.addCollapsibleSupport(F)
});
if(jQuery("#datatable_"+this.htmlId).find("table.highlightable").length>0){DataTable.highlightRecent()
}},updateFooter:function(){var B=jQuery.trim(jQuery("#datatable_"+this.htmlId+"_last_updated").text());
if(B!=""){B=PCDate.format(PCDate.parseISO8601(B));
jQuery("#datatable_"+this.htmlId+"_last_updated_placeholder").text(B)
}var A=jQuery.trim(jQuery("#datatable_"+this.htmlId+"_info").text())!="";
var C=jQuery("#datatable_"+this.htmlId+"_info_link").parent().eq(0);
if(A){C.show()
}else{C.hide()
}this.baseCsvDownloadURL=jQuery.trim(jQuery("#datatable_"+this.htmlId+"_csv_download_url").text());
jQuery("#datatable_"+this.htmlId+"_csv_download_link").attr("href",this.baseCsvDownloadURL+this.getFilterQueryString()+"&ts="+new Date().getTime());
if(this.showFooter){jQuery("#datatable_"+this.htmlId+"_footer").show()
}},load:function(){if(this.filterEnabled){this.loadMetaData()
}else{this.updateTable()
}},refresh:function(){this.refreshing=true;
this.load()
},loadMetaData:function(){var A=this.baseMetaDataURL+"&id="+this.id;
if(this.filterType){A+="&filtertype="+this.filterType
}jQuery.ajax({url:A,cache:false,dataType:"json",context:this,timeout:15000,success:function(B){this.applyMetaData(B);
this.updateTable()
},error:function(B,D,C){this.displayErrorMessage()
}})
},displayErrorMessage:function(){jQuery("#datatable_"+this.htmlId+"_spinner").hide();
jQuery("#datatable_"+this.htmlId+" div:first").html(jQuery(document.createElement("span")).css({position:"relative",top:"40%"}).html('This table is temporarily unavailable.<br/>We apologize for the inconvenience. Please try refreshing the page or <a href="mailto:appwatch@pointcarbon.com">contact us</a> if the problem persists.'))
},applyMetaData:function(B){if(this.filterEnabled&&B.filter){if(this.filterDisplayEnabled){var C='<select id="datatable_'+this.htmlId+'_filter_select"';
if(this.filterMultiSelectEnabled){C+=' multiple="multiple" size="3"'
}C+=">";
for(i=0;
i<B.filter.options.length;
i++){C+='<option value="'+B.filter.options[i].id+'">'+B.filter.options[i].label+"</option>\n"
}C+="</select>";
var A=jQuery("#datatable_"+this.htmlId+"_filter");
A.html(C);
A.show();
var D=jQuery("select#datatable_"+this.htmlId+"_filter_select");
if(this.filterDefaultValue){D.val(this.filterDefaultValue.split(/\s*,\s*/))
}D.change(this.filterOnChange)
}}},filterOnChange:function(){var A=this.id.match(/\d+/)[0];
var B=dataTables[A];
B.fadeEnabled=true;
B.updateTable()
},getFilterQueryString:function(){var A="";
if(this.filterEnabled){if(this.filterDisplayEnabled){if(this.filterMultiSelectEnabled){A=(jQuery(this.dropdownFilterJQuerySelector).val()||[]).join(",")
}else{A=jQuery(this.dropdownFilterJQuerySelector).val()||""
}}else{A=this.filterDefaultValue
}}if(A!=""){if(this.filterType=="Geography"){A="&meta-15="+A
}}return A
},showInteractiveChart:function(){jQuery("#"+this.interactiveChartContainer).attr("class",jQuery("#"+this.staticChartContainer).attr("class"));
jQuery("#"+this.interactiveChartContainer).show();
jQuery("#"+this.interactiveChartIframe).attr("src",this.baseInteractiveChartURL+this.getFilterQueryString()+"&ts="+new Date().getTime());
jQuery("#"+this.staticChartContainer).hide();
jQuery("#"+this.interactiveChartTitle).text(this.title)
}};
DataTable.CollapsibleSupport=function(){};
DataTable.CollapsibleSupport.collapseRow=function(A){A.find("img[id$='image_collapse']").hide();
A.find("img[id$='image_expand']").show();
A.next().hide();
return false
};
DataTable.CollapsibleSupport.expandRow=function(A){A.find("img[id$='image_expand']").hide();
A.find("img[id$='image_collapse']").show();
A.next().show();
return false
};
DataTable.CollapsibleSupport.getColumnWidth=function(A){var B=A.find("span:contains('width:')");
return(B.length==1)?parseInt(B.text().match(/\d+/)[0]):1
};
DataTable.CollapsibleSupport.addCollapsibleSupport=function(B){var A=jQuery(B);
A.find("table[id$='master']").click(function(){var C=jQuery(this);
if(C.find("img[id$='image_expand']:visible").length>0){return DataTable.CollapsibleSupport.expandRow(C)
}else{return DataTable.CollapsibleSupport.collapseRow(C)
}});
A.find("img[id$='image_expand_all']").click(function(){jQuery(this).hide().parent().find("img[id$='image_collapse_all']").show();
A.find("table[id$='master']").each(function(C,D){DataTable.CollapsibleSupport.expandRow(jQuery(D))
});
return false
});
A.find("img[id$='image_collapse_all']").click(function(){jQuery(this).hide().parent().find("img[id$='image_expand_all']").show();
A.find("table[id$='master']").each(function(C,D){DataTable.CollapsibleSupport.collapseRow(jQuery(D))
});
return false
});
A.find("td.collapsibleheadercell img[src*=collapse], td.collapsibleheadercell img[src*=expand]").click(function(){var C=jQuery(this);
var G=C.parent();
var E=C.is("[src*=expand]");
var D=DataTable.CollapsibleSupport.getColumnWidth(G);
G.attr("colspan",E?D:1);
G.find("img[src*=collapse], img[src*=expand]").each(function(){var H=jQuery(this);
H.is(":visible")?H.hide():H.show()
});
var F=0;
G.prevAll().each(function(){F+=DataTable.CollapsibleSupport.getColumnWidth(jQuery(this))
});
G.parents("table").eq(1).find("tbody table tr, tfoot table tr").each(function(){var H=jQuery(this).find("td").filter(function(I){return I>F&&I<F+D
});
E?H.show():H.hide()
});
return false
})
};
DataTable.highlightRecentTime=1*60*1000;
DataTable.highlightRecentTimerId=0;
DataTable.highlightRecent=function(B){if(B){DataTable.highlightRecentTimerId=0
}var C=typeof PCAUser=="undefined"?new Date().getTime():PCAUser.pageTimestamp;
var A=false;
jQuery("table.highlightable input[id$='timestamp']").each(function(E,F){var D=jQuery(F);
var H=D.parent("td");
var G=parseInt(D.val(),10);
if(C-G<DataTable.highlightRecentTime){A=true;
if(!H.hasClass("recentdata")){H.addClass("recentdata");
DataTable.CollapsibleSupport.expandRow(H.parents("table.collapsiblemaster").eq(0))
}}else{if(H.hasClass("recentdata")){H.removeClass("recentdata")
}}});
if(A&&DataTable.highlightRecentTimerId==0){DataTable.highlightRecentTimerId=setTimeout("DataTable.highlightRecent(true)",Math.round(DataTable.highlightRecentTime/20))
}};
var dataCharts=[];
function DataChart(B,A){this.id=B;
this.htmlId=A;
this.dropdownFilterJQuerySelector="select#datachart_"+this.htmlId+"_filter_select";
jQuery("#datachart_"+this.htmlId+"_img").load(DataChart.prototype.onImageLoad)
}DataChart.prototype={timestamp:"",baseImageURL:"",baseCsvDownloadURL:"",baseInteractiveChartURL:"",metaDataURL:"",title:"",filterEnabled:false,filterType:"",filterDefaultValue:"",filterDisplayEnabled:false,filterMultiSelectEnabled:false,alternativeObjectType:"",alternativeObjectId:0,useAlternativeDownload:false,useAlternativeInteractive:false,interactiveChartContainer:DataTable.prototype.interactiveChartContainer,interactiveChartIframe:DataTable.prototype.interactiveChartIframe,staticChartContainer:DataTable.prototype.staticChartContainer,interactiveChartTitle:DataTable.prototype.interactiveChartTitle,linkURL:"",linkTooltip:"",showFooter:true,fadeEnabled:false,refreshing:false,toString:function(){return"DataChart [id:"+this.id+"]"
},updateImage:function(){var A=this.baseImageURL+this.getFilterQueryString()+"&ts="+new Date().getTime();
if(this.fadeEnabled){jQuery("#datachart_"+this.htmlId+"_img").fadeTo("fast",0.1,function(){var B=this.id.match(/\d+/)[0];
var C=dataCharts[B];
jQuery("#datachart_"+B+"_img").attr("src",A)
})
}else{jQuery("#datachart_"+this.htmlId+"_img").attr("src",A)
}},updateCsvDownloadLink:function(){jQuery("a#datachart_"+this.htmlId+"_csv_download_link").attr("href",this.baseCsvDownloadURL+this.getFilterQueryString()+"&ts="+new Date().getTime())
},onImageLoad:function(){if(this.src.indexOf("blank.gif")!=-1){return 
}var A=this.id.match(/\d+/)[0];
var B=dataCharts[A];
jQuery("#datachart_"+A+"_spinner").hide();
if(B.fadeEnabled){jQuery("#datachart_"+A+"_img").fadeTo("normal",1)
}else{jQuery("#datachart_"+A+"_img").show()
}if(B.linkURL){jQuery("#datachart_"+A+"_img").attr("title",B.linkTooltip).css("cursor","pointer").click(function(){location.href=B.linkURL
})
}if(B.showFooter){jQuery("#datachart_"+A+"_footer").show()
}if(B.refreshing){jQuery("#datachart_"+B.htmlId+"_img").fadeOut(100).fadeIn(100).fadeOut(200).fadeIn(200).fadeOut(200).fadeIn(200);
B.refreshing=false
}},filterOnChange:function(){var A=this.id.match(/\d+/)[0];
var B=dataCharts[A];
B.fadeEnabled=true;
B.updateImage();
B.updateCsvDownloadLink()
},showInteractiveChart:DataTable.prototype.showInteractiveChart,load:function(){this.loadMetaData()
},refresh:function(){this.refreshing=true;
this.load()
},loadMetaData:function(){jQuery.ajax({url:this.metaDataURL,cache:false,dataType:"json",context:this,timeout:15000,success:function(A){this.applyMetaData(A);
this.updateImage();
this.updateCsvDownloadLink()
},error:function(A,C,B){this.displayErrorMessage()
}})
},displayErrorMessage:function(){jQuery("#datachart_"+this.htmlId+"_spinner").hide();
jQuery("#datachart_"+this.htmlId).html(jQuery(document.createElement("span")).css({position:"relative",top:"40%"}).html('This chart is temporarily unavailable.<br/>We apologize for the inconvenience. Please try refreshing the page or <a href="mailto:appwatch@pointcarbon.com">contact us</a> if the problem persists.'))
},applyMetaData:function(A){var D=PCDate.format(PCDate.parseISO8601(A.lastUpdated));
jQuery("#datachart_"+this.htmlId+"_timestamp").text(D);
if(A.description!=""){jQuery("#datachart_"+this.htmlId+"_info_text").text(A.description);
jQuery("#datachart_"+this.htmlId+"_info_link").parent().eq(0).show()
}if(this.filterEnabled&&A.filter){if(this.filterDisplayEnabled){var B='<select id="datachart_'+this.htmlId+'_filter_select"';
if(this.filterMultiSelectEnabled){B+=' multiple="multiple" size="3"'
}B+=">";
for(i=0;
i<A.filter.options.length;
i++){B+='<option value="'+A.filter.options[i].id+'">'+A.filter.options[i].label+"</option>\n"
}B+="</select>";
jQuery("#datachart_"+this.htmlId+"_filter").html(B).show();
var C=jQuery("select#datachart_"+this.htmlId+"_filter_select");
if(this.filterDefaultValue){C.val(this.filterDefaultValue.split(/\s*,\s*/))
}C.change(this.filterOnChange)
}}},getFilterQueryString:DataTable.prototype.getFilterQueryString};
DataDownload=function(C,B,A){this.htmlId=C;
this.objectType=B;
this.objectId=A;
this.hourOffset=0;
this.path="";
this.contentId="";
this.item=jQuery("#"+C);
var D=jQuery(this.item.find("a.dllink"));
if(D.attr("href").indexOf("noaccess")==-1){D.attr("href",D.attr("href")+"&ts="+new Date().getTime())
}DataDownload.all[C]=this
};
DataDownload.all={};
DataDownload.metadataBaseURL="/ChartServer/MetadataServletCached";
DataDownload.prototype.updateMetadata=function(){var A={id:this.objectId,objectType:this.objectType.toUpperCase(),houroffset:this.hourOffset};
jQuery.ajax({url:DataDownload.metadataBaseURL,data:A,cache:false,dataType:"json",context:this,success:function(C){var B=PCDate.parseISO8601(C.lastUpdated);
jQuery(this.item).find(".lastupdated").text(B?PCDate.format(B):"");
jQuery(this.item).find(".lastupdatedlong").text(B?String(B.getTime()):"0")
},error:function(B,D,C){jQuery(this.item).find(".lastupdated").text("")
}})
};
DataDownloadList=function(){};
DataDownloadList.sortByChildNode=function(H,E,A){var G=jQuery(H);
var D=jQuery(A);
var C=D.data("directionAsc");
if(C==undefined){C=true
}var F=G.data("sortColumn");
if(F==A){C=!C
}G.data("sortColumn",A);
D.data("directionAsc",C);
var B=G.children("li.datadownload").get();
B.sort(function(J,I){var L,K;
if(E==""){L=jQuery(J).text().toUpperCase();
K=jQuery(I).text().toUpperCase()
}else{L=jQuery(J).children(E).text().toUpperCase();
K=jQuery(I).children(E).text().toUpperCase()
}L=isNaN(L)?L:parseInt(L);
K=isNaN(K)?K:parseInt(K);
G.find("a.button").removeClass("sort_desc").removeClass("sort_asc");
if(C){D.addClass("sort_asc");
return(L>K)?1:(L==K)?0:-1
}else{D.addClass("sort_desc");
return(L>K)?-1:(L==K)?0:1
}});
jQuery.each(B,function(I,J){G.append(J)
})
};
MyPoint={onAddButtonClick:function(A){A=A.replace(/\./g,"\\.");
jQuery("#mypoint_spinner_add_"+A).show()
},onAddComplete:function(A){A=A.replace(/\./g,"\\.");
jQuery("#mypoint_spinner_add_"+A).hide();
jQuery("#add_btn_"+A).attr("src","/images/icons/add_to_my_point_faded.gif");
jQuery("#add_btn_"+A).parent("a").eq(0).attr("onclick","return false")
},onRemoveButtonClick:function(A){A=A.replace(/\./g,"\\.");
jQuery("#mypoint_spinner_remove_"+A).show()
},onRemoveComplete:function(A){A=A.replace(/\./g,"\\.");
jQuery("#"+A).fadeOut("fast").empty().remove()
}};
Heartbeat={period:2,lifetime:720,startTime:new Date().getTime(),scheduledCallback:function(){jQuery.post("/beat",function(B){var A,C;
switch(B){case"OK":Heartbeat.scheduleNextIfNeeded();
break;
case"NOT_LOGGED_IN":if(Heartbeat.isUserLoggedIn()){if(!readCookie("rmu")){A="Your session has expired";
C='Please try to <a href="#" onclick="location.reload();">log in</a> again.';
Heartbeat.displayWarning(A,C)
}}else{Heartbeat.scheduleNextIfNeeded()
}break;
case"HIJACKED":if(Heartbeat.isUserLoggedIn()){A="Warning: you're already logged in another browser";
C='Would you like to <a href="/hijackLogin.faces">takeover</a> your session?';
Heartbeat.displayWarning(A,C)
}else{Heartbeat.scheduleNextIfNeeded()
}break
}})
},scheduleNextIfNeeded:function(){var A=new Date().getTime();
if(A<=Heartbeat.startTime+Heartbeat.lifetime*60000){setTimeout(Heartbeat.scheduledCallback,Heartbeat.period*60000)
}},displayWarning:function(A,C){if(typeof tb_show=="function"){jQuery('<div style="display: none;" id="heartbeat_warning"><div class="pad5">'+C+"</div></div>").appendTo("body");
var B="#TB_inline?height=50&width=400&inlineId=heartbeat_warning";
tb_show(A,B,null)
}else{alert(A)
}},isUserLoggedIn:function(){return PCAUser.username.length>0
}};
jQuery(document).ready(function(){Heartbeat.scheduleNextIfNeeded()
});
var OLloaded=0,pmCnt=1,pMtr=new Array(),OLcmdLine=new Array(),OLrunTime=new Array(),OLv,OLudf,OLpct=new Array("83%","67%","83%","100%","117%","150%","200%","267%"),OLrefXY,OLbubblePI=0,OLcrossframePI=0,OLdebugPI=0,OLdraggablePI=0,OLexclusivePI=0,OLfilterPI=0,OLfunctionPI=0,OLhidePI=0,OLiframePI=0,OLmodalPI=0,OLovertwoPI=0,OLscrollPI=0,OLshadowPI=0,OLprintPI=0;
if(typeof OLgateOK=="undefined"){var OLgateOK=1
}var OLp1or2c="inarray,caparray,caption,closetext,right,left,center,autostatuscap,padx,pady,below,above,vcenter,donothing",OLp1or2co="nofollow,background,offsetx,offsety,fgcolor,bgcolor,cgcolor,textcolor,capcolor,width,wrap,wrapmax,height,border,base,status,autostatus,snapx,snapy,fixx,fixy,relx,rely,midx,midy,ref,refc,refp,refx,refy,fgbackground,bgbackground,cgbackground,fullhtml,capicon,textfont,captionfont,textsize,captionsize,timeout,delay,hauto,vauto,nojustx,nojusty,fgclass,bgclass,cgclass,capbelow,textpadding,textfontclass,captionpadding,captionfontclass,sticky,noclose,mouseoff,offdelay,closecolor,closefont,closesize,closeclick,closetitle,closefontclass,decode",OLp1or2o="text,cap,close,hpos,vpos,padxl,padxr,padyt,padyb",OLp1co="label",OLp1or2=OLp1or2co+","+OLp1or2o,OLp1=OLp1co+",frame";
OLregCmds(OLp1or2c+","+OLp1or2co+","+OLp1co);
function OLud(v){return eval("typeof ol_"+v+'=="undefined"')?1:0
}if(OLud("fgcolor")){var ol_fgcolor="#EEEEEE"
}if(OLud("bgcolor")){var ol_bgcolor="#888888"
}if(OLud("cgcolor")){var ol_cgcolor="#888888"
}if(OLud("textcolor")){var ol_textcolor="#111111"
}if(OLud("capcolor")){var ol_capcolor="#ffffff"
}if(OLud("closecolor")){var ol_closecolor="#eeeeff"
}if(OLud("textfont")){var ol_textfont="Arial,Helvetica,Verdana,sans-serif"
}if(OLud("captionfont")){var ol_captionfont="Arial,Helvetica,Verdana,sans-serif"
}if(OLud("closefont")){var ol_closefont="Arial,Helvetica,Verdana,sans-serif"
}if(OLud("textsize")){var ol_textsize=3
}if(OLud("captionsize")){var ol_captionsize=2
}if(OLud("closesize")){var ol_closesize=2
}if(OLud("fgclass")){var ol_fgclass=""
}if(OLud("bgclass")){var ol_bgclass="overdiv_outer"
}if(OLud("cgclass")){var ol_cgclass=""
}if(OLud("textpadding")){var ol_textpadding=2
}if(OLud("textfontclass")){var ol_textfontclass=""
}if(OLud("captionpadding")){var ol_captionpadding=2
}if(OLud("captionfontclass")){var ol_captionfontclass=""
}if(OLud("closefontclass")){var ol_closefontclass=""
}if(OLud("close")){var ol_close="Close"
}if(OLud("closeclick")){var ol_closeclick=0
}if(OLud("closetitle")){var ol_closetitle="Click to Close"
}if(OLud("text")){var ol_text="Default Text"
}if(OLud("cap")){var ol_cap=""
}if(OLud("capbelow")){var ol_capbelow=0
}if(OLud("background")){var ol_background=""
}if(OLud("width")){var ol_width=250
}if(OLud("wrap")){var ol_wrap=0
}if(OLud("wrapmax")){var ol_wrapmax=0
}if(OLud("height")){var ol_height=-1
}if(OLud("border")){var ol_border=1
}if(OLud("base")){var ol_base=0
}if(OLud("offsetx")){var ol_offsetx=10
}if(OLud("offsety")){var ol_offsety=10
}if(OLud("sticky")){var ol_sticky=0
}if(OLud("nofollow")){var ol_nofollow=0
}if(OLud("noclose")){var ol_noclose=0
}if(OLud("mouseoff")){var ol_mouseoff=0
}if(OLud("offdelay")){var ol_offdelay=300
}if(OLud("hpos")){var ol_hpos=RIGHT
}if(OLud("vpos")){var ol_vpos=BELOW
}if(OLud("status")){var ol_status=""
}if(OLud("autostatus")){var ol_autostatus=0
}if(OLud("snapx")){var ol_snapx=0
}if(OLud("snapy")){var ol_snapy=0
}if(OLud("fixx")){var ol_fixx=-1
}if(OLud("fixy")){var ol_fixy=-1
}if(OLud("relx")){var ol_relx=null
}if(OLud("rely")){var ol_rely=null
}if(OLud("midx")){var ol_midx=null
}if(OLud("midy")){var ol_midy=null
}if(OLud("ref")){var ol_ref=""
}if(OLud("refc")){var ol_refc="UL"
}if(OLud("refp")){var ol_refp="UL"
}if(OLud("refx")){var ol_refx=0
}if(OLud("refy")){var ol_refy=0
}if(OLud("fgbackground")){var ol_fgbackground=""
}if(OLud("bgbackground")){var ol_bgbackground=""
}if(OLud("cgbackground")){var ol_cgbackground=""
}if(OLud("padxl")){var ol_padxl=1
}if(OLud("padxr")){var ol_padxr=1
}if(OLud("padyt")){var ol_padyt=1
}if(OLud("padyb")){var ol_padyb=1
}if(OLud("fullhtml")){var ol_fullhtml=0
}if(OLud("capicon")){var ol_capicon=""
}if(OLud("frame")){var ol_frame=self
}if(OLud("timeout")){var ol_timeout=0
}if(OLud("delay")){var ol_delay=0
}if(OLud("hauto")){var ol_hauto=0
}if(OLud("vauto")){var ol_vauto=0
}if(OLud("nojustx")){var ol_nojustx=0
}if(OLud("nojusty")){var ol_nojusty=0
}if(OLud("label")){var ol_label=""
}if(OLud("decode")){var ol_decode=0
}if(OLud("texts")){var ol_texts=new Array("Text 0","Text 1")
}if(OLud("caps")){var ol_caps=new Array("Caption 0","Caption 1")
}var o3_text="",o3_cap="",o3_sticky=0,o3_nofollow=0,o3_background="",o3_noclose=0,o3_mouseoff=0,o3_offdelay=300,o3_hpos=RIGHT,o3_offsetx=10,o3_offsety=10,o3_fgcolor="",o3_bgcolor="",o3_cgcolor="",o3_textcolor="",o3_capcolor="",o3_closecolor="",o3_width=200,o3_wrap=0,o3_wrapmax=0,o3_height=-1,o3_border=1,o3_base=0,o3_status="",o3_autostatus=0,o3_snapx=0,o3_snapy=0,o3_fixx=-1,o3_fixy=-1,o3_relx=null,o3_rely=null,o3_midx=null,o3_midy=null,o3_ref="",o3_refc="UL",o3_refp="UL",o3_refx=0,o3_refy=0,o3_fgbackground="",o3_bgbackground="",o3_cgbackground="",o3_padxl=0,o3_padxr=0,o3_padyt=0,o3_padyb=0,o3_fullhtml=0,o3_vpos=BELOW,o3_capicon="",o3_textfont="Verdana,Arial,Helvetica",o3_captionfont="",o3_closefont="",o3_textsize=1,o3_captionsize=1,o3_closesize=1,o3_frame=self,o3_timeout=0,o3_delay=0,o3_hauto=0,o3_vauto=0,o3_nojustx=0,o3_nojusty=0,o3_close="",o3_closeclick=0,o3_closetitle="",o3_fgclass="",o3_bgclass="",o3_cgclass="",o3_textpadding=2,o3_textfontclass="",o3_captionpadding=2,o3_captionfontclass="",o3_closefontclass="",o3_capbelow=0,o3_label="",o3_decode=0,CSSOFF=DONOTHING,CSSCLASS=DONOTHING,OLdelayid=0,OLtimerid=0,OLshowid=0,OLndt=0,over=null,OLfnRef="",OLhover=0,OLx=0,OLy=0,OLshowingsticky=0,OLallowmove=0,OLcC=null,OLua=navigator.userAgent.toLowerCase(),OLns4=(navigator.appName=="Netscape"&&parseInt(navigator.appVersion)==4)?1:0,OLns6=(document.getElementById)?1:0,OLie4=(document.all)?1:0,OLgek=(OLv=OLua.match(/gecko\/(\d{8})/i))?parseInt(OLv[1]):0,OLmac=(OLua.indexOf("mac")>=0)?1:0,OLsaf=(OLua.indexOf("safari")>=0)?1:0,OLkon=(OLua.indexOf("konqueror")>=0)?1:0,OLkht=(OLsaf||OLkon)?1:0,OLopr=(OLua.indexOf("opera")>=0)?1:0,OLop7=(OLopr&&document.createTextNode)?1:0;
if(OLopr){OLns4=OLns6=0;
if(!OLop7){OLie4=0
}}var OLieM=((OLie4&&OLmac)&&!(OLkht||OLopr))?1:0,OLie5=0,OLie55=0;
OLie7=0;
if(OLie4&&!OLop7){if((OLv=OLua.match(/msie (\d\.\d+)\.*/i))&&(OLv=parseFloat(OLv[1]))>=5){OLie5=1;
OLns6=0;
if(OLv>=5.5){OLie55=1
}if(OLv>=7){OLie7=1
}}if(OLns6){OLie4=0
}}if(OLns4){window.onresize=function(){location.reload()
}
}var OLchkMh=1,OLdw;
if(OLns4||OLie4||OLns6){OLmh()
}else{overlib=nd=cClick=OLpageDefaults=no_overlib
}function overlib(){if(!(OLloaded&&OLgateOK)){return 
}if((OLexclusivePI)&&OLisExclusive(arguments)){return true
}if(OLchkMh){OLmh()
}if(OLndt&&!OLtimerid){OLndt=0
}if(over){cClick()
}OLload(OLp1or2);
OLload(OLp1);
OLfnRef="";
OLhover=0;
OLsetRunTimeVar();
OLparseTokens("o3_",arguments);
if(!(over=OLmkLyr())){return false
}if(o3_decode){OLdecode()
}if(OLprintPI){OLchkPrint()
}if(OLbubblePI){OLchkForBubbleEffect()
}if(OLdebugPI){OLsetDebugCanShow()
}if(OLshadowPI){OLinitShadow()
}if(OLiframePI){OLinitIfs()
}if(OLfilterPI){OLinitFilterLyr()
}if(OLexclusivePI&&o3_exclusive&&o3_exclusivestatus!=""){o3_status=o3_exclusivestatus
}else{if(o3_autostatus==2&&o3_cap!=""){o3_status=o3_cap
}else{if(o3_autostatus==1&&o3_text!=""){o3_status=o3_text
}}}if(!o3_delay){return OLmain()
}else{OLdelayid=setTimeout("OLmain()",o3_delay);
if(o3_status!=""){self.status=o3_status;
return true
}else{if(!(OLop7&&event&&event.type=="mouseover")){return false
}}}}function nd(A){if(OLloaded&&OLgateOK){if(!((OLexclusivePI)&&OLisExclusive())){if(A&&over&&!o3_delay){if(OLtimerid>0){clearTimeout(OLtimerid)
}OLtimerid=(OLhover&&o3_frame==self&&!OLcursorOff())?0:setTimeout("cClick()",(o3_timeout=OLndt=A))
}else{if(!OLshowingsticky){OLallowmove=0;
if(over){OLhideObject(over)
}}}}}return false
}function cClick(){if(OLloaded&&OLgateOK){OLhover=0;
if(over){if(OLovertwoPI&&over==over2){cClick2()
}OLhideObject(over);
OLshowingsticky=0
}if(OLmodalPI){OLclearModal()
}}return false
}function OLpageDefaults(){OLparseTokens("ol_",arguments)
}function OLgetRef(A,C){var B=OLgetRefById(A,C);
return(B)?B:OLgetRefByName(A,C)
}function no_overlib(){return false
}function OLmain(){o3_delay=0;
if(o3_frame==self){if(o3_noclose){OLoptMOUSEOFF(0)
}else{if(o3_mouseoff){OLoptMOUSEOFF(1)
}}}if(o3_sticky){OLshowingsticky=1
}OLdoLyr();
OLallowmove=0;
if(o3_timeout>0){if(OLtimerid>0){clearTimeout(OLtimerid)
}OLtimerid=setTimeout("cClick()",o3_timeout)
}if(o3_ref){OLrefXY=OLgetRefXY(o3_ref);
if(OLrefXY[0]==null){o3_ref="";
o3_midx=0;
o3_midy=0
}}OLdisp(o3_status);
if(OLdraggablePI){OLcheckDrag()
}if(o3_status!=""){return true
}else{if(!(OLop7&&event&&event.type=="mouseover")){return false
}}}function OLload(c){var i,m=c.split(",");
for(i=0;
i<m.length;
i++){eval("o3_"+m[i]+"=ol_"+m[i])
}}function OLdoLGF(){return(o3_background!=""||o3_fullhtml)?OLcontentBackground(o3_text,o3_background,o3_fullhtml):(o3_cap=="")?OLcontentSimple(o3_text):(o3_sticky)?OLcontentCaption(o3_text,o3_cap,o3_close):OLcontentCaption(o3_text,o3_cap,"")
}function OLmkLyr(F,B,E){F=(F||"overDiv");
B=(B||o3_frame);
E=(E||1000);
var A=B.document,D=OLgetRefById(F,A);
if(!D){if(OLns4){D=A.layers[F]=new Layer(1024,B)
}else{if(OLie4&&!document.getElementById){A.body.insertAdjacentHTML("BeforeEnd",'<div id="'+F+'"></div>');
D=A.all[F]
}else{D=A.createElement("div");
if(D){D.id=F;
A.body.appendChild(D)
}}}if(!D){return null
}if(OLns4){D.zIndex=E
}else{var C=D.style;
C.position="absolute";
C.visibility="hidden";
C.zIndex=E
}}return D
}function OLdoLyr(){if(o3_sticky&&OLtimerid>0){clearTimeout(OLtimerid);
OLtimerid=0
}if(o3_background==""&&!o3_fullhtml){if(o3_fgbackground!=""){o3_fgbackground=' background="'+o3_fgbackground+'"'
}if(o3_bgbackground!=""){o3_bgbackground=' background="'+o3_bgbackground+'"'
}if(o3_cgbackground!=""){o3_cgbackground=' background="'+o3_cgbackground+'"'
}if(o3_fgcolor!=""){o3_fgcolor=' bgcolor="'+o3_fgcolor+'"'
}if(o3_bgcolor!=""){o3_bgcolor=' bgcolor="'+o3_bgcolor+'"'
}if(o3_cgcolor!=""){o3_cgcolor=' bgcolor="'+o3_cgcolor+'"'
}if(o3_height>0){o3_height=' height="'+o3_height+'"'
}else{o3_height=""
}}if(!OLns4){OLrepositionTo(over,(OLns6?20:0),0)
}var B=OLdoLGF();
if(o3_wrap&&!o3_fullhtml){OLlayerWrite(B);
o3_width=(OLns4?over.clip.width:over.offsetWidth);
if(OLie4){var A=OLfd().clientWidth;
if(o3_width>=A){if(OLop7){if(OLovertwoPI&&over==over2){var C=over2.style.zIndex;
o3_frame.document.body.removeChild(over);
over2=OLmkLyr("overDiv2",o3_frame,C);
over=over2
}else{o3_frame.document.body.removeChild(over);
over=OLmkLyr()
}}o3_width=A-20
}}if(o3_wrapmax<1&&o3_frame.innerWidth){o3_wrapmax=o3_frame.innerWidth-40
}if(o3_wrapmax>0&&o3_width>o3_wrapmax){o3_width=o3_wrapmax
}o3_wrap=0;
B=OLdoLGF()
}OLlayerWrite(B);
o3_width=(OLns4?over.clip.width:over.offsetWidth);
if(OLbubblePI){OLgenerateBubble(B)
}}function OLcontentSimple(A){var B=OLbgLGF()+OLfgLGF(A)+OLbaseLGF();
OLsetBackground("");
return B
}function OLcontentCaption(B,H,G){var E=(OLprintPI?OLprintCapLGF():""),A="onmouseover",C,D,F="javascript:return "+OLfnRef+(OLovertwoPI&&over==over2?"cClick2();":"cClick();");
if(o3_closeclick){A=(o3_closetitle?'title="'+o3_closetitle+'" ':"")+"onclick"
}if(o3_capicon!=""){o3_capicon='<img src="'+o3_capicon+'" /> '
}if(G){E+='<td align="right"><a href="'+F+'" '+A+'="'+F+'"'+(o3_closefontclass?' class="'+o3_closefontclass+'">':(OLns4?"><":"")+OLlgfUtil(0,1,"","a",o3_closecolor,o3_closefont,o3_closesize))+G+(o3_closefontclass?"":(OLns4?OLlgfUtil(1,1,"","a"):""))+"</a></td>"
}C='<table id="overCap'+(OLovertwoPI&&over==over2?"2":"")+'"'+OLwd(0)+' border="0" cellpadding="'+o3_captionpadding+'" cellspacing="0"'+(o3_cgclass?' class="'+o3_cgclass+'"':o3_cgcolor+o3_cgbackground)+"><tr><td"+OLwd(0)+(o3_cgclass?' class="'+o3_cgclass+'">':">")+(o3_captionfontclass?'<div class="'+o3_captionfontclass+'">':OLlgfUtil(0,1,"","div",o3_capcolor,o3_captionfont,o3_captionsize))+o3_capicon+H+OLlgfUtil(1,1,"","div")+"</td>"+E+"</tr></table>";
D=OLbgLGF()+(o3_capbelow?OLfgLGF(B)+C:C+OLfgLGF(B))+OLbaseLGF();
OLsetBackground("");
return D
}function OLcontentBackground(A,D,C){var B;
if(C){B=A
}else{B="<table"+OLwd(1)+' border="0" cellpadding="0" cellspacing="0" height="'+o3_height+'"><tr><td colspan="3" height="'+o3_padyt+'"></td></tr><tr><td width="'+o3_padxl+'"></td><td valign="top"'+OLwd(2)+">"+OLlgfUtil(0,0,o3_textfontclass,"div",o3_textcolor,o3_textfont,o3_textsize)+A+OLlgfUtil(1,0,"","div")+'</td><td width="'+o3_padxr+'"></td></tr><tr><td colspan="3" height="'+o3_padyb+'"></td></tr></table>'
}OLsetBackground(D);
return B
}function OLbgLGF(){return"<table"+OLwd(1)+o3_height+' border="0" cellpadding="'+o3_border+'" cellspacing="0"'+(o3_bgclass?' class="'+o3_bgclass+'"':o3_bgcolor+o3_bgbackground)+"><tr><td>"
}function OLfgLGF(A){return"<table"+OLwd(0)+o3_height+' border="0" cellpadding="'+o3_textpadding+'" cellspacing="0"'+(o3_fgclass?' class="'+o3_fgclass+'"':o3_fgcolor+o3_fgbackground)+'><tr><td valign="top"'+(o3_fgclass?' class="'+o3_fgclass+'"':"")+">"+OLlgfUtil(0,0,o3_textfontclass,"div",o3_textcolor,o3_textfont,o3_textsize)+A+(OLprintPI?OLprintFgLGF():"")+OLlgfUtil(1,0,"","div")+"</td></tr></table>"
}function OLlgfUtil(B,G,D,F,C,E,A){if(B){return("</"+(OLns4?"font"+(G?"></strong":""):F)+">")
}else{return(D?'<div class="'+D+'">':((F=="a"?"":"<")+(OLns4?(G?"strong><":"")+'font color="'+C+'" face="'+OLquoteMultiNameFonts(E)+'" size="'+A:(F=="a"?"":F)+' style="color:'+C+(G?";font-weight:bold":"")+";font-family:"+OLquoteMultiNameFonts(E)+";font-size:"+A+";"+(F=="span"?"text-decoration:underline;":""))+'">'))
}}function OLquoteMultiNameFonts(D){var C,A,B=D.split(",");
for(C=0;
C<B.length;
C++){A=B[C];
A=A.replace(/^\s+/,"").replace(/\s+$/,"");
if(/\s/.test(A)&&!/['"]/.test(A)){A="'"+A+"'";
B[C]=A
}}return B.join()
}function OLbaseLGF(){return((o3_base>0&&!o3_wrap)?('<table width="100%" border="0" cellpadding="0" cellspacing="0"'+(o3_bgclass?' class="'+o3_bgclass+'"':"")+'><tr><td height="'+o3_base+'"></td></tr></table>'):"")+"</td></tr></table>"
}function OLwd(A){return(o3_wrap?"":' width="'+(!A?"100%":(A==1?o3_width:(o3_width-o3_padxl-o3_padxr)))+'"')
}function OLsetBackground(A){if(A==""){if(OLns4){over.background.src=null
}else{if(OLns6){over.style.width=""
}over.style.backgroundImage="none"
}}else{if(OLns4){over.background.src=A
}else{if(OLns6){over.style.width=o3_width+"px"
}over.style.backgroundImage="url("+A+")"
}}}function OLdisp(A){if(OLmodalPI){OLchkModal()
}if(!OLallowmove){if(OLshadowPI){OLdispShadow()
}if(OLiframePI){OLdispIfs()
}OLplaceLayer();
if(OLndt){OLshowObject(over)
}else{OLshowid=setTimeout("OLshowObject(over)",1)
}OLallowmove=(o3_sticky||o3_nofollow)?0:1
}OLndt=0;
if(A!=""){self.status=A
}}function OLplaceLayer(){var P,C,A,Q,D,M=o3_width,H,F=100,L=100,G=0,E=0,O=0,I=0,K=0,N=0,B=OLfd(),J=(OLgek>=20010505&&!o3_frame.scrollbars.visible)?1:0;
if(!OLkht&&B&&B.clientWidth){F=B.clientWidth
}else{if(o3_frame.innerWidth){G=Math.ceil(1.4*(o3_frame.outerWidth-o3_frame.innerWidth));
if(G>20){G=20
}F=o3_frame.innerWidth
}}Q=(OLie4)?B.scrollLeft:o3_frame.pageXOffset;
if(OLie55&&OLfilterPI&&o3_filter&&o3_filtershadow){G=O=5
}else{if((OLshadowPI)&&bkdrop&&o3_shadow&&o3_shadowx){G+=((o3_shadowx>0)?o3_shadowx:0);
E=((o3_shadowx<0)?Math.abs(o3_shadowx):0);
O=Math.abs(o3_shadowx)
}}if(o3_ref!=""||o3_fixx>-1||o3_relx!=null||o3_midx!=null){if(o3_ref!=""){C=OLrefXY[0];
if(OLie55&&OLfilterPI&&o3_filter&&o3_filtershadow){if(o3_refp=="UR"||o3_refp=="LR"){C-=5
}}else{if((OLshadowPI)&&bkdrop&&o3_shadow&&o3_shadowx){if(o3_shadowx<0&&(o3_refp=="UL"||o3_refp=="LL")){C-=o3_shadowx
}else{if(o3_shadowx>0&&(o3_refp=="UR"||o3_refp=="LR")){C-=o3_shadowx
}}}}}else{if(o3_midx!=null){C=parseInt(Q+((F-M-G-E)/2)+o3_midx)
}else{if(o3_relx!=null){if(o3_relx>=0){C=Q+o3_relx+E
}else{C=Q+o3_relx+F-M-G
}}else{C=o3_fixx+E
}}}}else{if(o3_hauto){if(o3_hpos==LEFT&&OLx-Q<F/2&&OLx-M-o3_offsetx<Q+E){o3_hpos=RIGHT
}else{if(o3_hpos==RIGHT&&OLx-Q>F/2&&OLx+M+o3_offsetx>Q+F-G){o3_hpos=LEFT
}}}C=(o3_hpos==CENTER)?parseInt(OLx-((M+O)/2)+o3_offsetx):(o3_hpos==LEFT)?OLx-o3_offsetx-M:OLx+o3_offsetx;
if(o3_snapx>1){P=C%o3_snapx;
if(o3_hpos==LEFT){C=C-(o3_snapx+P)
}else{C=C+(o3_snapx-P)
}}}if(!o3_nojustx&&C+M>Q+F-G){C=F+Q-M-G
}if(!o3_nojustx&&C-E<Q){C=Q+E
}D=OLie4?B.scrollTop:o3_frame.pageYOffset;
if(!OLkht&&!J&&B&&B.clientHeight){L=B.clientHeight
}else{if(o3_frame.innerHeight){L=o3_frame.innerHeight
}}if(OLbubblePI&&o3_bubble){H=OLbubbleHt
}else{H=OLns4?over.clip.height:over.offsetHeight
}if((OLshadowPI)&&bkdrop&&o3_shadow&&o3_shadowy){I=(o3_shadowy<0)?Math.abs(o3_shadowy):0;
if(OLie55&&OLfilterPI&&o3_filter&&o3_filtershadow){K=N=5
}else{K=(o3_shadowy>0)?o3_shadowy:0
}N=Math.abs(o3_shadowy)
}if(o3_ref!=""||o3_fixy>-1||o3_rely!=null||o3_midy!=null){if(o3_ref!=""){A=OLrefXY[1];
if(OLie55&&OLfilterPI&&o3_filter&&o3_filtershadow){if(o3_refp=="LL"||o3_refp=="LR"){A-=5
}}else{if((OLshadowPI)&&bkdrop&&o3_shadow&&o3_shadowy){if(o3_shadowy<0&&(o3_refp=="UL"||o3_refp=="UR")){A-=o3_shadowy
}else{if(o3_shadowy>0&&(o3_refp=="LL"||o3_refp=="LR")){A-=o3_shadowy
}}}}}else{if(o3_midy!=null){A=parseInt(D+((L-H-N)/2)+o3_midy)
}else{if(o3_rely!=null){if(o3_rely>=0){A=D+o3_rely+I
}else{A=D+o3_rely+L-H-K
}}else{A=o3_fixy+I
}}}}else{if(o3_vauto){if(o3_vpos==ABOVE&&OLy-D<L/2&&OLy-H-o3_offsety<D){o3_vpos=BELOW
}else{if(o3_vpos==BELOW&&OLy-D>L/2&&OLy+H+o3_offsety+((OLns4||OLkht)?17:0)>D+L-K){o3_vpos=ABOVE
}}}A=(o3_vpos==VCENTER)?parseInt(OLy-((H+N)/2)+o3_offsety):(o3_vpos==ABOVE)?OLy-(H+o3_offsety+K):OLy+o3_offsety+I;
if(o3_snapy>1){P=A%o3_snapy;
if(H>0&&o3_vpos==ABOVE){A=A-(o3_snapy+P)
}else{A=A+(o3_snapy-P)
}}}if(!o3_nojusty&&A+H+K>D+L){A=D+L-H-K
}if(!o3_nojusty&&A-I<D){A=D+I
}OLrepositionTo(over,C,A);
if(OLshadowPI){OLrepositionShadow(C,A)
}if(OLiframePI){OLrepositionIfs(C,A)
}if(OLns6&&o3_frame.innerHeight){L=o3_frame.innerHeight;
OLrepositionTo(over,C,A)
}if(OLscrollPI){OLchkScroll(C-Q,A-D)
}}function OLfd(C){var B=((C)?C:o3_frame).document,A=B.compatMode,D=B.documentElement;
return(!OLop7&&A&&A!="BackCompat"&&D&&D.clientWidth)?B.documentElement:B.body
}function OLgetRefXY(C,F){var E=OLgetRef(C,F),A=E,B=[o3_refx,o3_refy],D;
if(!E){return[null,null]
}if(OLns4){if(typeof E.length!="undefined"&&E.length>1){A=E[0];
B[0]+=E[0].x+E[1].pageX;
B[1]+=E[0].y+E[1].pageY
}else{if((E.toString().indexOf("Image")!=-1)||(E.toString().indexOf("Anchor")!=-1)){B[0]+=E.x;
B[1]+=E.y
}else{B[0]+=E.pageX;
B[1]+=E.pageY
}}}else{B[0]+=OLpageLoc(E,"Left");
B[1]+=OLpageLoc(E,"Top")
}D=OLgetRefOffsets(A);
B[0]+=D[0];
B[1]+=D[1];
return B
}function OLgetRefById(A,D){A=(A||"overDiv");
D=(D||o3_frame.document);
var B,C;
if(OLie4&&D.all){return D.all[A]
}if(D.getElementById){return D.getElementById(A)
}if(D.layers&&D.layers.length>0){if(D.layers[A]){return D.layers[A]
}for(B=0;
B<D.layers.length;
B++){C=OLgetRefById(A,D.layers[B].document);
if(C){return C
}}}return null
}function OLgetRefByName(A,E){E=(E||o3_frame.document);
var C,D,B=OLie4?E.all.tags("iframe"):OLns6?E.getElementsByTagName("iframe"):null;
if(typeof E.images!="undefined"&&E.images[A]){return E.images[A]
}if(typeof E.anchors!="undefined"&&E.anchors[A]){return E.anchors[A]
}if(B){for(C=0;
C<B.length;
C++){if(B[C].name==A){return B[C]
}}}if(E.layers&&E.layers.length>0){for(C=0;
C<E.layers.length;
C++){D=OLgetRefByName(A,E.layers[C].document);
if(D&&D.length>0){return D
}else{if(D){return[D,E.layers[C]]
}}}}return null
}function OLgetRefOffsets(G){var I=o3_refc.toUpperCase(),E=o3_refp.toUpperCase(),A=0,C=0,B=0,D=0,F=[0,0];
B=(OLbubblePI&&o3_bubble)?o3_width:OLns4?over.clip.width:over.offsetWidth;
D=(OLbubblePI&&o3_bubble)?OLbubbleHt:OLns4?over.clip.height:over.offsetHeight;
if((!OLop7)&&G.toString().indexOf("Image")!=-1){A=G.width;
C=G.height
}else{if((!OLop7)&&G.toString().indexOf("Anchor")!=-1){I=o3_refc="UL"
}else{A=(OLns4)?G.clip.width:G.offsetWidth;
C=(OLns4)?G.clip.height:G.offsetHeight
}}if((OLns4||(OLns6&&OLgek))&&G.border){A+=2*parseInt(G.border);
C+=2*parseInt(G.border)
}if(I=="UL"){F=(E=="UR")?[-B,0]:(E=="LL")?[0,-D]:(E=="LR")?[-B,-D]:[0,0]
}else{if(I=="UR"){F=(E=="UR")?[A-B,0]:(E=="LL")?[A,-D]:(E=="LR")?[A-B,-D]:[A,0]
}else{if(I=="LL"){F=(E=="UR")?[-B,C]:(E=="LL")?[0,C-D]:(E=="LR")?[-B,C-D]:[0,C]
}else{if(I=="LR"){F=(E=="UR")?[A-B,C]:(E=="LL")?[A,C-D]:(E=="LR")?[A-B,C-D]:[A,C]
}}}}return F
}function OLpageLoc(D,B){var A=0,C=D;
while(D.offsetParent&&D.offsetParent.tagName.toLowerCase()!="html"){A+=D["offset"+B];
D=D.offsetParent
}A+=D["offset"+B];
while(C=C.parentNode){if((C["scroll"+B]>0)&&C.tagName.toLowerCase()=="div"){A-=C["scroll"+B]
}}return A
}function OLmouseMove(A){var A=(A||event);
OLcC=(OLovertwoPI&&over2&&over==over2?cClick2:cClick);
OLx=(A.pageX||A.clientX+OLfd().scrollLeft);
OLy=(A.pageY||A.clientY+OLfd().scrollTop);
if((OLallowmove&&over)&&(o3_frame==self||over==OLgetRefById()||(OLovertwoPI&&over2==over&&over==OLgetRefById("overDiv2")))){OLplaceLayer();
if(OLhidePI){OLhideUtil(0,1,1,0,0,0)
}}if(OLhover&&over&&o3_frame==self&&OLcursorOff()){if(o3_offdelay<1){OLcC()
}else{if(OLtimerid>0){clearTimeout(OLtimerid)
}OLtimerid=setTimeout("OLcC()",o3_offdelay)
}}}function OLmh(){var E,H,D,B,G,C=OLmouseMove,A=(OLns4&&window.onmousemove),F=/function[ ]*(\w*)\(/;
OLdw=document;
if(document.onmousemove||A){if(A){OLdw=window
}H=OLdw.onmousemove.toString();
E=H.match(F);
if(!E||E[1]=="anonymous"||E[1]=="OLmouseMove"){OLchkMh=0;
return 
}if(E[1]){G=E[1]+"(e)"
}else{D=H.indexOf("{");
B=H.lastIndexOf("}")+1;
G=H.substring(D,B)
}G+=";OLmouseMove(e);";
C=new Function("e",G)
}OLdw.onmousemove=C;
if(OLns4){OLdw.captureEvents(Event.MOUSEMOVE)
}}function OLparseTokens(pf,ar){var i,v,md=-1,par=(pf!="ol_"),p=OLpar,q=OLparQuo,t=OLtoggle;
OLudf=(par&&!ar.length?1:0);
for(i=0;
i<ar.length;
i++){if(md<0){if(typeof ar[i]=="number"){OLudf=(par?1:0);
i--
}else{switch(pf){case"ol_":ol_text=ar[i];
break;
default:o3_text=ar[i]
}}md=0
}else{if(ar[i]==INARRAY){OLudf=0;
eval(pf+"text=ol_texts["+ar[++i]+"]");
continue
}if(ar[i]==CAPARRAY){eval(pf+"cap=ol_caps["+ar[++i]+"]");
continue
}if(ar[i]==CAPTION){q(ar[++i],pf+"cap");
continue
}if(Math.abs(ar[i])==STICKY){t(ar[i],pf+"sticky");
continue
}if(Math.abs(ar[i])==NOFOLLOW){t(ar[i],pf+"nofollow");
continue
}if(ar[i]==BACKGROUND){q(ar[++i],pf+"background");
continue
}if(Math.abs(ar[i])==NOCLOSE){t(ar[i],pf+"noclose");
continue
}if(Math.abs(ar[i])==MOUSEOFF){t(ar[i],pf+"mouseoff");
continue
}if(ar[i]==OFFDELAY){p(ar[++i],pf+"offdelay");
continue
}if(ar[i]==RIGHT||ar[i]==LEFT||ar[i]==CENTER){p(ar[i],pf+"hpos");
continue
}if(ar[i]==OFFSETX){p(ar[++i],pf+"offsetx");
continue
}if(ar[i]==OFFSETY){p(ar[++i],pf+"offsety");
continue
}if(ar[i]==FGCOLOR){q(ar[++i],pf+"fgcolor");
continue
}if(ar[i]==BGCOLOR){q(ar[++i],pf+"bgcolor");
continue
}if(ar[i]==CGCOLOR){q(ar[++i],pf+"cgcolor");
continue
}if(ar[i]==TEXTCOLOR){q(ar[++i],pf+"textcolor");
continue
}if(ar[i]==CAPCOLOR){q(ar[++i],pf+"capcolor");
continue
}if(ar[i]==CLOSECOLOR){q(ar[++i],pf+"closecolor");
continue
}if(ar[i]==WIDTH){p(ar[++i],pf+"width");
continue
}if(Math.abs(ar[i])==WRAP){t(ar[i],pf+"wrap");
continue
}if(ar[i]==WRAPMAX){p(ar[++i],pf+"wrapmax");
continue
}if(ar[i]==HEIGHT){p(ar[++i],pf+"height");
continue
}if(ar[i]==BORDER){p(ar[++i],pf+"border");
continue
}if(ar[i]==BASE){p(ar[++i],pf+"base");
continue
}if(ar[i]==STATUS){q(ar[++i],pf+"status");
continue
}if(Math.abs(ar[i])==AUTOSTATUS){v=pf+"autostatus";
eval(v+"=("+ar[i]+"<0)?("+v+"==2?2:0):("+v+"==1?0:1)");
continue
}if(Math.abs(ar[i])==AUTOSTATUSCAP){v=pf+"autostatus";
eval(v+"=("+ar[i]+"<0)?("+v+"==1?1:0):("+v+"==2?0:2)");
continue
}if(ar[i]==CLOSETEXT){q(ar[++i],pf+"close");
continue
}if(ar[i]==SNAPX){p(ar[++i],pf+"snapx");
continue
}if(ar[i]==SNAPY){p(ar[++i],pf+"snapy");
continue
}if(ar[i]==FIXX){p(ar[++i],pf+"fixx");
continue
}if(ar[i]==FIXY){p(ar[++i],pf+"fixy");
continue
}if(ar[i]==RELX){p(ar[++i],pf+"relx");
continue
}if(ar[i]==RELY){p(ar[++i],pf+"rely");
continue
}if(ar[i]==MIDX){p(ar[++i],pf+"midx");
continue
}if(ar[i]==MIDY){p(ar[++i],pf+"midy");
continue
}if(ar[i]==REF){q(ar[++i],pf+"ref");
continue
}if(ar[i]==REFC){q(ar[++i],pf+"refc");
continue
}if(ar[i]==REFP){q(ar[++i],pf+"refp");
continue
}if(ar[i]==REFX){p(ar[++i],pf+"refx");
continue
}if(ar[i]==REFY){p(ar[++i],pf+"refy");
continue
}if(ar[i]==FGBACKGROUND){q(ar[++i],pf+"fgbackground");
continue
}if(ar[i]==BGBACKGROUND){q(ar[++i],pf+"bgbackground");
continue
}if(ar[i]==CGBACKGROUND){q(ar[++i],pf+"cgbackground");
continue
}if(ar[i]==PADX){p(ar[++i],pf+"padxl");
p(ar[++i],pf+"padxr");
continue
}if(ar[i]==PADY){p(ar[++i],pf+"padyt");
p(ar[++i],pf+"padyb");
continue
}if(Math.abs(ar[i])==FULLHTML){t(ar[i],pf+"fullhtml");
continue
}if(ar[i]==BELOW||ar[i]==ABOVE||ar[i]==VCENTER){p(ar[i],pf+"vpos");
continue
}if(ar[i]==CAPICON){q(ar[++i],pf+"capicon");
continue
}if(ar[i]==TEXTFONT){q(ar[++i],pf+"textfont");
continue
}if(ar[i]==CAPTIONFONT){q(ar[++i],pf+"captionfont");
continue
}if(ar[i]==CLOSEFONT){q(ar[++i],pf+"closefont");
continue
}if(ar[i]==TEXTSIZE){q(ar[++i],pf+"textsize");
continue
}if(ar[i]==CAPTIONSIZE){q(ar[++i],pf+"captionsize");
continue
}if(ar[i]==CLOSESIZE){q(ar[++i],pf+"closesize");
continue
}if(ar[i]==TIMEOUT){p(ar[++i],pf+"timeout");
continue
}if(ar[i]==DELAY){p(ar[++i],pf+"delay");
continue
}if(Math.abs(ar[i])==HAUTO){t(ar[i],pf+"hauto");
continue
}if(Math.abs(ar[i])==VAUTO){t(ar[i],pf+"vauto");
continue
}if(Math.abs(ar[i])==NOJUSTX){t(ar[i],pf+"nojustx");
continue
}if(Math.abs(ar[i])==NOJUSTY){t(ar[i],pf+"nojusty");
continue
}if(Math.abs(ar[i])==CLOSECLICK){t(ar[i],pf+"closeclick");
continue
}if(ar[i]==CLOSETITLE){q(ar[++i],pf+"closetitle");
continue
}if(ar[i]==FGCLASS){q(ar[++i],pf+"fgclass");
continue
}if(ar[i]==BGCLASS){q(ar[++i],pf+"bgclass");
continue
}if(ar[i]==CGCLASS){q(ar[++i],pf+"cgclass");
continue
}if(ar[i]==TEXTPADDING){p(ar[++i],pf+"textpadding");
continue
}if(ar[i]==TEXTFONTCLASS){q(ar[++i],pf+"textfontclass");
continue
}if(ar[i]==CAPTIONPADDING){p(ar[++i],pf+"captionpadding");
continue
}if(ar[i]==CAPTIONFONTCLASS){q(ar[++i],pf+"captionfontclass");
continue
}if(ar[i]==CLOSEFONTCLASS){q(ar[++i],pf+"closefontclass");
continue
}if(Math.abs(ar[i])==CAPBELOW){t(ar[i],pf+"capbelow");
continue
}if(ar[i]==LABEL){q(ar[++i],pf+"label");
continue
}if(Math.abs(ar[i])==DECODE){t(ar[i],pf+"decode");
continue
}if(ar[i]==DONOTHING){continue
}i=OLparseCmdLine(pf,i,ar)
}}if((OLfunctionPI)&&OLudf&&o3_function){o3_text=o3_function()
}if(pf=="o3_"){OLfontSize()
}}function OLpar(a,v){eval(v+"="+a)
}function OLparQuo(a,v){eval(v+"='"+OLescSglQt(a)+"'")
}function OLescSglQt(A){return A.toString().replace(/\\/g,"\\\\").replace(/'/g,"\\'")
}function OLtoggle(a,v){eval(v+"=("+v+"==0&&"+a+">=0)?1:0")
}function OLhasDims(A){return/[%\-a-z]+$/.test(A)
}function OLfontSize(){var A;
if(OLhasDims(o3_textsize)){if(OLns4){o3_textsize="2"
}}else{if(!OLns4){A=parseInt(o3_textsize);
o3_textsize=(A>0&&A<8)?OLpct[A]:OLpct[0]
}}if(OLhasDims(o3_captionsize)){if(OLns4){o3_captionsize="2"
}}else{if(!OLns4){A=parseInt(o3_captionsize);
o3_captionsize=(A>0&&A<8)?OLpct[A]:OLpct[0]
}}if(OLhasDims(o3_closesize)){if(OLns4){o3_closesize="2"
}}else{if(!OLns4){A=parseInt(o3_closesize);
o3_closesize=(A>0&&A<8)?OLpct[A]:OLpct[0]
}}if(OLprintPI){OLprintDims()
}}function OLdecode(){var re=/%[0-9A-Fa-f]{2,}/,t=o3_text,c=o3_cap,u=unescape,d=!OLns4&&(!OLgek||OLgek>=20020826)&&typeof decodeURIComponent?decodeURIComponent:u;
if(typeof (window.TypeError)=="function"){if(re.test(t)){eval(new Array("try{","o3_text=d(t);","}catch(e){","o3_text=u(t);","}").join("\n"))
}if(c&&re.test(c)){eval(new Array("try{","o3_cap=d(c);","}catch(e){","o3_cap=u(c);","}").join("\n"))
}}else{if(re.test(t)){o3_text=u(t)
}if(c&&re.test(c)){o3_cap=u(c)
}}}function OLlayerWrite(C){C+="\n";
if(OLns4){over.document.write(C);
over.document.close()
}else{if(typeof over.innerHTML!="undefined"){if(OLieM){over.innerHTML=""
}over.innerHTML=C
}else{var B=o3_frame.document.createRange();
B.setStartAfter(over);
var A=B.createContextualFragment(C);
while(over.hasChildNodes()){over.removeChild(over.lastChild)
}over.appendChild(A)
}}if(OLprintPI){over.print=o3_print?C:null
}}function OLshowObject(A){OLshowid=0;
A=(OLns4)?A:A.style;
if(((OLfilterPI)&&!OLchkFilter(A))||!OLfilterPI){A.visibility="visible"
}if(OLshadowPI){OLshowShadow()
}if(OLiframePI){OLshowIfs()
}if(OLhidePI){OLhideUtil(1,1,0)
}}function OLhideObject(B){if(OLshowid>0){clearTimeout(OLshowid);
OLshowid=0
}if(OLtimerid>0){clearTimeout(OLtimerid)
}if(OLdelayid>0){clearTimeout(OLdelayid)
}OLtimerid=0;
OLdelayid=0;
self.status="";
o3_label=ol_label;
if(o3_frame!=self){B=OLgetRefById()
}if(B){if(B.onmouseover){B.onmouseover=null
}if(OLscrollPI&&B==over){OLclearScroll()
}if(OLdraggablePI){OLclearDrag()
}if(OLfilterPI){OLcleanupFilter(B)
}if(OLshadowPI){OLhideShadow()
}var A=(OLns4)?B:B.style;
if(((OLfilterPI)&&!OLchkFadeOut(A))||!OLfilterPI){A.visibility="hidden"
}if(OLhidePI&&B==over){OLhideUtil(0,0,1)
}if(OLiframePI){OLhideIfs(B)
}}}function OLrepositionTo(C,B,A){C=(OLns4)?C:C.style;
C.left=(OLns4?B:B+"px");
C.top=(OLns4?A:A+"px")
}function OLoptMOUSEOFF(A){if(!A){o3_close=""
}over.onmouseover=function(){OLhover=1;
if(OLtimerid>0){clearTimeout(OLtimerid);
OLtimerid=0
}}
}function OLcursorOff(){var F=(OLns4?over:over.style),E=OLns4?over.clip.height:over.offsetHeight,D=parseInt(F.left),C=parseInt(F.top),B=D+o3_width,A=C+((OLbubblePI&&o3_bubble)?OLbubbleHt:E);
if(OLx<D||OLx>B||OLy<C||OLy>A){return true
}return false
}function OLsetRunTimeVar(){if(OLrunTime.length){for(var A=0;
A<OLrunTime.length;
A++){OLrunTime[A]()
}}}function OLparseCmdLine(A,E,C){if(OLcmdLine.length){for(var B=0;
B<OLcmdLine.length;
B++){var D=OLcmdLine[B](A,E,C);
if(D>-1){E=D;
break
}}}return E
}function OLregCmds(c){if(typeof c!="string"){return 
}var pM=c.split(",");
pMtr=pMtr.concat(pM);
for(var i=0;
i<pM.length;
i++){eval(pM[i].toUpperCase()+"="+pmCnt++)
}}function OLregRunTimeFunc(A){if(typeof A=="object"){OLrunTime=OLrunTime.concat(A)
}else{OLrunTime[OLrunTime.length++]=A
}}function OLregCmdLineFunc(A){if(typeof A=="object"){OLcmdLine=OLcmdLine.concat(A)
}else{OLcmdLine[OLcmdLine.length++]=A
}}OLloaded=1;
(function(){var E=typeof jQuery=="function";
var I={width:"100%",height:"100%",allowfullscreen:true,allowscriptaccess:"always",quality:"high",version:null,onFail:null,expressInstall:null,w3c:false,cachebusting:false};
if(E){jQuery.tools=jQuery.tools||{};
jQuery.tools.flashembed={version:"1.0.4",conf:I}
}function J(){if(C.done){return false
}var L=document;
if(L&&L.getElementsByTagName&&L.getElementById&&L.body){clearInterval(C.timer);
C.timer=null;
for(var K=0;
K<C.ready.length;
K++){C.ready[K].call()
}C.ready=null;
C.done=true
}}var C=E?jQuery:function(K){if(C.done){return K()
}if(C.timer){C.ready.push(K)
}else{C.ready=[K];
C.timer=setInterval(J,13)
}};
function F(L,K){if(K){for(key in K){if(K.hasOwnProperty(key)){L[key]=K[key]
}}}return L
}function G(K){switch(H(K)){case"string":K=K.replace(new RegExp('(["\\\\])',"g"),"\\$1");
K=K.replace(/^\s?(\d+)%/,"$1pct");
return'"'+K+'"';
case"array":return"["+B(K,function(N){return G(N)
}).join(",")+"]";
case"function":return'"function()"';
case"object":var L=[];
for(var M in K){if(K.hasOwnProperty(M)){L.push('"'+M+'":'+G(K[M]))
}}return"{"+L.join(",")+"}"
}return String(K).replace(/\s/g," ").replace(/\'/g,'"')
}function H(L){if(L===null||L===undefined){return false
}var K=typeof L;
return(K=="object"&&L.push)?"array":K
}if(window.attachEvent){window.attachEvent("onbeforeunload",function(){__flash_unloadHandler=function(){};
__flash_savedUnloadHandler=function(){}
})
}function B(K,N){var M=[];
for(var L in K){if(K.hasOwnProperty(L)){M[L]=N(K[L])
}}return M
}function A(P,R){var O=F({},P);
var Q=document.all;
var M='<object width="'+O.width+'" height="'+O.height+'"';
if(Q&&!O.id){O.id="_"+(""+Math.random()).substring(9)
}if(O.id){M+=' id="'+O.id+'"'
}if(O.cachebusting){O.src+=((O.src.indexOf("?")!=-1?"&":"?")+Math.random())
}if(O.w3c||!Q){M+=' data="'+O.src+'" type="application/x-shockwave-flash"'
}else{M+=' classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"'
}M+=">";
if(O.w3c||Q){M+='<param name="movie" value="'+O.src+'" />'
}O.width=O.height=O.id=O.w3c=O.src=null;
for(var K in O){if(O[K]!==null){M+='<param name="'+K+'" value="'+O[K]+'" />'
}}var N="";
if(R){for(var L in R){if(R[L]!==null){N+=L+"="+(typeof R[L]=="object"?G(R[L]):R[L])+"&"
}}N=N.substring(0,N.length-1);
M+='<param name="flashvars" value=\''+N+"' />"
}M+="</object>";
return M
}function D(M,P,L){var K=flashembed.getVersion();
F(this,{getContainer:function(){return M
},getConf:function(){return P
},getVersion:function(){return K
},getFlashvars:function(){return L
},getApi:function(){return M.firstChild
},getHTML:function(){return A(P,L)
}});
var Q=P.version;
var R=P.expressInstall;
var O=!Q||flashembed.isSupported(Q);
if(O){P.onFail=P.version=P.expressInstall=null;
M.innerHTML=A(P,L)
}else{if(Q&&R&&flashembed.isSupported([6,65])){F(P,{src:R});
L={MMredirectURL:location.href,MMplayerType:"PlugIn",MMdoctitle:document.title};
M.innerHTML=A(P,L)
}else{if(M.innerHTML.replace(/\s/g,"")!==""){}else{M.innerHTML="<h2>Flash version "+Q+" or greater is required</h2><h3>"+(K[0]>0?"Your version is "+K:"You have no flash plugin installed")+"</h3>"+(M.tagName=="A"?"<p>Click here to download latest version</p>":"<p>Download latest version from <a href='http://www.adobe.com/go/getflashplayer'>here</a></p>");
if(M.tagName=="A"){M.onclick=function(){location.href="http://www.adobe.com/go/getflashplayer"
}
}}}}if(!O&&P.onFail){var N=P.onFail.call(this);
if(typeof N=="string"){M.innerHTML=N
}}if(document.all){window[P.id]=document.getElementById(P.id)
}}window.flashembed=function(L,M,K){if(typeof L=="string"){var N=document.getElementById(L);
if(N){L=N
}else{C(function(){flashembed(L,M,K)
});
return 
}}if(!L){return 
}if(typeof M=="string"){M={src:M}
}var O=F({},I);
F(O,M);
return new D(L,O,K)
};
F(window.flashembed,{getVersion:function(){var M=[0,0];
if(navigator.plugins&&typeof navigator.plugins["Shockwave Flash"]=="object"){var L=navigator.plugins["Shockwave Flash"].description;
if(typeof L!="undefined"){L=L.replace(/^.*\s+(\S+\s+\S+$)/,"$1");
var N=parseInt(L.replace(/^(.*)\..*$/,"$1"),10);
var R=/r/.test(L)?parseInt(L.replace(/^.*r(.*)$/,"$1"),10):0;
M=[N,R]
}}else{if(window.ActiveXObject){try{var P=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.7")
}catch(Q){try{P=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.6");
M=[6,0];
P.AllowScriptAccess="always"
}catch(K){if(M[0]==6){return M
}}try{P=new ActiveXObject("ShockwaveFlash.ShockwaveFlash")
}catch(O){}}if(typeof P=="object"){L=P.GetVariable("$version");
if(typeof L!="undefined"){L=L.replace(/^\S+\s+(.*)$/,"$1").split(",");
M=[parseInt(L[0],10),parseInt(L[2],10)]
}}}}return M
},isSupported:function(K){var M=flashembed.getVersion();
var L=(M[0]>K[0])||(M[0]==K[0]&&M[1]>=K[1]);
return L
},domReady:C,asString:G,getHTML:A});
if(E){jQuery.fn.flashembed=function(L,K){var M=null;
this.each(function(){M=flashembed(this,L,K)
});
return L.api===false?this:M
}
}})();
var screenMode=PCAUser.screenMode;
function setScreenModeNormal(){jQuery("#settings, #topcontent, #settings_container, #fullscreen_btn").show();
jQuery("#small_pc_logo, #normalscreen_btn").hide();
screenMode="NORMAL"
}function setScreenModeMaximized(){jQuery("#settings, #topcontent, #settings_container, #fullscreen_btn").hide();
jQuery("#small_pc_logo, #normalscreen_btn").show();
jQuery("form#searchForm1 :text:first-child").width("120px");
screenMode="MAXIMIZED"
}function saveScreenMode(){jQuery("input[id*='screenMode']").val(screenMode);
jQuery("a[id*='saveScreenModeLink']").click()
}if(screenMode=="MAXIMIZED"){jQuery(document).ready(setScreenModeMaximized)
};
function createCookie(C,D,E){var A="";
if(E){var B=new Date();
B.setTime(B.getTime()+(E*24*60*60*1000));
A="; expires="+B.toUTCString()
}document.cookie=C+"="+D+A+"; path=/"
}function readCookie(B){var D=B+"=";
var A=document.cookie.split(";");
for(var C=0;
C<A.length;
C++){var E=A[C];
while(E.charAt(0)==" "){E=E.substring(1,E.length)
}if(E.indexOf(D)==0){return E.substring(D.length,E.length)
}}return null
}function eraseCookie(A){createCookie(A,"",-1)
};
(function(A){A.fn.bgIframe=A.fn.bgiframe=function(C){if(A.browser.msie&&parseInt(A.browser.version)<=6){C=A.extend({top:"auto",left:"auto",width:"auto",height:"auto",opacity:true,src:"javascript:false;"},C||{});
var D=function(E){return E&&E.constructor==Number?E+"px":E
},B='<iframe class="bgiframe"frameborder="0"tabindex="-1"src="'+C.src+'"style="display:block;position:absolute;z-index:-1;'+(C.opacity!==false?"filter:Alpha(Opacity='0');":"")+"top:"+(C.top=="auto"?"expression(((parseInt(this.parentNode.currentStyle.borderTopWidth)||0)*-1)+'px')":D(C.top))+";left:"+(C.left=="auto"?"expression(((parseInt(this.parentNode.currentStyle.borderLeftWidth)||0)*-1)+'px')":D(C.left))+";width:"+(C.width=="auto"?"expression(this.parentNode.offsetWidth+'px')":D(C.width))+";height:"+(C.height=="auto"?"expression(this.parentNode.offsetHeight+'px')":D(C.height))+';"/>';
return this.each(function(){if(A("> iframe.bgiframe",this).length==0){this.insertBefore(document.createElement(B),this.firstChild)
}})
}return this
};
if(!A.browser.version){A.browser.version=navigator.userAgent.toLowerCase().match(/.+(?:rv|it|ra|ie)[\/: ]([\d.]+)/)[1]
}})(jQuery);
(function(A){A.each({focus:"focusin",blur:"focusout"},function(C,B){A.event.special[B]={setup:function(){if(A.browser.msie){return false
}this.addEventListener(C,A.event.special[B].handler,true)
},teardown:function(){if(A.browser.msie){return false
}this.removeEventListener(C,A.event.special[B].handler,true)
},handler:function(D){arguments[0]=A.event.fix(D);
arguments[0].type=B;
return A.event.handle.apply(this,arguments)
}}
});
A.extend(A.fn,{delegate:function(D,C,B){return this.bind(D,function(E){var F=A(E.target);
if(F.is(C)){return B.apply(F,arguments)
}})
},triggerEvent:function(B,C){return this.triggerHandler(B,[jQuery.event.fix({type:B,target:C})])
}})
})(jQuery);
(function(D){var A=D.fn.height,C=D.fn.width;
D.fn.extend({height:function(){if(this[0]==window){return self.innerHeight||D.boxModel&&document.documentElement.clientHeight||document.body.clientHeight
}if(this[0]==document){return Math.max(document.body.scrollHeight,document.body.offsetHeight)
}return A.apply(this,arguments)
},width:function(){if(this[0]==window){return self.innerWidth||D.boxModel&&document.documentElement.clientWidth||document.body.clientWidth
}if(this[0]==document){return Math.max(document.body.scrollWidth,document.body.offsetWidth)
}return C.apply(this,arguments)
},innerHeight:function(){return this[0]==window||this[0]==document?this.height():this.is(":visible")?this[0].offsetHeight-B(this,"borderTopWidth")-B(this,"borderBottomWidth"):this.height()+B(this,"paddingTop")+B(this,"paddingBottom")
},innerWidth:function(){return this[0]==window||this[0]==document?this.width():this.is(":visible")?this[0].offsetWidth-B(this,"borderLeftWidth")-B(this,"borderRightWidth"):this.width()+B(this,"paddingLeft")+B(this,"paddingRight")
},outerHeight:function(){return this[0]==window||this[0]==document?this.height():this.is(":visible")?this[0].offsetHeight:this.height()+B(this,"borderTopWidth")+B(this,"borderBottomWidth")+B(this,"paddingTop")+B(this,"paddingBottom")
},outerWidth:function(){return this[0]==window||this[0]==document?this.width():this.is(":visible")?this[0].offsetWidth:this.width()+B(this,"borderLeftWidth")+B(this,"borderRightWidth")+B(this,"paddingLeft")+B(this,"paddingRight")
},scrollLeft:function(F){if(F!=undefined){return this.each(function(){if(this==window||this==document){window.scrollTo(F,D(window).scrollTop())
}else{this.scrollLeft=F
}})
}if(this[0]==window||this[0]==document){return self.pageXOffset||D.boxModel&&document.documentElement.scrollLeft||document.body.scrollLeft
}return this[0].scrollLeft
},scrollTop:function(F){if(F!=undefined){return this.each(function(){if(this==window||this==document){window.scrollTo(D(window).scrollLeft(),F)
}else{this.scrollTop=F
}})
}if(this[0]==window||this[0]==document){return self.pageYOffset||D.boxModel&&document.documentElement.scrollTop||document.body.scrollTop
}return this[0].scrollTop
},position:function(O,J){var G=this[0],M=G.parentNode,I=G.offsetParent,O=D.extend({margin:false,border:false,padding:false,scroll:false},O||{}),L=G.offsetLeft,K=G.offsetTop,H=G.scrollLeft,N=G.scrollTop;
if(D.browser.mozilla||D.browser.msie){L+=B(G,"borderLeftWidth");
K+=B(G,"borderTopWidth")
}if(D.browser.mozilla){do{if(D.browser.mozilla&&M!=G&&D.css(M,"overflow")!="visible"){L+=B(M,"borderLeftWidth");
K+=B(M,"borderTopWidth")
}if(M==I){break
}}while((M=M.parentNode)&&(M.tagName.toLowerCase()!="body"||M.tagName.toLowerCase()!="html"))
}var F=E(G,O,L,K,H,N);
if(J){D.extend(J,F);
return this
}else{return F
}},offset:function(G,L){var K=0,J=0,T=0,O=0,U=this[0],I=this[0],H,F,S=D.css(U,"position"),R=D.browser.mozilla,M=D.browser.msie,W=D.browser.safari,Q=D.browser.opera,N=false,P=false,G=D.extend({margin:true,border:false,padding:false,scroll:true,lite:false},G||{});
if(G.lite){return this.offsetLite(G,L)
}if(U.tagName.toLowerCase()=="body"){K=U.offsetLeft;
J=U.offsetTop;
if(R){K+=B(U,"marginLeft")+(B(U,"borderLeftWidth")*2);
J+=B(U,"marginTop")+(B(U,"borderTopWidth")*2)
}else{if(Q){K+=B(U,"marginLeft");
J+=B(U,"marginTop")
}else{if(M&&jQuery.boxModel){K+=B(U,"borderLeftWidth");
J+=B(U,"borderTopWidth")
}}}}else{do{F=D.css(I,"position");
K+=I.offsetLeft;
J+=I.offsetTop;
if(R||M){K+=B(I,"borderLeftWidth");
J+=B(I,"borderTopWidth");
if(R&&F=="absolute"){N=true
}if(M&&F=="relative"){P=true
}}H=I.offsetParent;
if(G.scroll||R){do{if(G.scroll){T+=I.scrollLeft;
O+=I.scrollTop
}if(R&&I!=U&&D.css(I,"overflow")!="visible"){K+=B(I,"borderLeftWidth");
J+=B(I,"borderTopWidth")
}I=I.parentNode
}while(I!=H)
}I=H;
if(I.tagName.toLowerCase()=="body"||I.tagName.toLowerCase()=="html"){if((W||(M&&D.boxModel))&&S!="absolute"&&S!="fixed"){K+=B(I,"marginLeft");
J+=B(I,"marginTop")
}if((R&&!N&&S!="fixed")||(M&&S=="static"&&!P)){K+=B(I,"borderLeftWidth");
J+=B(I,"borderTopWidth")
}break
}}while(I)
}var V=E(U,G,K,J,T,O);
if(L){D.extend(L,V);
return this
}else{return V
}},offsetLite:function(N,I){var K=0,J=0,G=0,M=0,L=this[0],H,N=D.extend({margin:true,border:false,padding:false,scroll:true},N||{});
do{K+=L.offsetLeft;
J+=L.offsetTop;
H=L.offsetParent;
if(N.scroll){do{G+=L.scrollLeft;
M+=L.scrollTop;
L=L.parentNode
}while(L!=H)
}L=H
}while(L&&L.tagName.toLowerCase()!="body"&&L.tagName.toLowerCase()!="html");
var F=E(this[0],N,K,J,G,M);
if(I){D.extend(I,F);
return this
}else{return F
}}});
var B=function(F,G){return parseInt(D.css(F.jquery?F[0]:F,G))||0
};
var E=function(J,I,G,K,F,H){if(!I.margin){G-=B(J,"marginLeft");
K-=B(J,"marginTop")
}if(I.border&&(D.browser.safari||D.browser.opera)){G+=B(J,"borderLeftWidth");
K+=B(J,"borderTopWidth")
}else{if(!I.border&&!(D.browser.safari||D.browser.opera)){G-=B(J,"borderLeftWidth");
K-=B(J,"borderTopWidth")
}}if(I.padding){G+=B(J,"paddingLeft");
K+=B(J,"paddingTop")
}if(I.scroll){F-=J.scrollLeft;
H-=J.scrollTop
}return I.scroll?{top:K-H,left:G-F,scrollTop:H,scrollLeft:F}:{top:K,left:G}
}
})(jQuery);
(function(E){var B={},K,M,O,J=E.browser.msie&&/MSIE\s(5\.5|6\.)/.test(navigator.userAgent),A=false;
E.tooltip={blocked:false,defaults:{delay:200,fade:false,showURL:true,extraClass:"",top:15,left:15,id:"tooltip"},block:function(){E.tooltip.blocked=!E.tooltip.blocked
}};
E.fn.extend({tooltip:function(P){P=E.extend({},E.tooltip.defaults,P);
H(P);
return this.each(function(){E.data(this,"tooltip",P);
this.tOpacity=B.parent.css("opacity");
this.tooltipText=this.title;
E(this).removeAttr("title");
this.alt=""
}).mouseover(L).mouseout(F).click(F)
},fixPNG:J?function(){return this.each(function(){var P=E(this).css("backgroundImage");
if(P.match(/^url\(["']?(.*\.png)["']?\)$/i)){P=RegExp.$1;
E(this).css({backgroundImage:"none",filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='"+P+"')"}).each(function(){var Q=E(this).css("position");
if(Q!="absolute"&&Q!="relative"){E(this).css("position","relative")
}})
}})
}:function(){return this
},unfixPNG:J?function(){return this.each(function(){E(this).css({filter:"",backgroundImage:""})
})
}:function(){return this
},hideWhenEmpty:function(){return this.each(function(){E(this)[E(this).html()?"show":"hide"]()
})
},url:function(){return this.attr("href")||this.attr("src")
}});
function H(P){if(B.parent){return 
}B.parent=E('<div id="'+P.id+'"><h3></h3><div class="body"></div><div class="url"></div></div>').appendTo(document.body).hide();
if(E.fn.bgiframe){B.parent.bgiframe()
}B.title=E("h3",B.parent);
B.body=E("div.body",B.parent);
B.url=E("div.url",B.parent)
}function C(P){return E.data(P,"tooltip")
}function G(P){if(C(this).delay){O=setTimeout(N,C(this).delay)
}else{N()
}A=!!C(this).track;
E(document.body).bind("mousemove",D);
D(P)
}function L(){if(E.tooltip.blocked||this==K||(!this.tooltipText&&!C(this).bodyHandler)){return 
}K=this;
M=this.tooltipText;
if(C(this).bodyHandler){B.title.hide();
var S=C(this).bodyHandler.call(this);
if(S.nodeType||S.jquery){B.body.empty().append(S)
}else{B.body.html(S)
}B.body.show()
}else{if(C(this).showBody){var R=M.split(C(this).showBody);
B.title.html(R.shift()).show();
B.body.empty();
for(var Q=0,P;
(P=R[Q]);
Q++){if(Q>0){B.body.append("<br/>")
}B.body.append(P)
}B.body.hideWhenEmpty()
}else{B.title.html(M).show();
B.body.hide()
}}if(C(this).showURL&&E(this).url()){B.url.html(E(this).url().replace("http://","")).show()
}else{B.url.hide()
}B.parent.addClass(C(this).extraClass);
if(C(this).fixPNG){B.parent.fixPNG()
}G.apply(this,arguments)
}function N(){O=null;
if((!J||!E.fn.bgiframe)&&C(K).fade){if(B.parent.is(":animated")){B.parent.stop().show().fadeTo(C(K).fade,K.tOpacity)
}else{B.parent.is(":visible")?B.parent.fadeTo(C(K).fade,K.tOpacity):B.parent.fadeIn(C(K).fade)
}}else{B.parent.show()
}D()
}function D(S){if(E.tooltip.blocked){return 
}if(S&&S.target.tagName=="OPTION"){return 
}if(!A&&B.parent.is(":visible")){E(document.body).unbind("mousemove",D)
}if(K==null){E(document.body).unbind("mousemove",D);
return 
}B.parent.removeClass("viewport-right").removeClass("viewport-bottom");
var U=B.parent[0].offsetLeft;
var T=B.parent[0].offsetTop;
if(S){U=S.pageX+C(K).left;
T=S.pageY+C(K).top;
var Q="auto";
if(C(K).positionLeft){Q=E(window).width()-U;
U="auto"
}B.parent.css({left:U,right:Q,top:T})
}var P=I(),R=B.parent[0];
if(P.x+P.cx<R.offsetLeft+R.offsetWidth){U-=R.offsetWidth+20+C(K).left;
B.parent.css({left:U+"px"}).addClass("viewport-right")
}if(P.y+P.cy<R.offsetTop+R.offsetHeight){T-=R.offsetHeight+20+C(K).top;
B.parent.css({top:T+"px"}).addClass("viewport-bottom")
}}function I(){return{x:E(window).scrollLeft(),y:E(window).scrollTop(),cx:E(window).width(),cy:E(window).height()}
}function F(R){if(E.tooltip.blocked){return 
}if(O){clearTimeout(O)
}K=null;
var Q=C(this);
function P(){B.parent.removeClass(Q.extraClass).hide().css("opacity","")
}if((!J||!E.fn.bgiframe)&&Q.fade){if(B.parent.is(":animated")){B.parent.stop().fadeTo(Q.fade,0,P)
}else{B.parent.stop().fadeOut(Q.fade,P)
}}else{P()
}if(C(this).fixPNG){B.parent.unfixPNG()
}}})(jQuery);
var ScriptLoader={load:function(C,D){var B=document.getElementsByTagName("head").item(0);
var A=document.createElement("script");
A.type="text/javascript";
A.src=C;
if(arguments.length==2){A.onload=D;
A.onreadystatechange=function(){if(this.readyState=="loaded"||this.readyState=="complete"){D()
}}
}B.appendChild(A)
}};
jQuery.fn.extend({everyTime:function(A,B,C,D){return this.each(function(){jQuery.timer.add(this,A,B,C,D)
})
},oneTime:function(A,B,C){return this.each(function(){jQuery.timer.add(this,A,B,C,1)
})
},stopTime:function(A,B){return this.each(function(){jQuery.timer.remove(this,A,B)
})
}});
jQuery.extend({timer:{global:[],guid:1,dataKey:"jQuery.timer",regex:/^([0-9]+(?:\.[0-9]*)?)\s*(.*s)?$/,powers:{ms:1,cs:10,ds:100,s:1000,das:10000,hs:100000,ks:1000000},timeParse:function(C){if(C==undefined||C==null){return null
}var A=this.regex.exec(jQuery.trim(C.toString()));
if(A[2]){var B=parseFloat(A[1]);
var D=this.powers[A[2]]||1;
return B*D
}else{return C
}},add:function(D,B,C,F,H){var A=0;
if(jQuery.isFunction(C)){if(!H){H=F
}F=C;
C=B
}B=jQuery.timer.timeParse(B);
if(typeof B!="number"||isNaN(B)||B<0){return 
}if(typeof H!="number"||isNaN(H)||H<0){H=0
}H=H||0;
var G=jQuery.data(D,this.dataKey)||jQuery.data(D,this.dataKey,{});
if(!G[C]){G[C]={}
}F.timerID=F.timerID||this.guid++;
var E=function(){if((++A>H&&H!==0)||F.call(D,A)===false){jQuery.timer.remove(D,C,F)
}};
E.timerID=F.timerID;
if(!G[C][F.timerID]){G[C][F.timerID]=window.setInterval(E,B)
}this.global.push(D)
},remove:function(C,B,D){var E=jQuery.data(C,this.dataKey),A;
if(E){if(!B){for(B in E){this.remove(C,B,D)
}}else{if(E[B]){if(D){if(D.timerID){window.clearInterval(E[B][D.timerID]);
delete E[B][D.timerID]
}}else{for(var D in E[B]){window.clearInterval(E[B][D]);
delete E[B][D]
}}for(A in E[B]){break
}if(!A){A=null;
delete E[B]
}}}for(A in E){break
}if(!A){jQuery.removeData(C,this.dataKey)
}}}}});
jQuery(window).bind("unload",function(){jQuery.each(jQuery.timer.global,function(A,B){jQuery.timer.remove(B)
})
});
