// JavaScript Document

<!--
{
img1 = new Image();
img1.src = "http://www.byramrentals.com/images/home.gif";
ovr1 = new Image();
ovr1.src = "http://www.byramrentals.com/images/home-over.gif";

img2 = new Image();
img2.src = "http://www.byramrentals.com/images/app.gif";
ovr2 = new Image();
ovr2.src = "http://www.byramrentals.com/images/app-over.gif";

img3 = new Image();
img3.src = "http://www.byramrentals.com/images/contact.gif";
ovr3 = new Image();
ovr3.src = "http://www.byramrentals.com/images/contact-over.gif";

img4 = new Image();
img4.src = "http://www.byramrentals.com/images/houses.gif";
ovr4 = new Image();
ovr4.src = "http://www.byramrentals.com/images/houses-over.gif";

img5 = new Image();
img5.src = "http://www.byramrentals.com/images/pay.gif";
ovr5 = new Image();
ovr5.src = "http://www.byramrentals.com/images/pay-over.gif";

}
function imageChange(imageID,imageName){ 


{
document.images[imageID].src = eval(imageName + ".src");
}

}

//-->
