if (document.images)
{
tlo		= new Image(); tlo.src = "img/tlo.jpg";
pusty		= new Image(); pusty.src = "img/0.gif";
f_en		= new Image(); f_en.src = "img/f_en.gif";
f_pl		= new Image(); f_pl.src = "img/f_pl.gif";
f_fr		= new Image(); f_fr.src = "img/f_fr.gif";
g11		= new Image(); g11.src = "img/g11.jpg";
g21		= new Image(); g21.src = "img/g21.jpg";
g22		= new Image(); g22.src = "img/g22.jpg";
g31		= new Image(); g31.src = "img/g31.jpg";
mail		= new Image(); mail.src = "img/mail.gif";

pl1 = new Image();
pl1.src = "img/pl1.jpg";
pl1_on = new Image();
pl1_on.src = "img/pl1_on.jpg";
pl2 = new Image();
pl2.src = "img/pl2.jpg";
pl2_on = new Image();
pl2_on.src = "img/pl2_on.jpg";
pl3 = new Image();
pl3.src = "img/pl3.jpg";
pl3_on = new Image();
pl3_on.src = "img/pl3_on.jpg";
pl4 = new Image();
pl4.src = "img/pl4.jpg";
pl4_on = new Image();
pl4_on.src = "img/pl4_on.jpg";

}
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 + ".src");
	}
}