img0_on = new Image(190,62);
img0_on.src="/images/LaunchSet/LH_logo_top_hov.gif";
img0_off = new Image(190,62);
img0_off.src="/images/LaunchSet/LH_logo_top.gif";
  
img1_on = new Image(111,20);
img1_on.src="/images/LaunchSet/entertaining_hov.gif";
img1_off = new Image(111,20);
img1_off.src="/images/LaunchSet/entertaining1.gif";

img2_on = new Image(106,20);
img2_on.src="/images/LaunchSet/homedecor_hov.gif";
img2_off = new Image(106,20);
img2_off.src="/images/LaunchSet/homedecor1.gif";
 
img3_on = new Image(83,20);
img3_on.src="/images/LaunchSet/textiles_hov.gif";
img3_off = new Image(83,20);
img3_off.src="/images/LaunchSet/textiles1.gif";

img4_on = new Image(58,20);
img4_on.src="/images/LaunchSet/rugs_hov.gif";
img4_off = new Image(58,20);
img4_off.src="/images/LaunchSet/rugs1.gif";

img5_on = new Image(95,20);
img5_on.src="/images/LaunchSet/giftideas_hov.gif";
img5_off = new Image(95,20);
img5_off.src="/images/LaunchSet/giftideas1.gif";

img6_on = new Image(98,20);
img6_on.src="/images/LaunchSet/bestsellers_hov.gif";
img6_off = new Image(98,20);
img6_off.src="/images/LaunchSet/bestsellers1.gif";

img7_on = new Image(85,20);
img7_on.src="/images/LaunchSet/aboutus_hov.gif";
img7_off = new Image(85,20);
img7_off.src="/images/LaunchSet/aboutus1.gif";

img8_on = new Image(97,20);
img8_on.src="/images/LaunchSet/asseenin_hov.gif";
img8_off = new Image(97,20);
img8_off.src="/images/LaunchSet/asseenin1.gif";

img9_on = new Image(99,20);
img9_on.src="/images/LaunchSet/wholesale_hov.gif";
img9_off = new Image(99,20);
img9_off.src="/images/LaunchSet/wholesale1.gif";

function over_image(parm_name)
    {
        document[parm_name].src = eval(parm_name + "_on.src");
    }
function off_image(parm_name)
    {
        document[parm_name].src = eval(parm_name + "_off.src");
    }
function popup(mylink, windowname)
{
if (! window.focus)return true;
var href;
if (typeof(mylink) == 'string')
   href=mylink;
else
   href=mylink.href;
window.open(href, windowname, 'width=790,height=580,left=30,top=30,dependent=yes,scrollbars=yes,resize=yes');
return false;
}

startList = function() {
	if (document.all&&document.getElementById) {
		navRoot = document.getElementById("nav");
		for (i=0; i<navRoot.childNodes.length; i++) {
			node = navRoot.childNodes[i];
			if (node.nodeName=="LI") {
				node.onmouseover=function() {
					this.className+=" over";
				}
				node.onmouseout=function() {
					this.className=this.className.replace(" over", "");
				}
			}
		}
	}
}
window.onload=startList;

_uacct = "UA-232111-2";
urchinTracker();