function Tip(){tt_Tip(arguments,null)}function TagToTip(){if(TagsToTip){var t=tt_GetElt(arguments[0]);t&&tt_Tip(arguments,t)}}function tt_Extension(){return tt_ExtCmdEnum(),tt_aExt[tt_aExt.length]=this,this}function tt_SetTipPos(t,e){var n=tt_aElt[0].style;if(tt_x=t,tt_y=e,n.left=t+"px",n.top=e+"px",tt_ie56){var i=tt_aElt[tt_aElt.length-1];i&&(i.style.left=n.left,i.style.top=n.top)}}function tt_Hide(){tt_db&&tt_iState&&(2&tt_iState&&(tt_aElt[0].style.visibility="hidden",tt_ExtCallFncs(0,"Hide")),tt_tShow.EndTimer(),tt_tHide.EndTimer(),tt_tDurt.EndTimer(),tt_tFade.EndTimer(),tt_op||tt_ie||(tt_tWaitMov.EndTimer(),tt_bWait=!1),tt_aV[CLICKCLOSE]&&tt_RemEvtFnc(document,"mouseup",tt_HideInit),tt_AddRemOutFnc(!1),tt_ExtCallFncs(0,"Kill"),tt_t2t&&!tt_aV[COPYCONTENT]&&(tt_t2t.style.display="none",tt_MovDomNode(tt_t2t,tt_aElt[6],tt_t2tDad)),tt_iState=0,tt_over=null,tt_ResetMainDiv(),tt_aElt[tt_aElt.length-1]&&(tt_aElt[tt_aElt.length-1].style.display="none"))}function tt_GetElt(t){return document.getElementById?document.getElementById(t):document.all?document.all[t]:null}function tt_GetDivW(t){return t?t.offsetWidth||t.style.pixelWidth||0:0}function tt_GetDivH(t){return t?t.offsetHeight||t.style.pixelHeight||0:0}function tt_GetScrollX(){return window.pageXOffset||(tt_db?tt_db.scrollLeft||0:0)}function tt_GetScrollY(){return window.pageYOffset||(tt_db?tt_db.scrollTop||0:0)}function tt_GetClientW(){return document.body&&typeof document.body.clientWidth!=tt_u?document.body.clientWidth:typeof window.innerWidth!=tt_u?window.innerWidth:tt_db?tt_db.clientWidth||0:0}function tt_GetClientH(){return document.body&&typeof document.body.clientHeight!=tt_u?document.body.clientHeight:typeof window.innerHeight!=tt_u?window.innerHeight:tt_db?tt_db.clientHeight||0:0}function tt_GetEvtX(t){return t?typeof t.pageX!=tt_u?t.pageX:t.clientX+tt_scrlX:0}function tt_GetEvtY(t){return t?typeof t.pageY!=tt_u?t.pageY:t.clientY+tt_scrlY:0}function tt_AddEvtFnc(t,e,n){t&&(t.addEventListener?t.addEventListener(e,n,!1):t.attachEvent("on"+e,n))}function tt_RemEvtFnc(t,e,n){t&&(t.removeEventListener?t.removeEventListener(e,n,!1):t.detachEvent("on"+e,n))}function tt_Init(){tt_MkCmdEnum(),tt_Browser()&&tt_MkMainDiv()&&(tt_IsW3cBox(),tt_OpaSupport(),tt_AddEvtFnc(document,"mousemove",tt_Move),(TagsToTip||tt_Debug)&&tt_SetOnloadFnc(),tt_AddEvtFnc(window,"scroll",function(){tt_scrlX=tt_GetScrollX(),tt_scrlY=tt_GetScrollY(),!tt_iState||tt_aV[STICKY]&&2&tt_iState||tt_HideInit()}),tt_AddEvtFnc(window,"unload",tt_Hide),tt_Hide())}function tt_MkCmdEnum(){var n=0;for(var i in config)eval("window."+i.toString().toUpperCase()+" = "+n++);tt_aV.length=n}function tt_Browser(){var n,nv,n6,w3c;if(n=navigator.userAgent.toLowerCase(),nv=navigator.appVersion,tt_op=document.defaultView&&typeof eval("window.opera")!=tt_u,tt_ie=-1!=n.indexOf("msie")&&document.all&&!tt_op){var ieOld=!document.compatMode||"BackCompat"==document.compatMode;tt_db=ieOld?document.body||null:document.documentElement,tt_db&&(tt_ie56=parseFloat(nv.substring(nv.indexOf("MSIE")+5))>=5.5&&typeof document.body.style.maxHeight==tt_u)}else tt_db=document.documentElement||document.body||(document.getElementsByTagName?document.getElementsByTagName("body")[0]:null),tt_op||(n6=document.defaultView&&typeof document.defaultView.getComputedStyle!=tt_u,w3c=!n6&&document.getElementById);if(tt_body=document.getElementsByTagName?document.getElementsByTagName("body")[0]:document.body||null,tt_ie||n6||tt_op||w3c)if(tt_body&&tt_db){if(document.attachEvent||document.addEventListener)return!0}else tt_Err("wz_tooltip.js must be included INSIDE the body section, immediately after the opening
tag.");return tt_db=null,!1}function tt_MkMainDiv(){return tt_body.insertAdjacentHTML?tt_body.insertAdjacentHTML("afterBegin",tt_MkMainDivHtm()):typeof tt_body.innerHTML!=tt_u&&document.createElement&&tt_body.appendChild&&tt_body.appendChild(tt_MkMainDivDom()),window.tt_GetMainDivRefs&&tt_GetMainDivRefs()?!0:(tt_db=null,!1)}function tt_MkMainDivHtm(){return''+(tt_ie56?'':"")}function tt_MkMainDivDom(){var t=document.createElement("div");return t&&(t.id="WzTtDiV"),t}function tt_GetMainDivRefs(){if(tt_aElt[0]=tt_GetElt("WzTtDiV"),tt_ie56&&tt_aElt[0]&&(tt_aElt[tt_aElt.length-1]=tt_GetElt("WzTtIfRm"),tt_aElt[tt_aElt.length-1]||(tt_aElt[0]=null)),tt_aElt[0]){var t=tt_aElt[0].style;return t.visibility="hidden",t.position="absolute",t.overflow="hidden",!0}return!1}function tt_ResetMainDiv(){var t=window.screen&&screen.width?screen.width:1e4;tt_SetTipPos(-t,0),tt_aElt[0].innerHTML="",tt_aElt[0].style.width=t-1+"px"}function tt_IsW3cBox(){var t=tt_aElt[0].style;t.padding="10px",t.width="40px",tt_bBoxOld=40==tt_GetDivW(tt_aElt[0]),t.padding="0px",tt_ResetMainDiv()}function tt_OpaSupport(){var t=tt_body.style;tt_flagOpa=typeof t.filter!=tt_u?1:typeof t.KhtmlOpacity!=tt_u?2:typeof t.KHTMLOpacity!=tt_u?3:typeof t.MozOpacity!=tt_u?4:typeof t.opacity!=tt_u?5:0}function tt_SetOnloadFnc(){if(tt_AddEvtFnc(document,"DOMContentLoaded",tt_HideSrcTags),tt_AddEvtFnc(window,"load",tt_HideSrcTags),tt_body.attachEvent&&tt_body.attachEvent("onreadystatechange",function(){"complete"==tt_body.readyState&&tt_HideSrcTags()}),/WebKit|KHTML/i.test(navigator.userAgent))var t=setInterval(function(){/loaded|complete/.test(document.readyState)&&(clearInterval(t),tt_HideSrcTags())},10)}function tt_HideSrcTags(){window.tt_HideSrcTags&&!window.tt_HideSrcTags.done&&(window.tt_HideSrcTags.done=!0,tt_HideSrcTagsRecurs(tt_body)||tt_Err("To enable the capability to convert HTML elements to tooltips, you must set TagsToTip in the global tooltip configuration to true."))}function tt_HideSrcTagsRecurs(t){var e,n,i;e=t.childNodes||t.children||null;for(var _=e?e.length:0;_;){if(--_,!tt_HideSrcTagsRecurs(e[_]))return!1;if(n=e[_].getAttribute?e[_].getAttribute("onmouseover"):"function"==typeof e[_].onmouseover?e[_].onmouseover:null,n&&(i=n.toString().match(/TagToTip\s*\(\s*'[^'.]+'\s*[\),]/),i&&i.length&&!tt_HideSrcTag(i[0])))return!1}return!0}function tt_HideSrcTag(t){var e,n;if(e=t.replace(/.+'([^'.]+)'.+/,"$1"),n=tt_GetElt(e)){if(tt_Debug&&!TagsToTip)return!1;n.style.display="none"}else tt_Err("Invalid ID\n'"+e+"'\npassed to TagToTip(). There exists no HTML element with that ID.");return!0}function tt_Tip(t,e){tt_db&&(tt_iState&&tt_Hide(),tt_Enabled&&(tt_t2t=e,tt_ReadCmds(t)&&(tt_iState=5,tt_AdaptConfig1(),tt_MkTipContent(t),tt_MkTipSubDivs(),tt_FormatTip(),tt_bJmpVert=!1,tt_maxPosX=tt_GetClientW()+tt_scrlX-tt_w-1,tt_maxPosY=tt_GetClientH()+tt_scrlY-tt_h-1,tt_AdaptConfig2(),tt_Move(),tt_ShowInit())))}function tt_ReadCmds(t){var e;e=0;for(var n in config)tt_aV[e++]=config[n];if(1&t.length){for(e=t.length-1;e>0;e-=2)tt_aV[t[e-1]]=t[e];return!0}return tt_Err("Incorrect call of Tip() or TagToTip().\nEach command must be followed by a value."),!1}function tt_AdaptConfig1(){if(tt_ExtCallFncs(0,"LoadConfig"),tt_aV[TITLEBGCOLOR].length||(tt_aV[TITLEBGCOLOR]=tt_aV[BORDERCOLOR]),tt_aV[TITLEFONTCOLOR].length||(tt_aV[TITLEFONTCOLOR]=tt_aV[BGCOLOR]),tt_aV[TITLEFONTFACE].length||(tt_aV[TITLEFONTFACE]=tt_aV[FONTFACE]),tt_aV[TITLEFONTSIZE].length||(tt_aV[TITLEFONTSIZE]=tt_aV[FONTSIZE]),tt_aV[CLOSEBTN]){tt_aV[CLOSEBTNCOLORS]||(tt_aV[CLOSEBTNCOLORS]=new Array("","","",""));for(var t=4;t;)--t,tt_aV[CLOSEBTNCOLORS][t].length||(tt_aV[CLOSEBTNCOLORS][t]=1&t?tt_aV[TITLEFONTCOLOR]:tt_aV[TITLEBGCOLOR]);tt_aV[TITLE].length||(tt_aV[TITLE]=" ")}100!=tt_aV[OPACITY]||typeof tt_aElt[0].style.MozOpacity==tt_u||Array.every||(tt_aV[OPACITY]=99),tt_aV[FADEIN]&&tt_flagOpa&&tt_aV[DELAY]>100&&(tt_aV[DELAY]=Math.max(tt_aV[DELAY]-tt_aV[FADEIN],100))}function tt_AdaptConfig2(){tt_aV[CENTERMOUSE]&&(tt_aV[OFFSETX]-=tt_w-(tt_aV[SHADOW]?tt_aV[SHADOWWIDTH]:0)>>1)}function tt_MkTipContent(t){tt_sContent=tt_t2t?tt_aV[COPYCONTENT]?tt_t2t.innerHTML:"":t[0],tt_ExtCallFncs(0,"CreateContentString")}function tt_MkTipSubDivs(){var t="position:relative;margin:0px;padding:0px;border-width:0px;left:0px;top:0px;line-height:normal;width:auto;",e=' cellspacing=0 cellpadding=0 border=0 style="'+t+'">| '+tt_aV[CLOSEBTNTEXT]+" | ":"")+"