<!--//

{

visasoff = new Image();
visasoff.src = "graphics/visas_off.gif";
visason = new Image();
visason.src = "graphics/visas_on.gif";
visashover = new Image();
visashover.src = "graphics/visas_hover.gif";

businessoff = new Image();
businessoff.src = "graphics/business_off.gif";
businesson = new Image();
businesson.src = "graphics/business_on.gif";
businesshover = new Image();
businesshover.src = "graphics/business_hover.gif";

visitingoff = new Image();
visitingoff.src = "graphics/visiting_off.gif";
visitingon = new Image();
visitingon.src = "graphics/visiting_on.gif";
visitinghover = new Image();
visitinghover.src = "graphics/visiting_hover.gif";

linksoff = new Image();
linksoff.src = "graphics/links_off.gif";
linkson = new Image();
linkson.src = "graphics/links_on.gif";
linkshover = new Image();
linkshover.src = "graphics/links_hover.gif";

contactoff = new Image();
contactoff.src = "graphics/contact_off.gif";
contacton = new Image();
contacton.src = "graphics/contact_on.gif";
contacthover = new Image();
contacthover.src = "graphics/contact_hover.gif";

homeoff = new Image();
homeoff.src = "graphics/home_off.gif";
homeon = new Image();
homeon.src = "graphics/home_on.gif";
homehover = new Image();
homehover.src = "graphics/home_hover.gif";


}

function changeImage(imgDocID1,imgObjName1) {
{
document.images[imgDocID1].src = eval(imgObjName1 + ".src");}
}

//-->
