if (document.images)
{
	p_kon = new Image();
	p_kon.src = "_img/p_kon.gif";
	p_kon_on = new Image();
	p_kon_on.src = "_img/p_kon_on.gif";
	p_for = new Image();
	p_for.src = "_img/p_for.gif";
	p_for_on = new Image();
	p_for_on.src = "_img/p_for_on.gif";
	p_szu = new Image();
	p_szu.src = "_img/p_szu.gif";
	p_szu_on = new Image();
	p_szu_on.src = "_img/p_szu_on.gif";
	p_ona = new Image();
	p_ona.src = "_img/p_ona.gif";
	p_ona_on = new Image();
	p_ona_on.src = "_img/p_ona_on.gif";
	p_rek = new Image();
	p_rek.src = "_img/p_rek.gif";
	p_rek_on = new Image();
	p_rek_on.src = "_img/p_rek_on.gif";
	p_wsp = new Image();
	p_wsp.src = "_img/p_wsp.gif";
	p_wsp_on = new Image();
	p_wsp_on.src = "_img/p_wsp_on.gif";

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