g01_on = new Image(); g01_on.src = "img/hun/menu-fooldal.png";
g01_off = new Image(); g01_off.src = "img/hun/menu-fooldal-kurzor.png";
g02_on = new Image(); g02_on.src = "img/hun/menu-kepek.png";
g02_off = new Image(); g02_off.src = "img/hun/menu-kepek-kurzor.png";
g03_on = new Image(); g03_on.src = "img/hun/menu-en.png";
g03_off = new Image(); g03_off.src = "img/hun/menu-en-kurzor.png";
g04_on = new Image(); g04_on.src = "img/hun/menu-link.png";
g04_off = new Image(); g04_off.src = "img/hun/menu-link-kurzor.png";

g11_on = new Image(); g11_on.src = "img/hun/menukep-hirek.png";
g11_off = new Image(); g11_off.src = "img/hun/menukep-hirek-kurzor.png";
g12_on = new Image(); g12_on.src = "img/hun/menukep-info.png";
g12_off = new Image(); g12_off.src = "img/hun/menukep-info-kurzor.png";
// g13_on = new Image(); g13_on.src = "img/hun/menukep-email.png";
// g13_off = new Image(); g13_off.src = "img/hun/menukep-email-kurzor.png";

g21_on = new Image(); g21_on.src = "img/hun/menukep-foto.png";
g21_off = new Image(); g21_off.src = "img/hun/menukep-foto-kurzor.png";
g22_on = new Image(); g22_on.src = "img/hun/menukep-vazlatok.png";
g22_off = new Image(); g22_off.src = "img/hun/menukep-vazlatok-kurzor.png";
g23_on = new Image(); g23_on.src = "img/hun/menukep-regi.png";
g23_off = new Image(); g23_off.src = "img/hun/menukep-regi-kurzor.png";
g24_on = new Image(); g24_on.src = "img/hun/menukep-2007.png";
g24_off = new Image(); g24_off.src = "img/hun/menukep-2007-kurzor.png";
//g25_on = new Image(); g25_on.src = "img/hun/menukep-foto.png";
//g25_off = new Image(); g25_off.src = "img/hun/menukep-foto-kurzor.png";
//g26_on = new Image(); g26_on.src = "img/hun/menukep-vazlatok.png";
//g26_off = new Image(); g26_off.src = "img/hun/menukep-vazlatok-kurzor.png";
g27_on = new Image(); g27_on.src = "img/hun/menukep-2008.png";
g27_off = new Image(); g27_off.src = "img/hun/menukep-2008-kurzor.png";
g28_on = new Image(); g28_on.src = "img/hun/menukep-2009.png";
g28_off = new Image(); g28_off.src = "img/hun/menukep-2009-kurzor.png";

g30_on = new Image(); g30_on.src = "img/hun/menukep-ref.png";
g30_off = new Image(); g30_off.src = "img/hun/menukep-ref-kurzor.png";
g31_on = new Image(); g31_on.src = "img/hun/menukep-maslink.png";
g31_off = new Image(); g31_off.src = "img/hun/menukep-maslink-kurzor.png";

function Mouse_on(imgname) {
	document[imgname].src=eval(imgname+"_on.src");
        window.status = 'Open';
}

function Mouse_off(imgname) {
        document[imgname].src=eval(imgname+"_off.src");
        window.status = '';
}
