<!-- Dummy comment to hide code from non-JavaScript browsers.

if (document.images) {
buttonUp1 = new Image(); buttonUp1.src = "images/scooter.gif"; // Never use bitmaps for the web.
buttonDown1 = new Image(); buttonDown1.src = "images/scooterover.gif";
}

function turn_off1(cell) {
if (document.images != null) {
cell.style.backgroundImage = "url('" + buttonUp1.src + "')";
}
}

function turn_on1(cell) {
if (document.images != null) {
cell.style.backgroundImage = "url('" + buttonDown1.src + "')";
}
}

// End of dummy comment -->



<!-- Dummy comment to hide code from non-JavaScript browsers.

if (document.images) {
buttonUp2 = new Image(); buttonUp2.src = "images/auto.gif"; // Never use bitmaps for the web.
buttonDown2 = new Image(); buttonDown2.src = "images/autoover.gif";
}

function turn_off2(cell) {
if (document.images != null) {
cell.style.backgroundImage = "url('" + buttonUp2.src + "')";
}
}

function turn_on2(cell) {
if (document.images != null) {
cell.style.backgroundImage = "url('" + buttonDown2.src + "')";
}
}

// End of dummy comment -->

<!-- Dummy comment to hide code from non-JavaScript browsers.

if (document.images) {
buttonUp3 = new Image(); buttonUp3.src = "images/huis.gif"; // Never use bitmaps for the web.
buttonDown3 = new Image(); buttonDown3.src = "images/huisover.gif";
}

function turn_off3(cell) {
if (document.images != null) {
cell.style.backgroundImage = "url('" + buttonUp3.src + "')";
}
}

function turn_on3(cell) {
if (document.images != null) {
cell.style.backgroundImage = "url('" + buttonDown3.src + "')";
}
}

// End of dummy comment -->

<!-- Dummy comment to hide code from non-JavaScript browsers.

if (document.images) {
buttonUp4 = new Image(); buttonUp4.src = "images/reis.gif"; // Never use bitmaps for the web.
buttonDown4 = new Image(); buttonDown4.src = "images/reisover.gif";
}

function turn_off4(cell) {
if (document.images != null) {
cell.style.backgroundImage = "url('" + buttonUp4.src + "')";
}
}

function turn_on4(cell) {
if (document.images != null) {
cell.style.backgroundImage = "url('" + buttonDown4.src + "')";
}
}

// End of dummy comment -->

<!-- Dummy comment to hide code from non-JavaScript browsers.

if (document.images) {
buttonUp5 = new Image(); buttonUp5.src = "images/meer.gif"; // Never use bitmaps for the web.
buttonDown5 = new Image(); buttonDown5.src = "images/meerover.gif";
}

function turn_off5(cell) {
if (document.images != null) {
cell.style.backgroundImage = "url('" + buttonUp5.src + "')";
}
}

function turn_on5(cell) {
if (document.images != null) {
cell.style.backgroundImage = "url('" + buttonDown5.src + "')";
}
}

// End of dummy comment -->

<!-- Dummy comment to hide code from non-JavaScript browsers.

if (document.images) {
buttonUp6 = new Image(); buttonUp6.src = "images/contact.gif"; // Never use bitmaps for the web.
buttonDown6 = new Image(); buttonDown6.src = "images/contactover.gif";
}

function turn_off6(cell) {
if (document.images != null) {
cell.style.backgroundImage = "url('" + buttonUp6.src + "')";
}
}

function turn_on6(cell) {
if (document.images != null) {
cell.style.backgroundImage = "url('" + buttonDown6.src + "')";
}
}

// End of dummy comment -->