function hp_overImage(obj, name)
{
	obj.src = eval(name + "_On.src");
	obj.style.cursor = 'hand';
}
function hp_outImage(obj, name)
{
	obj.src = eval(name + "_Off.src");
}

