<!-- Hide from older browsers //-->

{

HOME1 = new Image;
HOME1.src = 'images/home1.gif';
HOME2 = new Image;
HOME2.src = 'images/home2.gif';

LegalServices1 = new Image;
LegalServices1.src = 'images/legalServices.gif';
LegalServices2 = new Image;
LegalServices2.src = 'images/legalServices2.gif';

MandP1 = new Image;
MandP1.src = 'images/mandp1.gif';
MandP2 = new Image;
MandP2.src = 'images/mandp2.gif';

HandS1 = new Image;
HandS1.src = 'images/hands1.gif';
HandS2 = new Image;
HandS2.src = 'images/hands2.gif';

FandA1 = new Image;
FandA1.src = 'images/fanda1.gif';
FandA2 = new Image;
FandA2.src = 'images/fanda2.gif';

BandI1 = new Image;
BandI1.src = 'images/bandi1.gif';
BandI2 = new Image;
BandI2.src = 'images/bandi2.gif';

ARS1 = new Image;
ARS1.src = 'images/ars1.gif';
ARS2 = new Image;
ARS2.src = 'images/ars2.gif';

Search1 = new Image;
Search1.src = 'images/search1.gif';
Search2 = new Image;
Search2.src = 'images/search2.gif';

Request1 = new Image;
Request1.src = 'images/request1.gif';
Request2 = new Image;
Request2.src = 'images/request2.gif';

Contact1 = new Image;
Contact1.src = 'images/contact1.gif';
Contact2 = new Image;
Contact2.src = 'images/contact2.gif';

Support1 = new Image;
Support1.src = 'images/support1.gif';
Support2 = new Image;
Support2.src = 'images/support2.gif';

}

function highlight(imgName, changeTo) {
   document[imgName].src = eval(changeTo + ".src");
}

<!-- End hide from older browsers //-->
