about_off = new Image();
about_off.src = "images/menu.about.off.gif";
about_on = new Image();
about_on.src = "images/menu.about.on.gif";
products_off = new Image();
products_off.src = "images/menu.products.off.gif";
products_on = new Image();
products_on.src = "images/menu.products.on.gif";
support_off = new Image();
support_off.src = "images/menu.support.off.gif";
support_on = new Image();
support_on.src = "images/menu.support.on.gif";
contact_off = new Image();
contact_off.src = "images/menu.contact.off.gif";
contact_on = new Image();
contact_on.src = "images/menu.contact.on.gif";
create_off = new Image();
create_off.src = "images/rightbar.new.off.gif";
create_on = new Image();
create_on.src = "images/rightbar.new.on.gif";
password_off = new Image();
password_off.src = "images/rightbar.password.off.gif";
password_on = new Image();
password_on.src = "images/rightbar.password.on.gif";
profile_off = new Image();
profile_off.src = "images/inner.profile.off.gif";
profile_on = new Image();
profile_on.src = "images/inner.profile.gif";
logout_off = new Image();
logout_off.src = "images/inner.logout.off.gif";
logout_on = new Image();
logout_on.src = "images/inner.logout.gif";
download_off = new Image();
download_off.src = "images/inner.download.off.gif";
download_on = new Image();
download_on.src = "images/inner.download.gif";
homepage_off = new Image();
homepage_off.src = "images/inner.homepage.off.gif";
homepage_on = new Image();
homepage_on.src = "images/inner.homepage.gif";
history_off = new Image();
history_off.src = "images/inner.history.off.gif";
history_on = new Image();
history_on.src = "images/inner.history.gif";
order_off = new Image();
order_off.src = "images/vieworder.off.gif";
order_on = new Image();
order_on.src = "images/vieworder.on.gif";

function changer(objectname,objectsrc){
if (document.images)
document.images[objectname].src=eval(objectsrc+".src")
}

