
inc_tooltip_js =
'				<div id="dhtmltooltip"></div>\n				<script type="tex'
+ 't/javascript">\n				var offsetxpoint=-60 //Customize x o'
+ 'ffset of tooltip\n				var offsetypoint=20 //Customize y '
+ 'offset of tooltip\n				var ie=document.all\n				var ns6='
+ 'document.getElementById && !document.all\n				var enable'
+ 'tip=false\n				if (ie||ns6)\n				var tipobj=document.all'
+ '? document.all["dhtmltooltip"] : document.getElementById'
+ '? document.getElementById("dhtmltooltip") : ""\n\n				fu'
+ 'nction ietruebody(){\n				return (document.compatMode &&'
+ ' document.compatMode!="BackCompat")? document.documentEl'
+ 'ement : document.body\n				}\n\n				function ddrivetip(t'
+ 'hetext, thecolor, thewidth){\n				if (ns6||ie){\n				if '
+ '(typeof thewidth!="undefined") tipobj.style.width=thewid'
+ 'th+"px"\n				if (typeof thecolor!="undefined" && thecolo'
+ 'r!="") tipobj.style.backgroundColor=thecolor\n				tipobj'
+ '.innerHTML=thetext\n				enabletip=true\n				return false'
+ '\n				}\n				}\n\n				function positiontip(e){\n				if ('
+ 'enabletip){\n				var curX=(ns6)?e.pageX : event.clientX+'
+ 'ietruebody().scrollLeft;\n				var curY=(ns6)?e.pageY : e'
+ 'vent.clientY+ietruebody().scrollTop;\n				//Find out how'
+ ' close the mouse is to the corner of the window\n				var'
+ ' rightedge=ie&&!window.opera? ietruebody().clientWidth-e'
+ 'vent.clientX-offsetxpoint : window.innerWidth-e.clientX-'
+ 'offsetxpoint-20\n				var bottomedge=ie&&!window.opera? i'
+ 'etruebody().clientHeight-event.clientY-offsetypoint : wi'
+ 'ndow.innerHeight-e.clientY-offsetypoint-20\n\n				var le'
+ 'ftedge=(offsetxpoint<0)? offsetxpoint*(-1) : -1000\n\n		'
+ '		//if the horizontal distance isn\'t enough to accomodat'
+ 'e the width of the context menu\n				if (rightedge<tipob'
+ 'j.offsetWidth)\n				//move the horizontal position of th'
+ 'e menu to the left by it\'s width\n				tipobj.style.left='
+ 'ie? ietruebody().scrollLeft+event.clientX-tipobj.offsetW'
+ 'idth+"px" : window.pageXOffset+e.clientX-tipobj.offsetWi'
+ 'dth+"px"\n				else if (curX<leftedge)\n				tipobj.style.'
+ 'left="5px"\n				else\n				//position the horizontal posi'
+ 'tion of the menu where the mouse is positioned\n				tipo'
+ 'bj.style.left=curX+offsetxpoint+"px"\n\n				//same conce'
+ 'pt with the vertical position\n				if (bottomedge<tipobj'
+ '.offsetHeight)\n				tipobj.style.top=ie? ietruebody().sc'
+ 'rollTop+event.clientY-tipobj.offsetHeight-offsetypoint+"'
+ 'px" : window.pageYOffset+e.clientY-tipobj.offsetHeight-o'
+ 'ffsetypoint+"px"\n				else\n				tipobj.style.top=curY+of'
+ 'fsetypoint+"px"\n				tipobj.style.visibility="visible"\n'
+ '				}\n				}\n\n				function hideddrivetip(){\n				if (n'
+ 's6||ie){\n				enabletip=false\n				tipobj.style.visibili'
+ 'ty="hidden"\n				tipobj.style.left="-1000px"\n				tipobj'
+ '.style.backgroundColor=\'\'\n				tipobj.style.width=\'\'\n		'
+ '		}\n				}\n\n				document.onmousemove=positiontip\n				'
+ '</script>';

// end_var_declaration
document.write(inc_tooltip_js);