
  menu1on = new Image(); 
 
  menu1on.src = "img/m_stronaglowna2.jpg"; 
 
 
 
  menu1off = new Image(); 
 
  menu1off.src = "img/m_stronaglowna1.jpg"; 
 
  
 
  menu2on = new Image(); 
 
  menu2on.src = "img/m_dwor2.jpg"; 
 
 
 
  menu2off = new Image(); 
 
  menu2off.src = "img/m_dwor1.jpg";
 
  
 
  menu3on = new Image(); 
 
  menu3on.src = "img/m_wewnatrz2.jpg"; 
 
 
 
  menu3off = new Image(); 
 
  menu3off.src = "img/m_wewnatrz1.jpg";
 
  
 
  menu4on = new Image(); 
 
  menu4on.src = "img/m_kuchnia2.jpg"; 
 
 
 
  menu4off = new Image(); 
 
  menu4off.src = "img/m_kuchnia1.jpg";
 
  
 
  menu5on = new Image(); 
 
  menu5on.src = "img/m_czaswolny2.jpg"; 
 
 
 
  menu5off = new Image(); 
 
  menu5off.src = "img/m_czaswolny1.jpg";
 
  
 
  menu6on = new Image(); 
 
  menu6on.src = "img/m_oferta2.jpg"; 
 
 
 
  menu6off = new Image(); 
 
  menu6off.src = "img/m_oferta1.jpg";
 
 
 
  menu7on = new Image(); 
 
  menu7on.src = "img/m_odwiedziny2.jpg"; 
 
 
 
  menu7off = new Image(); 
 
  menu7off.src = "img/m_odwiedziny1.jpg";
 
  
 
  menu8on = new Image(); 
 
  menu8on.src = "img/m_dojazd2.jpg"; 
 
 
 
  menu8off = new Image(); 
 
  menu8off.src = "img/m_dojazd1.jpg";
 
  
  
 
  menu9on = new Image(); 
 
  menu9on.src = "img/m_kontakt2.jpg"; 
 
 
 
  menu9off = new Image(); 
 
  menu9off.src = "img/m_kontakt1.jpg";
 
  
   
 
  menu10on = new Image(); 
 
  menu10on.src = "img/m_partnerzy2.jpg"; 
 
 
 
  menu10off = new Image(); 
 
  menu10off.src = "img/m_partnerzy1.jpg";
 
   
  menu11on = new Image(); 
 
  menu11on.src = "img/m_lipowe2.jpg"; 
 
 
 
  menu11off = new Image(); 
 
  menu11off.src = "img/m_lipowe1.jpg";
 
  
   
 
  menu12on = new Image(); 
 
  menu12on.src = "img/m_zzycia2.jpg"; 
 
 
 
  menu12off = new Image(); 
 
  menu12off.src = "img/m_zzycia1.jpg";
 
  
 
 
 function img_act(imgName)
 
{ 
 
  imgOn = eval(imgName + "on.src");
 
  document [imgName].src = imgOn;
 
}
 
 
 
function img_inact(imgName)
 
{
 
  imgOff = eval(imgName + "off.src");
 
  document [imgName].src = imgOff;
 
}
