menu1on=new Image;
menu1on.src="images/gomb_01_act_hu.jpg";
menu1off=new Image;
menu1off.src="images/gomb_01_hu.jpg";

menu2on=new Image;
menu2on.src="images/gomb_02_act_hu.jpg";
menu2off=new Image;
menu2off.src="images/gomb_02_hu.jpg";

menu3on=new Image;
menu3on.src="images/gomb_03_act_hu.jpg";
menu3off=new Image;
menu3off.src="images/gomb_03_hu.jpg";

menu4on=new Image;
menu4on.src="images/gomb_04_act_hu.jpg";
menu4off=new Image;
menu4off.src="images/gomb_04_hu.jpg";

menu5on=new Image;
menu5on.src="images/gomb_05_act_hu.jpg";
menu5off=new Image;
menu5off.src="images/gomb_05_hu.jpg";

menu6on=new Image;
menu6on.src="images/gomb_06_act_hu.jpg";
menu6off=new Image;
menu6off.src="images/gomb_06_hu.jpg";

menu7on=new Image;
menu7on.src="images/gomb_07_act_hu.jpg";
menu7off=new Image;
menu7off.src="images/gomb_07_hu.jpg";

menu8on=new Image;
menu8on.src="images/gomb_english_act.jpg";
menu8off=new Image;
menu8off.src="images/gomb_english.jpg";

menu9on=new Image;
menu9on.src="images/gomb_08_act_hu.jpg";
menu9off=new Image;
menu9off.src="images/gomb_08_hu.jpg";

menu10on=new Image;
menu10on.src="images/gomb_08_act_en.jpg";
menu10off=new Image;
menu10off.src="images/gomb_08_en.jpg";

menu11on=new Image;
menu11on.src="images/gomb_07_act_en.jpg";
menu11off=new Image;
menu11off.src="images/gomb_07_en.jpg";

menu12on=new Image;
menu12on.src="images/gomb_01_act_en.jpg";
menu12off=new Image;
menu12off.src="images/gomb_01_en.jpg";

menu13on=new Image;
menu13on.src="images/gomb_02_act_en.jpg";
menu13off=new Image;
menu13off.src="images/gomb_02_en.jpg";

menu14on=new Image;
menu14on.src="images/gomb_03_act_en.jpg";
menu14off=new Image;
menu14off.src="images/gomb_03_en.jpg";

menu15on=new Image;
menu15on.src="images/gomb_04_act_en.jpg";
menu15off=new Image;
menu15off.src="images/gomb_04_en.jpg";

menu16on=new Image;
menu16on.src="images/gomb_05_act_en.jpg";
menu16off=new Image;
menu16off.src="images/gomb_05_en.jpg";

menu17on=new Image;
menu17on.src="images/gomb_magyar_act.jpg";
menu17off=new Image;
menu17off.src="images/gomb_magyar.jpg";

menu18on=new Image;
menu18on.src="images/gomb_08_act_de.jpg";
menu18off=new Image;
menu18off.src="images/gomb_08_de.jpg";

menu19on=new Image;
menu19on.src="images/gomb_07_act_de.jpg";
menu19off=new Image;
menu19off.src="images/gomb_07_de.jpg";

menu20on=new Image;
menu20on.src="images/gomb_01_act_de.jpg";
menu20off=new Image;
menu20off.src="images/gomb_01_de.jpg";

menu21on=new Image;
menu21on.src="images/gomb_02_act_de.jpg";
menu21off=new Image;
menu21off.src="images/gomb_02_de.jpg";

menu22on=new Image;
menu22on.src="images/gomb_03_act_de.jpg";
menu22off=new Image;
menu22off.src="images/gomb_03_de.jpg";

menu23on=new Image;
menu23on.src="images/gomb_04_act_de.jpg";
menu23off=new Image;
menu23off.src="images/gomb_04_de.jpg";

menu24on=new Image;
menu24on.src="images/gomb_05_act_de.jpg";
menu24off=new Image;
menu24off.src="images/gomb_05_de.jpg";

menu25on=new Image;
menu25on.src="images/gomb_deutsch_act.jpg";
menu25off=new Image;
menu25off.src="images/gomb_deutsch.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;
}

