// JavaScript Document
/*
function smenu(ajdi,ifer)
{
dsp=document.getElementById(ajdi).style;

if(ifer==1)location.href='nadruk.html';

if(dsp.display=='none')dsp.display='block';
else dsp.display='none';

	
}

*/
im=new Image();
im.src='img/menu/head_ov.jpg';
function chbg(kto,co)
{
if(co==1)kto.style.backgroundImage="url('img/menu/head_ov.jpg')";
else kto.style.backgroundImage="url('img/menu/head_bg.jpg')";
}
function chbg2(kto,co)
{
if(co==1)kto.style.backgroundImage="url('img/menu/head_ov.jpg')";
else kto.style.backgroundImage="url('img/menu/head_bg_red.jpg')";
}