//<a href="prodVttip_iew.asp?idproduct=369"><img src="../ProdImages/Acc/BTTHS2s.jpg" border="0"  onMouseover="ddrivetip('<center>Berkley Hook Sharpener</center><img src=../ProdImages/Acc/BTTHS2.jpg border=0 width=240>','#F5F5F5', 240)"; onMouseout="ttip_hid()"></a> 
//<div id="dhtmltooltip"></div>
var tipobj="";
var ttip_OfsX=20; //Customize x offset of tooltip
var ttip_OfsY=-20; //Customize y offset of tooltip
var ttip_ie=document.all;
var ttip_ns6=document.getElementById && !document.all;
var ttip_ena=false;
if (ttip_ie||ttip_ns6)
{
    var tipobj=document.all? document.all["ttip"] : document.getElementById? document.getElementById("ttip") : "";
}
function ttip_ietruebody()
{
    return document.body;//(document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body;
}

function ttip_shw(txt, col, wid)
{
	if (ttip_ns6||ttip_ie)
	{
		if (typeof wid!="undefined") tipobj.style.width=wid+"px";
		if (typeof col!="undefined" && col!="") tipobj.style.backgroundColor=col;
		tipobj.innerHTML=txt;
		ttip_ena=true;
		return false;
	}
}

function ttip_pos(e)
{
	if (ttip_ena)
	{
		var curX=(ttip_ns6)?e.pageX : event.x+ttip_ietruebody().scrollLeft;
		var curY=(ttip_ns6)?e.pageY : event.y+ttip_ietruebody().scrollTop;
		//Find out how close the mouse is to the corner of the window
		var rightedge=ttip_ie&&!window.opera? ttip_ietruebody().clientWidth-event.clientX-ttip_OfsX : window.innerWidth-e.clientX-ttip_OfsX-20;
		var bottomedge=ttip_ie&&!window.opera? ttip_ietruebody().clientHeight-event.clientY-ttip_OfsY : window.innerHeight-e.clientY-ttip_OfsY-20;
		
		var leftedge=(ttip_OfsX<0)? ttip_OfsX*(-1) : -1000;
		
		//if the horizontal distance isn't enough to accomodate the width of the context menu
		if (rightedge<tipobj.offsetWidth)
		//move the horizontal position of the menu to the left by it's width
			tipobj.style.left=ttip_ie? ttip_ietruebody().scrollLeft+event.clientX-tipobj.offsetWidth+"px " : window.pageXOffset+e.clientX-tipobj.offsetWidth+"px";
		else if (curX<leftedge)
				tipobj.style.left="5px"
			else
		       tipobj.style.left=curX+ttip_OfsX+"px"; //position the horizontal position of the menu where the mouse is positioned
		
		//same concept with the vertical position
		if (bottomedge<tipobj.offsetHeight)
			tipobj.style.top=ttip_ie? ttip_ietruebody().scrollTop+event.clientY-tipobj.offsetHeight-ttip_OfsY+"px" : window.pageYOffset+e.clientY-tipobj.offsetHeight-ttip_OfsY+"px";
		else
			tipobj.style.top=curY+ttip_OfsY+"px";
		
		tipobj.style.visibility="visible";
	}
}

function ttip_hid()
{
	if (ttip_ns6||ttip_ie)
	{
		ttip_ena=false;
		tipobj.style.visibility="hidden";
		tipobj.style.left="-1000px";
		tipobj.style.backgroundColor='';
		tipobj.style.width='';
	}
}

document.onmousemove=ttip_pos;



