var offsetfromcursorX=12;var offsetfromcursorY=10;var offsetdivfrompointerX=10;var offsetdivfrompointerY=14;document.write('<div id="dhtmltooltip"></div>');document.write('<img id="dhtmlpointer" src="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='<table border="0" cellpadding="0" cellspacing="0" id="tooltip_table"><tr id="tooltip_table_tr_1"><td id="tooltip_table_td_1_1"><img src="http://www.maxparty.com.tw/images/spacer.gif" width="1" height="1" /></td><td id="tooltip_table_td_1_2"><img src="http://www.maxparty.com.tw/images/spacer.gif" width="1" height="1" /></td><td id="tooltip_table_td_1_3"><img src="http://www.maxparty.com.tw/images/spacer.gif" width="1" height="1" /></td></tr><tr id="tooltip_table_tr_2"><td id="tooltip_table_td_2_1"><img src="http://www.maxparty.com.tw/images/spacer.gif" width="1" height="1" /></td><td id="tooltip_table_td_2_2"><span class="text_ToolTipWithFunction_Title">'+B+'</span></td><td id="tooltip_table_td_2_3"><img src="http://www.maxparty.com.tw/images/spacer.gif" width="1" height="1" /></td></tr><tr id="tooltip_table_tr_3"><td id="tooltip_table_td_3_1"><img src="http://www.maxparty.com.tw/images/spacer.gif" width="1" height="1" /></td><td id="tooltip_table_td_3_2"><img src="http://www.maxparty.com.tw/images/spacer.gif" width="1" height="1" /></td><td id="tooltip_table_td_3_3"><img src="http://www.maxparty.com.tw/images/spacer.gif" width="1" height="1" /></td></tr></table>';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"}}if(E<tipobj.offsetHeight){tipobj.style.top=B-tipobj.offsetHeight-offsetfromcursorY+"px";C=true}else{tipobj.style.top=B+offsetfromcursorY+offsetdivfrompointerY+"px"}tipobj.style.visibility="visible"}}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;