enOver = new Image();
enOver.src = "pic/en1_tworzenie_stron_www.png";
enOut = new Image();
enOut.src = "pic/en0_tworzenie_stron_www.png";

plOver = new Image();
plOver.src = "pic/pl1_custom_web_site_design.png";
plOut = new Image();
plOut.src = "pic/pl0_custom_web_site_design.png";

function redirect(url){
	window.open(url,"_blank");
	}