off1 = new Image(); off1.src = "http://parilla.hu/new/style/menu/akciok_off.gif";
off2 = new Image(); off2.src = "http://parilla.hu/new/style/menu/ujdonsagok_off.gif";
off3 = new Image(); off3.src = "http://parilla.hu/new/style/menu/cegunkrol_off.gif";
off4 = new Image(); off4.src = "http://parilla.hu/new/style/menu/forgalmazott_off.gif";
off5 = new Image(); off5.src = "http://parilla.hu/new/style/menu/arlista_off.gif";
off6 = new Image(); off6.src = "http://parilla.hu/new/style/menu/kapcsolat_off.gif";
off7 = new Image(); off7.src = "http://parilla.hu/new/style/menu/egyeb_off.gif";

on1 = new Image(); on1.src = "http://parilla.hu/new/style/menu/akciok_on.gif";
on2 = new Image(); on2.src = "http://parilla.hu/new/style/menu/ujdonsagok_on.gif";
on3 = new Image(); on3.src = "http://parilla.hu/new/style/menu/cegunkrol_on.gif";
on4 = new Image(); on4.src = "http://parilla.hu/new/style/menu/forgalmazott_on.gif";
on5 = new Image(); on5.src = "http://parilla.hu/new/style/menu/arlista_on.gif";
on6 = new Image(); on6.src = "http://parilla.hu/new/style/menu/kapcsolat_on.gif";
on7 = new Image(); on7.src = "http://parilla.hu/new/style/menu/egyeb_on.gif";




function mutat(kep_nev,kep_obj){
    document.images[kep_nev].src = kep_obj.src;
}
