<!--
aoff = new Image();
aoff.src = "/images/about.gif";
aon = new Image();
aon.src = "/images/aboutb.gif";
boff = new Image();
boff.src = "/images/Services.gif";
bon = new Image();
bon.src = "/images/Servicesb.gif";
coff = new Image();
coff.src = "/images/links.gif";
con = new Image();
con.src = "/images/linksb.gif";
doff = new Image();
doff.src = "/images/clients.gif";
don = new Image();
don.src = "/images/clientsb.gif";
eoff = new Image();
eoff.src = "/images/cati.gif";
eon = new Image();
eon.src = "/images/catib.gif";
foff = new Image();
foff.src = "/images/ag.gif";
fon = new Image();
fon.src = "/images/agb.gif";
goff = new Image();
goff.src = "/images/worder.gif";
gon = new Image();
gon.src = "/images/worderb.gif";
hoff = new Image();
hoff.src = "/images/home.gif";
hon = new Image();
hon.src = "/images/homeb.gif";


function switchon(iden) {
   document[iden].src= eval(iden + "on.src");
}

function switchoff(iden) {
   document[iden].src= eval(iden + "off.src");
}
//-->
