function loadImages_kapalogepek(rel) {
		
        mikrobi40On = new Image();
        mikrobi40Off = new Image();
        robi66On = new Image();
        robi66Off = new Image();
        robi116On = new Image();
        robi116Off = new Image();
        robi156On = new Image();
        robi156Off = new Image();
        robi202On = new Image();
        robi202Off = new Image();
        munkaeszkozokOn = new Image();
        munkaeszkozokOff = new Image();
        
        mikrobi40On.src = rel + "sub_mikrobi40_on.gif";
        mikrobi40Off.src = rel + "sub_mikrobi40_off.gif";
        robi66On.src = rel + "sub_robi66_on.gif";
        robi66Off.src = rel + "sub_robi66_off.gif";
        robi116On.src = rel + "sub_robi116_on.gif";
        robi116Off.src = rel + "sub_robi116_off.gif";
        robi156On.src = rel + "sub_robi156_on.gif";
        robi156Off.src = rel + "sub_robi156_off.gif";
        robi202On.src = rel + "sub_robi202_on.gif";
        robi202Off.src = rel + "sub_robi202_off.gif";
        munkaeszkozokOn.src = rel + "sub_munkaeszkozok_on.gif";
        munkaeszkozokOff.src = rel + "sub_munkaeszkozok_off.gif";

}


