var NN3 = false;
image1= new Image();
image1.src ="obrazy/przycisk_info_firma_of.gif";
image1on = new Image();
image1on.src ="obrazy/przycisk_info_firma_on.gif";
image2= new Image();
image2.src ="obrazy/przycisk_naszsp_of.gif";
image2on = new Image();
image2on.src ="obrazy/przycisk_naszsp_on.gif";
image3= new Image();
image3.src ="obrazy/przycisk_dane_tel_of.gif";
image3on = new Image();
image3on.src ="obrazy/przycisk_dane_tel_on.gif";
image4= new Image();
image4.src ="obrazy/przycisk_formularz_of.gif";
image4on = new Image();
image4on.src ="obrazy/przycisk_formularz_on.gif";
image5= new Image();
image5.src ="obrazy/przycisk_studia_of.gif";
image5on = new Image();
image5on.src ="obrazy/przycisk_studia_on.gif";
image6= new Image();
image6.src ="obrazy/przycisk_wnioski_of.gif";
image6on = new Image();
image6on.src ="obrazy/przycisk_wnioski_on.gif";
image7= new Image();
image7.src ="obrazy/przycisk_plany_of.gif";
image7on = new Image();
image7on.src ="obrazy/przycisk_plany_on.gif";
image8= new Image();
image8.src ="obrazy/przycisk_inne_ods_of.gif";
image8on = new Image();
image8on.src ="obrazy/przycisk_inne_ods_on.gif";
image9= new Image();
image9.src ="obrazy/przycisk_phare_of.gif";
image9on = new Image();
image9on.src ="obrazy/przycisk_phare_on.gif";
image10= new Image();
image10.src ="obrazy/przycisk_fundusze_of.gif";
image10on = new Image();
image10on.src ="obrazy/przycisk_fundusze_on.gif";
image11= new Image();
image11.src ="obrazy/przycisk_inne_odf_of.gif";
image11on = new Image();
image11on.src ="obrazy/przycisk_inne_odf_on.gif";


function on3(name)   {
        document[name].src = eval(name + "on.src");
}
function off3(name)  {
        document[name].src = eval(name + ".src");
}
NN3 = true;

function on(name)  {
        if (NN3) on3(name);
}
function off(name)  {
        if (NN3) off3(name);
}
