function hilite(imgName,imgObjName) {
if (document.images) {
  document.images[imgName].src = eval(imgObjName + ".src");
}}

//var PATH = '/templates/auto_outlet/images/';


if (document.images) {
CarsOff = new Image(45,27); CarsOff.src = "templates/auto_outlet/images/links/cars_off.gif";
CarsOn = new Image(45,27); CarsOn.src = "templates/auto_outlet/images/links/cars_on.gif";
}


if (document.images) {
VansOff = new Image(49,27); VansOff.src = "templates/auto_outlet/images/links/vans_off.gif";
VansOn = new Image(49,27); VansOn.src = "templates/auto_outlet/images/links/vans_on.gif";
}


if (document.images) {
TrucksOff = new Image(60,27); TrucksOff.src = "templates/auto_outlet/images/links/trucks_off.gif";
TrucksOn = new Image(60,27); TrucksOn.src = "templates/auto_outlet/images/links/trucks_on.gif";
}


if (document.images) {
MotorcyclesOff = new Image(105,27); MotorcyclesOff.src = "templates/auto_outlet/images/links/motorcycles_off.gif";
MotorcyclesOn = new Image(105,27); MotorcyclesOn.src = "templates/auto_outlet/images/links/motorcycles_on.gif";
}


if (document.images) {
MotorhomesOff = new Image(109,27); MotorhomesOff.src = "templates/auto_outlet/images/links/motorhomes_off.gif";
MotorhomesOn = new Image(109,27); MotorhomesOn.src = "templates/auto_outlet/images/links/motorhomes_on.gif";
}


if (document.images) {
AeroplanesOff = new Image(96,27); AeroplanesOff.src = "templates/auto_outlet/images/links/aeroplanes_off.gif";
AeroplanesOn = new Image(96,27); AeroplanesOn.src = "templates/auto_outlet/images/links/aeroplanes_on.gif";
}

if (document.images) {
BoatsOff = new Image(55,27); BoatsOff.src = "templates/auto_outlet/images/links/boats_off.gif";
BoatsOn = new Image(55,27); BoatsOn.src = "templates/auto_outlet/images/links/boats_on.gif";
}

if (document.images) {
HomeOff = new Image(56,27); HomeOff.src = "templates/auto_outlet/images/links/home_off.gif";
HomeOn = new Image(56,27); HomeOn.src = "templates/auto_outlet/images/links/home_on.gif";
}