// JavaScript Document
// JavaScript Document
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){
				naszebiuro_off = new Image();
				naszebiuro_off.src = "http://www.44wyspy.pl/templates/public/gfx/des/butt/naszebiuro_off.gif";
				naszebiuro_on = new Image();
				naszebiuro_on.src = "http://www.44wyspy.pl/templates/public/gfx/des/butt/naszebiuro_on.gif";
				
				DE_naszebiuro_off = new Image();
				DE_naszebiuro_off.src = "http://www.44wyspy.pl/templates/public/gfx/des/butt/DE_naszebiuro_off.gif";
				DE_naszebiuro_on = new Image();
				DE_naszebiuro_on.src = "http://www.44wyspy.pl/templates/public/gfx/des/butt/DE_naszebiuro_on.gif";
				
				wspolpraca_off = new Image();
				wspolpraca_off.src = "http://www.44wyspy.pl/templates/public/gfx/des/butt/wspolpraca_off.gif";
				wspolpraca_on = new Image();
				wspolpraca_on.src = "http://www.44wyspy.pl/templates/public/gfx/des/butt/wspolpraca_on.gif";
				
				kontakt_off = new Image();
				kontakt_off.src = "http://www.44wyspy.pl/templates/public/gfx/des/butt/kontakt_off.gif";
				kontakt_on = new Image();
				kontakt_on.src = "http://www.44wyspy.pl/templates/public/gfx/des/butt/kontakt_on.gif";	
				
				DE_kontakt_off = new Image();
				DE_kontakt_off.src = "http://www.44wyspy.pl/templates/public/gfx/des/butt/DE_kontakt_off.gif";
				DE_kontakt_on = new Image();
				DE_kontakt_on.src = "http://www.44wyspy.pl/templates/public/gfx/des/butt/DE_kontakt_on.gif";	
				
				kraina_off = new Image();
				kraina_off.src = "http://www.44wyspy.pl/templates/public/gfx/des/butt/kraina_off.gif";
				kraina_on = new Image();
				kraina_on.src = "http://www.44wyspy.pl/templates/public/gfx/des/butt/kraina_on.gif";
				
				DE_kraina_off = new Image();
				DE_kraina_off.src = "http://www.44wyspy.pl/templates/public/gfx/des/butt/DE_kraina_off.gif";
				DE_kraina_on = new Image();
				DE_kraina_on.src = "http://www.44wyspy.pl/templates/public/gfx/des/butt/DE_kraina_on.gif";
				
				apartamenty_off = new Image();
				apartamenty_off.src = "http://www.44wyspy.pl/templates/public/gfx/des/butt/apartamenty_off.gif";
				apartamenty_on = new Image();
				apartamenty_on.src = "http://www.44wyspy.pl/templates/public/gfx/des/butt/apartamenty_on.gif";
				
				DE_apartamenty_off = new Image();
				DE_apartamenty_off.src = "http://www.44wyspy.pl/templates/public/gfx/des/butt/DE_apartamenty_off.gif";
				DE_apartamenty_on = new Image();
				DE_apartamenty_on.src = "http://www.44wyspy.pl/templates/public/gfx/des/butt/DE_apartamenty_on.gif";
				
				mieszkania_off = new Image();
				mieszkania_off.src = "http://www.44wyspy.pl/templates/public/gfx/des/butt/mieszkania_off.gif";
				mieszkania_on = new Image();
				mieszkania_on.src = "http://www.44wyspy.pl/templates/public/gfx/des/butt/mieszkania_on.gif";
				
				DE_mieszkania_off = new Image();
				DE_mieszkania_off.src = "http://www.44wyspy.pl/templates/public/gfx/des/butt/DE_mieszkania_off.gif";
				DE_mieszkania_on = new Image();
				DE_mieszkania_on.src = "http://www.44wyspy.pl/templates/public/gfx/des/butt/DE_mieszkania_on.gif";
				
				hotele_off = new Image();
				hotele_off.src = "http://www.44wyspy.pl/templates/public/gfx/des/butt/hotele_off.gif";
				hotele_on = new Image();
				hotele_on.src = "http://www.44wyspy.pl/templates/public/gfx/des/butt/hotele_on.gif";
				
				DE_hotele_off = new Image();
				DE_hotele_off.src = "http://www.44wyspy.pl/templates/public/gfx/des/butt/DE_hotele_off.gif";
				DE_hotele_on = new Image();
				DE_hotele_on.src = "http://www.44wyspy.pl/templates/public/gfx/des/butt/DE_hotele_on.gif";
				
				pensjonaty_off = new Image();
				pensjonaty_off.src = "http://www.44wyspy.pl/templates/public/gfx/des/butt/pensjonaty_off.gif";
				pensjonaty_on = new Image();
				pensjonaty_on.src = "http://www.44wyspy.pl/templates/public/gfx/des/butt/pensjonaty_on.gif";
				
				DE_pensjonaty_off = new Image();
				DE_pensjonaty_off.src = "http://www.44wyspy.pl/templates/public/gfx/des/butt/DE_pensjonaty_off.gif";
				DE_pensjonaty_on = new Image();
				DE_pensjonaty_on.src = "http://www.44wyspy.pl/templates/public/gfx/des/butt/DE_pensjonaty_on.gif";
				
			}

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)));
}
