jQuery(document).ready(JT_init);function JT_init(){jQuery("a.jTip").hover(function(){JT_show(this.href,this.id,this.name);},function(){jQuery("#JT").remove();}).click(function(){return false;});}function JT_show(_1,_2,_3){if(_3===false){_3="&nbsp;";}var de=document.documentElement;var w=self.innerWidth||(de&&de.clientWidth)||document.body.clientWidth;var _6=w-getAbsoluteLeft(_2);var _7=getAbsoluteTop(_2)-3;var _8;var _9=_1.replace(/^[^\?]+\??/,"");var _a=parseQuery(_9);if(_a["width"]===undefined){_a["width"]=250;}if(_a["link"]!==undefined){jQuery("#"+_2).bind("click",function(){window.location=_a["link"];});jQuery("#"+_2).css("cursor","pointer");}if(_6>((_a["width"]*1)+75)){jQuery("body").append("<div id='JT' style='width:"+_a["width"]*1+"px'><div id='JT_arrow_left'></div><div id='JT_close_left'>"+_3+"</div><div id='JT_copy'><div class='JT_loader'><div></div></div>");var _b=getElementWidth(_2)+11;_8=getAbsoluteLeft(_2)+_b;}else{jQuery("body").append("<div id='JT' style='width:"+_a["width"]*1+"px'><div id='JT_arrow_right' style='left:"+((_a["width"]*1)+1)+"px'></div><div id='JT_close_right'>"+_3+"</div><div id='JT_copy'><div class='JT_loader'><div></div></div>");_8=getAbsoluteLeft(_2)-((_a["width"]*1)+15);}jQuery("#JT").css({left:_8+"px",top:_7+"px"});jQuery("#JT").show();jQuery("#JT_copy").load(_1);}function getElementWidth(_c){x=document.getElementById(_c);return x.offsetWidth;}function getAbsoluteLeft(_d){o=document.getElementById(_d);oLeft=o.offsetLeft;while(o.offsetParent!==null){oParent=o.offsetParent;oLeft+=oParent.offsetLeft;o=oParent;}return oLeft;}function getAbsoluteTop(_e){o=document.getElementById(_e);oTop=o.offsetTop;while(o.offsetParent!==null){oParent=o.offsetParent;oTop+=oParent.offsetTop;o=oParent;}return oTop;}function parseQuery(_f){var _10=new Object();if(!_f){return _10;}var _11=_f.split(/[;&]/);for(var i=0;i<_11.length;i++){var _13=_11[i].split("=");if(!_13||_13.length!=2){continue;}var key=unescape(_13[0]);var val=unescape(_13[1]);val=val.replace(/\+/g," ");_10[key]=val;}return _10;}function blockEvents(evt){if(evt.target){evt.preventDefault();}else{evt.returnValue=false;}}
