kop1On = new Image(230,220);
kop1On.src = "http://www.theworldofhotel.com/wp-content/themes/hotel/images/claudio_mo.gif";
kop1Off = new Image(230,220);
kop1Off.src = "http://www.theworldofhotel.com/wp-content/themes/hotel/images/claudio.gif";

kop2On = new Image(111,144);
kop2On.src = "http://www.theworldofhotel.com/wp-content/themes/hotel/images/canek_mo.gif";
kop2Off = new Image(111,144);
kop2Off.src = "http://www.theworldofhotel.com/wp-content/themes/hotel/images/canek.gif";

kop3On = new Image(170,230);
kop3On.src = "http://www.theworldofhotel.com/wp-content/themes/hotel/images/stefijn_mo.gif";
kop3Off = new Image(170,230);
kop3Off.src = "http://www.theworldofhotel.com/wp-content/themes/hotel/images/stefijn.gif";

kop4On = new Image(129,139);
kop4On.src = "http://www.theworldofhotel.com/wp-content/themes/hotel/images/coyote_mo.gif";
kop4Off = new Image(129,139);
kop4Off.src = "http://www.theworldofhotel.com/wp-content/themes/hotel/images/coyote.gif";

kop5On = new Image(140,151);
kop5On.src = "http://www.theworldofhotel.com/wp-content/themes/hotel/images/branko_mo.gif";
kop5Off = new Image(140,151);
kop5Off.src = "http://www.theworldofhotel.com/wp-content/themes/hotel/images/branko.gif";

kop6On = new Image(205,265);
kop6On.src = "http://www.theworldofhotel.com/wp-content/themes/hotel/images/arjan_mo.gif";
kop6Off = new Image(205,265);
kop6Off.src = "http://www.theworldofhotel.com/wp-content/themes/hotel/images/arjan.gif";

kop7On = new Image(163,244);
kop7On.src = "http://www.theworldofhotel.com/wp-content/themes/hotel/images/raya_mo.gif";
kop7Off = new Image(163,244);
kop7Off.src = "http://www.theworldofhotel.com/wp-content/themes/hotel/images/raya.gif";

kop8On = new Image(105,145);
kop8On.src = "http://www.theworldofhotel.com/wp-content/themes/hotel/images/marian_mo.gif";
kop8Off = new Image(105,145);
kop8Off.src = "http://www.theworldofhotel.com/wp-content/themes/hotel/images/marian.gif";

kop9On = new Image(160,180);
kop9On.src = "http://www.theworldofhotel.com/wp-content/themes/hotel/images/luis_mo.gif";
kop9Off = new Image(160,180);
kop9Off.src = "http://www.theworldofhotel.com/wp-content/themes/hotel/images/luis.gif";

kop10On = new Image(600,277);
kop10On.src = "http://www.theworldofhotel.com/wp-content/themes/hotel/images/bookings_mo.gif";
kop10Off = new Image(253,121);
kop10Off.src = "http://www.theworldofhotel.com/wp-content/themes/hotel/images/bookings.gif";
	
function SwapImgIn(nme) {
	imgOn = eval(nme + "On.src");
	//document[nme].src = imgOn;
	document.getElementById(nme).src = imgOn;
}
	
function SwapImgOut(nme) {
	imgOff = eval(nme + "Off.src");
	//document[nme].src = imgOff;
	document.getElementById(nme).src = imgOff;
}
