
<!--

bName = navigator.appName;
bVer = navigator.appVersion;
    if (((bName == "Netscape" && bVer > "3.0") && (bName == "Netscape" && bVer  < "4.01"))
      ||
      ((bName == "Netscape" && bVer >= "4.03"))
      ||
      (bName == "Microsoft Internet Explorer" && bVer >= "4.0"))
    br = "n3";
    else br = "n2";

    if (br== "n3") {

    img0off = new Image();
    img0off.src = "http://new.theulufactory.com/graphics/home_page-off.gif";
    img1off = new Image();
    img1off.src = "http://new.theulufactory.com/graphics/site_map-off.gif";
    img2off = new Image();
    img2off.src = "http://new.theulufactory.com/graphics/products_catalog-off.gif";
    img3off = new Image();
    img3off.src = "http://new.theulufactory.com/graphics/history_of_the_ulu-off.gif";
    img4off = new Image();
    img4off.src = "http://new.theulufactory.com/graphics/company_history-off.gif";
	img5off = new Image();
    img5off.src = "http://new.theulufactory.com/graphics/how_they_are_made-off.gif";
	img6off = new Image();
    img6off.src = "http://new.theulufactory.com/graphics/how_to_use-off.gif";
	img7off = new Image();
    img7off.src = "http://new.theulufactory.com/graphics/audio_video-off.gif";
    img8off = new Image();
    img8off.src = "http://new.theulufactory.com/graphics/giveaway-off.gif";
	img9off = new Image();
    img9off.src = "http://new.theulufactory.com/graphics/request_catalog_off.gif";
	img10off = new Image();
    img10off.src = "http://new.theulufactory.com/graphics/shop_location_off.gif";
	img11off = new Image();
    img11off.src = "http://new.theulufactory.com/graphics/tell_a_friend_off.gif";
	img12off = new Image();
    img12off.src = "http://new.theulufactory.com/graphics/contact_us-off.gif";
    	

    img0on = new Image();
    img0on.src = "http://new.theulufactory.com/graphics/home_page-on.gif";
    img1on = new Image();
    img1on.src = "http://new.theulufactory.com/graphics/site_map-on.gif";
    img2on = new Image();
    img2on.src = "http://new.theulufactory.com/graphics/products_catalog-on.gif";
    img3on = new Image();
    img3on.src = "http://new.theulufactory.com/graphics/history_of_the_ulu-on.gif";
    img4on = new Image();
    img4on.src = "http://new.theulufactory.com/graphics/company_history-on.gif";
	img5on = new Image();
    img5on.src = "http://new.theulufactory.com/graphics/how_they_are_made-on.gif";
	img6on = new Image();
    img6on.src = "http://new.theulufactory.com/graphics/how_to_use-on.gif";
	img7on = new Image();
    img7on.src = "http://new.theulufactory.com/graphics/audio_video-on.gif";
    img8on = new Image();
    img8on.src = "http://new.theulufactory.com/graphics/giveaway-on.gif";
	img9on = new Image();
    img9on.src = "http://new.theulufactory.com/graphics/request_catalog_on.gif";
	img10on = new Image();
    img10on.src = "http://new.theulufactory.com/graphics/shop_location_on.gif";
	img11on = new Image();
    img11on.src = "http://new.theulufactory.com/graphics/tell_a_friend_on.gif";
	img12on = new Image();
    img12on.src = "http://new.theulufactory.com/graphics/contact_us-on.gif";

	}

function imgAct(imgName) {
    if (br== "n3") {
    document[imgName].src = eval(imgName + "on.src");
    }
}

function imgInact(imgName) {
    if (br== "n3") {
    document[imgName].src = eval(imgName + "off.src");
    }
}

// -->
