function hilite(imgName,imgObjName) {
if (document.images) {
  document.images[imgName].src = eval(imgObjName + ".src");
}}


if (document.images) {
HomeOff = new Image(96,32); HomeOff.src = "graphics/links/home_off.gif";
HomeOn = new Image(96,32); HomeOn.src = "graphics/links/home_on.gif";
}


if (document.images) {
AboutOff = new Image(123,32); AboutOff.src = "graphics/links/about_off.gif";
AboutOn = new Image(123,32); AboutOn.src = "graphics/links/about_on.gif";
}


if (document.images) {
RealityOff = new Image(144,32); RealityOff.src = "graphics/links/reality_off.gif";
RealityOn = new Image(144,32); RealityOn.src = "graphics/links/reality_on.gif";
}


if (document.images) {
HelpOff = new Image(149,32); HelpOff.src = "graphics/links/help_off.gif";
HelpOn = new Image(149,32); HelpOn.src = "graphics/links/help_on.gif";
}


if (document.images) {
ContactOff = new Image(159,32); ContactOff.src = "graphics/links/contact_off.gif";
ContactOn = new Image(159,32); ContactOn.src = "graphics/links/contact_on.gif";
}
