function msover(name)
{	if (document.images)
	{	document.images[name].src = eval (name + "_on.src");
	}
}

function msout(name)
{	if (document.images)
	{	document.images[name].src = eval (name + "_off.src");
	}
}

	if (document.images){
		informacje_off = new Image();
		informacje_off.src = "gfx/des/a_18.jpg";
		informacje_on = new Image();
		informacje_on.src = "gfx/des/ar_18.jpg";
			
		polozenie_off = new Image();
		polozenie_off.src = "gfx/des/a_21.jpg";
		polozenie_on = new Image();
		polozenie_on.src = "gfx/des/ar_21.jpg";
				
		rekreacja_off = new Image();
		rekreacja_off.src = "gfx/des/a_22.jpg";
		rekreacja_on = new Image();
		rekreacja_on.src = "gfx/des/ar_22.jpg";
				
		kambuz_off = new Image();
		kambuz_off.src = "gfx/des/a_23.jpg";
		kambuz_on = new Image();
		kambuz_on.src = "gfx/des/ar_23.jpg";
		
		poklady_off = new Image();
		poklady_off.src = "gfx/des/a_24.jpg";
		poklady_on = new Image();
		poklady_on.src = "gfx/des/ar_24.jpg";
		
		galeria_off = new Image();
		galeria_off.src = "gfx/des/a_25.jpg";
		galeria_on = new Image();
		galeria_on.src = "gfx/des/ar_25.jpg";
		
		regulamin_off = new Image();
		regulamin_off.src = "gfx/des/a_26.jpg";
		regulamin_on = new Image();
		regulamin_on.src = "gfx/des/ar_26.jpg";
		
		cennik_off = new Image();
		cennik_off.src = "gfx/des/a_27.jpg";
		cennik_on = new Image();
		cennik_on.src = "gfx/des/ar_27.jpg";
		
		whatsnew_off = new Image();
		whatsnew_off.src = "gfx/des/butt/whatsnew_off.jpg";
		whatsnew_on = new Image();
		whatsnew_on.src = "gfx/des/butt/whatsnew_on.jpg";
			
		information_off = new Image();
		information_off.src = "gfx/des/butt/information_off.jpg";
		information_on = new Image();
		information_on.src = "gfx/des/butt/information_on.jpg";
				
		placement_off = new Image();
		placement_off.src = "gfx/des/butt/placement_off.jpg";
		placement_on = new Image();
		placement_on.src = "gfx/des/butt/placement_on.jpg";
				
		recreation_off = new Image();
		recreation_off.src = "gfx/des/butt/recreation_off.jpg";
		recreation_on = new Image();
		recreation_on.src = "gfx/des/butt/recreation_on.jpg";
		
		rooms_off = new Image();
		rooms_off.src = "gfx/des/butt/rooms_off.jpg";
		rooms_on = new Image();
		rooms_on.src = "gfx/des/butt/rooms_on.jpg";
		
		gallery_off = new Image();
		gallery_off.src = "gfx/des/butt/gallery_off.jpg";
		gallery_on = new Image();
		gallery_on.src = "gfx/des/butt/gallery_on.jpg";
		
		pricelist_off = new Image();
		pricelist_off.src = "gfx/des/butt/pricelist_off.jpg";
		pricelist_on = new Image();
		pricelist_on.src = "gfx/des/butt/pricelist_on.jpg";
		
		contact_off = new Image();
		contact_off.src = "gfx/des/butt/contact_off.jpg";
		contact_on = new Image();
		contact_on.src = "gfx/des/butt/contact_on.jpg";
		
		aktuell_off = new Image();
		aktuell_off.src = "gfx/des/butt/aktuell_off.jpg";
		aktuell_on = new Image();
		aktuell_on.src = "gfx/des/butt/aktuell_on.jpg";
			
		info_off = new Image();
		info_off.src = "gfx/des/butt/info_off.jpg";
		info_on = new Image();
		info_on.src = "gfx/des/butt/info_on.jpg";
				
		lage_off = new Image();
		lage_off.src = "gfx/des/butt/lage_off.jpg";
		lage_on = new Image();
		lage_on.src = "gfx/des/butt/lage_on.jpg";
				
		erholung_off = new Image();
		erholung_off.src = "gfx/des/butt/erholung_off.jpg";
		erholung_on = new Image();
		erholung_on.src = "gfx/des/butt/erholung_on.jpg";
		
		zimmer_off = new Image();
		zimmer_off.src = "gfx/des/butt/zimmer_off.jpg";
		zimmer_on = new Image();
		zimmer_on.src = "gfx/des/butt/zimmer_on.jpg";
		
		galerie_off = new Image();
		galerie_off.src = "gfx/des/butt/galerie_off.jpg";
		galerie_on = new Image();
		galerie_on.src = "gfx/des/butt/galerie_on.jpg";
		
		preisliste_off = new Image();
		preisliste_off.src = "gfx/des/butt/preisliste_off.jpg";
		preisliste_on = new Image();
		preisliste_on.src = "gfx/des/butt/preisliste_on.jpg";
		
		kontakt2_off = new Image();
		kontakt2_off.src = "gfx/des/butt/kontakt2_off.jpg";
		kontakt2_on = new Image();
		kontakt2_on.src = "gfx/des/butt/kontakt2_on.jpg";								
								
	}

function displayWindow(url, width, height) {
window.open(url,"displayWindow",'width=' + width + ',height=' + height + ',resizable=no,scrollbars=no,menubar=no, top='+((screen.availHeight/2)-(height/2))+',left='+((screen.availWidth/2)-(width/2)));
}