/* JavaScriptCompressor by Alfred Dagenais */ var tooltip=function(){var id= 'tt' ;var top=3;var left=3;var maxw=300;var speed=10;var timer=20;var endalpha=95;var alpha=0;var tt,t,c,b,h,dl=left;var ie=document.all?true:false;var cName=ie? 'className' : 'class' ;return{show:function(v,args,el){ var w=false; var dtt=true; var a= 'tl' ; if(args&&args != '' ){arg=args.split( '&' );for(var i=0;imaxw){tt.style.width=maxw+ 'px' } h=parseInt(tt.offsetHeight)+top;clearInterval(tt.timer);tt.timer=setInterval(function(){tooltip.fade(1)},timer);if(el){var ttEl=document.getElementById(id);switch(a){case 'tl' :left=dl;ttEl.removeAttribute(cName);break;case 'tr' :left=-tt.offsetWidth-dl;ttEl.setAttribute(cName, "topRight" );break; } el.setAttribute( 'onmouseout' , "tooltip.hide();" );if(dtt){el.removeAttribute( "title" );}}},pos:function(e){var u=ie?event.clientY+document.documentElement.scrollTop:e.pageY;var l=ie?event.clientX+document.documentElement.scrollLeft:e.pageX;tt.style.top=(u-h)+ 'px' ;tt.style.left=(l+left)+ 'px' ;},fade:function(d){var a=alpha;if((a !=endalpha&&d==1)||(a !=0&&d==-1)){var i=speed;if(endalpha-a