

boffhomb = new Image();
boffhomb.src = "images/rob-home1.gif";
bonhomb = new Image();
bonhomb.src = "images/rob-home2.gif";

boffwelcb = new Image();
boffwelcb.src = "images/rob-welcome1.gif";
bonwelcb = new Image();
bonwelcb.src = "images/rob-welcome2.gif";

boffamenb = new Image();
boffamenb.src = "images/rob-amenities1.gif";
bonamenb = new Image();
bonamenb.src = "images/rob-amenities2.gif";

boffbtn4b = new Image();
boffbtn4b.src = "images/rob-pics1.gif";
bonbtn4b = new Image();
bonbtn4b.src = "images/rob-pics2.gif";

boffbtn5b = new Image();
boffbtn5b.src = "images/rob-bayfield1.gif";
bonbtn5b = new Image();
bonbtn5b.src = "images/rob-bayfield2.gif";

boffbtn6b = new Image();
boffbtn6b.src = "images/rob-getaways1.gif";
bonbtn6b = new Image();
bonbtn6b.src = "images/rob-getaways2.gif";

boffbtn7b = new Image();
boffbtn7b.src = "images/rob-rates1.gif";
bonbtn7b = new Image();
bonbtn7b.src = "images/rob-rates2.gif";

boffbtn8b = new Image();
boffbtn8b.src = "images/rob-reserve1.gif";
bonbtn8b = new Image();
bonbtn8b.src = "images/rob-reserve2.gif";

boffbtn9b = new Image();
boffbtn9b.src = "images/rob-find1.gif";
bonbtn9b = new Image();
bonbtn9b.src = "images/rob-find2.gif";

boffbtn10b = new Image();
boffbtn10b.src = "images/rob-contact1.gif";
bonbtn10b = new Image();
bonbtn10b.src = "images/rob-contact2.gif";


function bon(bName) {
document[bName].src = eval("bon" + bName + " .src"); }

function boff(bName) {
document[bName].src = eval("boff" + bName + ".src"); }


