<!--

function on()
{
if (!document.images) return;
document.home.src="homeover.gif";
}

function off()
{
if (!document.images) return;
document.home.src ="home.gif";
}
function on1()
{
if (!document.images) return;
document.products.src="productsover.gif";
}

function off1()
{
if (!document.images) return;
document.products.src ="products.gif";
}

function on2()
{
if (!document.images) return;
document.clients.src="clientsover.gif";
}

function off2()
{
if (!document.images) return;
document.clients.src ="clients.gif";
}

function on3()
{
if (!document.images) return;
document.about.src="aboutover.gif";
}

function off3()
{
if (!document.images) return;
document.about.src ="about.gif";
}

function on4()
{
if (!document.images) return;
document.contact.src="contactover.gif";
}

function off4()
{
if (!document.images) return;
document.contact.src ="contact.gif";
}

function on5()
{
if (!document.images) return;
document.tab.src="tabover.gif";
}

function off5()
{
if (!document.images) return;
document.tab.src ="tab.gif";
}

function on6()
{
if (!document.images) return;
document.tab1.src="tab1over.gif";
}

function off6()
{
if (!document.images) return;
document.tab1.src ="tab1.gif";
}

function on7()
{
if (!document.images) return;
document.finance.src="financeover.gif";
}

function off7()
{
if (!document.images) return;
document.finance.src ="finance.gif";
}

function on8()
{
if (!document.images) return;
document.latest.src="latestover.gif";
}

function off8()
{
if (!document.images) return;
document.latest.src ="latest.gif";
}


// -->