<!--
arImageSrc = new Array (
"images/icons/home_1.gif",
"images/icons/background_1.gif",
"images/icons/contactus_1.gif",
"images/icons/nalapots_2.gif",
"images/icons/artifacts_2.gif",
"images/icons/beerpots_2.gif",
"images/icons/grassbaskets_2.gif",
"images/icons/wirebaskets_2.gif"

)

<!--------------------------------------Side Icons---------------------------------------->

function on()
{
   document.icon.src="images/icons/home_1.gif"
}

function off()
{
   document.icon.src="images/icons/home.gif"
}

function on1()
{
   document.icon1.src="images/icons/background_1.gif"
}

function off1()
{
   document.icon1.src="images/icons/background.gif"
}

function on2()
{
   document.icon2.src="images/icons/products_1.gif"
}

function off2()
{
   document.icon2.src="images/icons/products.gif"
}

function on4()
{
   document.icon4.src="images/icons/contactus_1.gif"
}

function off4()
{
   document.icon4.src="images/icons/contactus.gif"
}


<!--------------------------------------Bottom Icons---------------------------------------->


function on5()
{
   document.icon5.src="images/icons/nalapots_2.gif"
}

function off5()
{
   document.icon5.src="images/icons/nalapots_1.gif"

}

function on6()
{
   document.icon6.src="images/icons/artifacts_2.gif"
}

function off6()
{
   document.icon6.src="images/icons/artifacts_1.gif"

}

function on7()
{
   document.icon7.src="images/icons/beerpots_2.gif"
}

function off7()
{
   document.icon7.src="images/icons/beerpots_1.gif"

}

function on8()
{
   document.icon8.src="images/icons/grassbaskets_2.gif"
}

function off8()
{
   document.icon8.src="images/icons/grassbaskets_1.gif"

}

function on9()
{
   document.icon9.src="images/icons/wirebaskets_2.gif"
}

function off9()
{
   document.icon9.src="images/icons/wirebaskets_1.gif"

}





//stop hide -->

function JumpTo(theObj)
{
        (navigator.appName.indexOf("Netscape") != -1) ? ns=true : ns=false;
        (ns) ? theLoc=(theObj.options[theObj.selectedIndex].value) : theLoc = theObj.value;
        if (theLoc != "") window.location=theLoc;
}
//stop hide -->