var offsetfromcursorX=12;var offsetfromcursorY=10;var offsetdivfrompointerX=10;var offsetdivfrompointerY=14;document.write('<div id="dhtmltooltip" style="text-align:left;font-size:small;"></div>');document.write('<img id="dhtmlpointer" src="/includes/images/arrow2.gif">');var ie=document.all;var ns6=document.getElementById&&!document.all;var enabletip=false;if(ie||ns6){var tipobj=document.all?document.all.dhtmltooltip:document.getElementById?document.getElementById("dhtmltooltip"):"";}var pointerobj=document.all?document.all.dhtmlpointer:document.getElementById?document.getElementById("dhtmlpointer"):"";function ietruebody(){return(document.compatMode&&document.compatMode!="BackCompat")?document.documentElement:document.body;}function ddrivetip(B,A,C){if(ns6||ie){if(typeof A!="undefined"){tipobj.style.width=A+"px";}if(typeof C!="undefined"&&C!=""){tipobj.style.backgroundColor=C;}tipobj.innerHTML=B;enabletip=true;return false;}}function positiontip(H){if(enabletip){var C=false;var D=(ns6)?H.pageX:event.clientX+ietruebody().scrollLeft;var B=(ns6)?H.pageY:event.clientY+ietruebody().scrollTop;var G=ie&&!window.opera?ietruebody().clientWidth:window.innerWidth-20;var A=ie&&!window.opera?ietruebody().clientHeight:window.innerHeight-20;var F=ie&&!window.opera?G-event.clientX-offsetfromcursorX:G-H.clientX-offsetfromcursorX;var E=ie&&!window.opera?A-event.clientY-offsetfromcursorY:A-H.clientY-offsetfromcursorY;var I=(offsetfromcursorX<0)?offsetfromcursorX*(-1):-1000;if(F<tipobj.offsetWidth){tipobj.style.left=D-tipobj.offsetWidth+"px";C=true;}else{if(D<I){tipobj.style.left="5px";}else{tipobj.style.left=D+offsetfromcursorX-offsetdivfrompointerX+"px";pointerobj.style.left=D+offsetfromcursorX+"px";}}if(E<tipobj.offsetHeight){tipobj.style.top=B-tipobj.offsetHeight-offsetfromcursorY+"px";C=true;}else{tipobj.style.top=B+offsetfromcursorY+offsetdivfrompointerY+"px";pointerobj.style.top=B+offsetfromcursorY+"px";}tipobj.style.visibility="visible";if(!C){pointerobj.style.visibility="visible";}else{pointerobj.style.visibility="hidden";}}}function hideddrivetip(){if(ns6||ie){enabletip=false;tipobj.style.visibility="hidden";pointerobj.style.visibility="hidden";tipobj.style.left="-1000px";tipobj.style.backgroundColor="";tipobj.style.width="";}}document.onmousemove=positiontip;var tip=ddrivetip;var hidetip=hideddrivetip;