if(document.images){
home_on = new Image;
home_on.src = imgPath + "over/home.jpg";
rental_center_on = new Image;
rental_center_on.src = imgPath + "over/rental_center.jpg";
vehicles_on = new Image;
vehicles_on.src = imgPath + "over/vehicles.jpg";
policies_on = new Image;
policies_on.src = imgPath + "over/policies.jpg";
specials_on = new Image;
specials_on.src = imgPath + "over/specials.jpg";
locations_on = new Image;
locations_on.src = imgPath + "over/locations.jpg";
faq_on = new Image;
faq_on.src = imgPath + "over/faq.jpg";
contact_us_on = new Image;
contact_us_on.src = imgPath + "over/contact_us.jpg";

home_off = new Image;
home_off.src = imgPath + "home.jpg";
rental_center_off = new Image;
rental_center_off.src = imgPath + "rental_center.jpg";
vehicles_off = new Image;
vehicles_off.src = imgPath + "vehicles.jpg";
policies_off = new Image;
policies_off.src = imgPath + "policies.jpg";
specials_off = new Image;
specials_off.src = imgPath + "specials.jpg";
locations_off = new Image;
locations_off.src = imgPath + "locations.jpg";
faq_off = new Image;
faq_off.src = imgPath + "faq.jpg";
contact_us_off = new Image;
contact_us_off.src = imgPath + "contact_us.jpg";
}

function rollAll(i,s,t){
document.images[i].src=eval(i+s+".src");
window.status=t;
} 