if (document.images) {
otherImageDefault = new Image();
otherImageDefault.src = "blank.gif";
otherImage1 = new Image();
otherImage1.src = "home_on_vredirect.gif";
otherImage2 = new Image();
otherImage2.src = "aboutus_on_vredirect.gif";
otherImage3 = new Image();
otherImage3.src = "email_on_vredirect.gif";
otherImage4 = new Image();
otherImage4.src = "gb_on_vredirect.gif";
otherImage5 = new Image();
otherImage5.src = "links_on_vredirect.gif";
otherImage6 = new Image();
otherImage6.src = "photos_on_vredirect.gif";
otherImage7 = new Image();
otherImage7.src = "services_on_vredirect.gif";
otherImage8 = new Image();
otherImage8.src = "back_on_vredirect.gif";
otherImage9 = new Image();
otherImage9.src = "next_on_vredirect.gif";
otherImage10 = new Image();
otherImage10.src = "rates_on_vredirect.gif";
otherImage11 = new Image();
otherImage11.src = "portfolio_on_vredirect.gif";
}
function changeImages() {
if (document.images) {
for (var i=0; i<changeImages.arguments.length; i+=2) {
document[changeImages.arguments[i]].src = eval(changeImages.arguments[i+1] + ".src");
}
}
}
