<!--
arImageSrc = new Array (
"fishingimages/iconA.gif",
"fishingimages/iconB.gif",
"fishingimages/iconC.gif",
"fishingimages/iconD.gif",
"fishingimages/iconE.gif",
"fishingimages/iconF.gif",
"fishingimages/iconG.gif",
"fishingimages/iconH.gif"

)

<!--------------------------------------Side Icons---------------------------------------->


function on()
{
   document.icon.src="fishingimages/iconA.gif"
}

function off()
{
   document.icon.src="fishingimages/icon01.gif"
}



function on1()
{
   document.icon1.src="fishingimages/iconB.gif"
}

function off1()
{
   document.icon1.src="fishingimages/icon02.gif"
}



function on2()
{
   document.icon2.src="fishingimages/iconC.gif"
}

function off2()
{
   document.icon2.src="fishingimages/icon03.gif"
}




function on3()
{
   document.icon3.src="fishingimages/iconD.gif"
}

function off3()
{
   document.icon3.src="fishingimages/icon04.gif"
}




function on4()
{
   document.icon4.src="fishingimages/iconE.gif"
}

function off4()
{
   document.icon4.src="fishingimages/icon05.gif"
}



function on5()
{
   document.icon5.src="fishingimages/iconF.gif"
}

function off5()
{
   document.icon5.src="fishingimages/icon06.gif"
}



function on6()
{
   document.icon6.src="fishingimages/iconG.gif"
}

function off6()
{
   document.icon6.src="fishingimages/icon07.gif"
}



function on7()
{
   document.icon7.src="fishingimages/iconH.gif"
}

function off7()
{
   document.icon7.src="fishingimages/icon08.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 -->