<!--
arImageSrc = new Array (
"images/logo_bS.jpg",
"images/iconA.gif",
"images/iconB.gif",
"images/iconC.gif",
"images/iconD.gif"
)

<!--what ja doing looking at my source

function on()
{
   document.icon.src="images/iconA.gif"
}

function off()
{
   document.icon.src="images/icon01.gif"
}

function on1()
{
   document.icon1.src="images/iconB.gif"
}

function off1()
{
   document.icon1.src="images/icon02.gif"
}

function on2()
{
   document.icon2.src="images/iconC.gif"
}

function off2()
{
   document.icon2.src="images/icon03.gif"
}

function on3()
{
   document.icon3.src="images/iconD.gif"
}
function off3()
{
   document.icon3.src="images/icon04.gif"
}
//stop hide -->

