function none() {}

window.defaultStatus="Welkom bij van Hoven & Oomen";

loadImg00 = new Image(75, 18)
loadImg00.src = "./images/button00on.gif"
loadImg01 = new Image(75, 18)
loadImg01.src = "./images/button01on.gif"
loadImg02 = new Image(65, 18)
loadImg02.src = "./images/button02on.gif"
loadImg03 = new Image(74, 18)
loadImg03.src = "./images/button03on.gif"
loadImg04 = new Image(71, 18)
loadImg04.src = "./images/button04on.gif"
loadImg05 = new Image(114, 28)
loadImg05.src = "./images/buttonleft01on.gif"
loadImg06 = new Image(114, 31)
loadImg06.src = "./images/buttonleft02on.gif"
loadImg07 = new Image(114, 46)
loadImg07.src = "./images/buttonleft03on.gif"
loadImg08 = new Image(114, 38)
loadImg08.src = "./images/buttonleft04on.gif"
loadImg09 = new Image(114, 27)
loadImg09.src = "./images/buttonleft05on.gif"
loadImg10 = new Image(114, 27)
loadImg10.src = "./images/buttonleft06on.gif"

button00on = new Image(75, 34);button00on.src = "./images/button00on.gif";
button00off = new Image(75, 34);button00off.src = "./images/button00.gif";
button01on = new Image(75, 34);button01on.src = "./images/button01on.gif";
button01off = new Image(75, 34);button01off.src = "./images/button01.gif";
button02on = new Image(65, 34);button02on.src = "./images/button02on.gif";
button02off = new Image(65, 34);button02off.src = "./images/button02.gif";
button03on = new Image(74, 34);button03on.src = "./images/button03on.gif";
button03off = new Image(74, 34);button03off.src = "./images/button03.gif";
button04on = new Image(71, 34);button04on.src = "./images/button04on.gif";
button04off = new Image(71, 34);button04off.src = "./images/button04.gif";
buttonleft01on = new Image(114, 28);buttonleft01on.src = "./images/buttonleft01on.gif";
buttonleft01off = new Image(114, 28);buttonleft01off.src = "./images/buttonleft01.gif";
buttonleft02on = new Image(114, 31);buttonleft02on.src = "./images/buttonleft02on.gif";
buttonleft02off = new Image(114, 31);buttonleft02off.src = "./images/buttonleft02.gif";
buttonleft03on = new Image(114, 46);buttonleft03on.src = "./images/buttonleft03on.gif";
buttonleft03off = new Image(114, 46);buttonleft03off.src = "./images/buttonleft03.gif";
buttonleft04on = new Image(114, 38);buttonleft04on.src = "./images/buttonleft04on.gif";
buttonleft04off = new Image(114, 38);buttonleft04off.src = "./images/buttonleft04.gif";
buttonleft05on = new Image(114, 27);buttonleft05on.src = "./images/buttonleft05on.gif";
buttonleft05off = new Image(114, 27);buttonleft05off.src = "./images/buttonleft05.gif";
buttonleft06on = new Image(114, 27);buttonleft06on.src = "./images/buttonleft06on.gif";
buttonleft06off = new Image(114, 27);buttonleft06off.src = "./images/buttonleft06.gif";
button06on = new Image(75, 34);button06on.src = "./images/button06on.gif";
button06off = new Image(75, 34);button06off.src = "./images/button06.gif";


function img_act(imgName)
	{
		imgOn = eval(imgName + "on.src");
		document [imgName].src = imgOn;
	}

function img_inact(imgName)
	{
		imgOff = eval(imgName + "off.src");
		document [imgName].src = imgOff;
	}
