﻿IE=/*@cc_on!@*/false;var elems=document.getElementsByTagName('*');for(var i=0;i<elems.length;i++){if(elems[i].title){elems[i].onmouseover=showTip}}function 
showTip(b){
var c=[];
var d=[];
var t=[];
var u=new Date().getTime();
d[u]=this.title;
this.title='';
c[u]=document.createElement('DIV');c[u].innerHTML="<div style='margin:0 0 3px 3px;background:#E7740F;padding:3px 6px 5px 6px;color:#ffffff;'>"+d[u]+"</div>";
c[u].style.cssText="position:absolute;background:url(/images/tip.gif) no-repeat bottom left;opacity:0;;filter:alpha(opacity=0);z-index:9999;";
document.body.appendChild(c[u]);
c[u].style.top=mouse(b).y-4-c[u].offsetHeight+'px';
c[u].style.left=mouse(b).x+4+'px';
document.onmousemove=function(a){c[u].style.top=mouse(a).y-4-c[u].offsetHeight+'px';c[u].style.left=mouse(a).x+4+'px'};
t[u]=setTimeout(function(){ moveit(c[u],15,0,200);fade(c[u],100,200,function(){if(IE){c[u].style.removeAttribute('filter')}}); },150);
this.onmouseout=window.onunload=function(){clearTimeout(t[u]);document.onmousemove='';this.title=d[u];moveit(c[u],0,15,200);fade(c[u],0,200,function(){document.body.removeChild(c[u])})}}function mouse(a){var d,x,y,b,e;d=document;e=IE?window.event:a;
x=d.documentElement.scrollTop ? d.documentElement.scrollLeft+e.clientX : d.body.scrollLeft+e.clientX;
y= d.documentElement.scrollTop ? d.documentElement.scrollTop+e.clientY : d.body.scrollTop+e.clientY;
return{x:x,y:y}}function moveit(g,f,t,h){var i=new Date().getTime();j('marginTop',-f,-t);j('marginLeft',f,t);function j(d,e,f){setTimeout(function(){var a=(new Date().getTime())-i;var b=a/h;var c=(f-e)*b+e;g.style[d]=c+"px";if(b<1){setTimeout(arguments.callee,10)}else{g.style[d]=f+"px"}},10)}}function fade(B,F,A,E){if(IE){D=B.style.filter.replace(/.*opacity=([0-9]*).*/,"$1");if(!D){D=100}D=parseFloat(D)}else{var D=B.style.opacity;if(D==""){D=1}D=parseFloat(D);F=F/100}var C=new Date().getTime();setTimeout(function(){var J=(new Date().getTime())-C;var I=J/A;var H=(F-D)*I+D;if(IE){B.style.filter="alpha(opacity="+H+")"}else{B.style.opacity=H}if(I<1){setTimeout(arguments.callee,10)}else{if(IE){B.style.filter="alpha(opacity="+F+")"}else{B.style.opacity=F}if(E){E()}}},10)};