function podswietl(kto,prawda)
{
  if(prawda)kto.style.backgroundColor="#2a4055";
  else kto.style.backgroundColor="";
}
function podswietl2(kto,prawda)
{
  var ktostyle=document.getElementById("art"+kto).style;
  if(prawda)ktostyle.background="url(/gfx/shadow.png) repeat";
  else ktostyle.background="";
}
function podswietl3(kto,prawda)
{
  var ktostyle=kto.style;
  if(prawda==1)ktostyle.background="url(/gfx/podmenu.png) top center no-repeat";
  else {ktostyle.background="none";}
}
