
varImageSrc = new Array (
"icona.gif",
"iconb.gif",
"iconc.gif",
"icond.gif",
"iconf.gif",
"icong.gif",
"iconh.gif",
"iconi.gif",
"iconj.gif",
"logo.gif"
)


function on()
{
   document.icon.src="icona.gif"
}

function off()
{
   document.icon.src="icon01.gif"
}

function on1()
{
   document.icon1.src="iconb.gif"
}

function off1()
{
   document.icon1.src="icon02.gif"
}

function on2()
{
   document.icon2.src="iconc.gif"
}

function off2()
{
   document.icon2.src="icon03.gif"
}

function on3()
{
   document.icon3.src="icond.gif"
}

function off3()
{
   document.icon3.src="icon04.gif"
}


function on5()
{
   document.icon5.src="iconf.gif"
}

function off5()
{
   document.icon5.src="icon06.gif"
}

function on6()
{
   document.icon6.src="icong.gif"
}

function off6()
{
   document.icon6.src="icon07.gif"
}

function on7()
{
   document.icon7.src="iconh.gif"
}

function off7()
{
   document.icon7.src="icon08.gif"
}

function on8()
{
   document.icon8.src="iconi.gif"
}

function off8()
{
   document.icon8.src="icon09.gif"
}

function on9()
{
   document.icon9.src="iconj.gif"
}

function off9()
{
   document.icon9.src="icon10.gif"
}
