// 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){
				
				main_off = new Image();
				main_off.src = "gfx/des/butt/main_off.gif";
				main_on = new Image();
				main_on.src = "gfx/des/butt/main_on.gif";
				
				mail_off = new Image();
				mail_off.src = "gfx/des/butt/mail_off.gif";
				mail_on = new Image();
				mail_on.src = "gfx/des/butt/mail_on.gif";
				
				map_off = new Image();
				map_off.src = "gfx/des/butt/map_off.gif";
				map_on = new Image();
				map_on.src = "gfx/des/butt/map_on.gif";
				
				ofirmie_off = new Image();
				ofirmie_off.src = "gfx/des/butt/ofirmie_off.gif";
				ofirmie_on = new Image();
				ofirmie_on.src = "gfx/des/butt/ofirmie_on.gif";
				
				inwestycje_off = new Image();
				inwestycje_off.src = "gfx/des/butt/inwestycje_off.gif";
				inwestycje_on = new Image();
				inwestycje_on.src = "gfx/des/butt/inwestycje_on.gif";
				
				realizacje_off = new Image();
				realizacje_off.src = "gfx/des/butt/realizacje_off.gif";
				realizacje_on = new Image();
				realizacje_on.src = "gfx/des/butt/realizacje_on.gif";
				
				galeria_off = new Image();
				galeria_off.src = "gfx/des/butt/galeria_off.gif";
				galeria_on = new Image();
				galeria_on.src = "gfx/des/butt/galeria_on.gif";
				
				kontakt_off = new Image();
				kontakt_off.src = "gfx/des/butt/kontakt_off.gif";
				kontakt_on = new Image();
				kontakt_on.src = "gfx/des/butt/kontakt_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)));
}