﻿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){
		glowna_off = new Image();
		glowna_off.src = "gfx/des/butt/glowna_off.gif";
		glowna_on = new Image();
		glowna_on.src = "gfx/des/butt/glowna_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";
		
		palety_off = new Image();
		palety_off.src = "gfx/des/butt/palety_off.gif";
		palety_on = new Image();
		palety_on.src = "gfx/des/butt/palety_on.gif";
		
		naprawa_off = new Image();
		naprawa_off.src = "gfx/des/butt/naprawa_off.gif";
		naprawa_on = new Image();
		naprawa_on.src = "gfx/des/butt/naprawa_on.gif";
		
		materialy_off = new Image();
		materialy_off.src = "gfx/des/butt/materialy_off.gif";
		materialy_on = new Image();
		materialy_on.src = "gfx/des/butt/materialy_on.gif";
		
		produkcja_off = new Image();
		produkcja_off.src = "gfx/des/butt/produkcja_off.gif";
		produkcja_on = new Image();
		produkcja_on.src = "gfx/des/butt/produkcja_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";
		
		certyfikaty_off = new Image();
		certyfikaty_off.src = "gfx/des/butt/certyfikaty_off.gif";
		certyfikaty_on = new Image();
		certyfikaty_on.src = "gfx/des/butt/certyfikaty_on.gif";
		
		praca_off = new Image();
		praca_off.src = "gfx/des/butt/akt_off.gif";
		praca_on = new Image();
		praca_on.src = "gfx/des/butt/akt_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";	
		
		pl_off = new Image();
		pl_off.src = "gfx/des/butt/pl_off.gif";
		pl_on = new Image();
		pl_on.src = "gfx/des/butt/pl_on.gif";	
		
		de_off = new Image();
		de_off.src = "gfx/des/butt/de_off.gif";
		de_on = new Image();
		de_on.src = "gfx/des/butt/de_on.gif";	
		
		en_off = new Image();
		en_off.src = "gfx/des/butt/en_off.gif";
		en_on = new Image();
		en_on.src = "gfx/des/butt/en_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)));
}