if (document.images) {
Home = new Image ();
Home.src="images/homebut.gif";
Homeon = new Image ();
Homeon.src = "images/homebuton.gif";
Tariff = new Image();
Tariff.src = "images/tariffbut.gif";
Tariffon = new Image();
Tariffon.src = "images/tariffbuton.gif";
Accommodation = new Image();
Accommodation.src = "images/accommodationbut.gif";
Accommodationon = new Image();
Accommodationon.src = "images/accommodationbuton.gif";
Boats = new Image ();
Boats.src="images/boatsbut.gif";
Boatson = new Image ();
Boatson.src = "images/boatsbuton.gif";
Information = new Image ();
Information.src="images/infobut.gif";
Informationon = new Image ();
Informationon.src = "images/infobuton.gif";
Contact = new Image();
Contact.src = "images/contactbut.gif";
Contacton = new Image();
Contacton.src = "images/contactbuton.gif";
}
function imgon(imgname) {
if (document.images);{
document.images[imgname].src = eval(imgname + 'on.src');
window.status=imgname;
}}
function imgoff(imgname) {
if (document.images);{
document.images[imgname].src = eval(imgname + ".src");
window.status = "Shannon Private Cruisers Ireland"
}}

