var kep;
var path;
function set(){
      kep=document.getElementById("001");
      path=kep.src;
}
function menuOver(that){
       that.nextSibling.style.background="#B6AA92";
       switch (that.id){
       case '01': 
         kep.src="kepek/menu/magunkrolp.jpg";
         break;
       case '02':
         kep.src="kepek/menu/termekekp.jpg";
         break;
       case '03':
         kep.src="kepek/menu/refp.jpg";
         break;
       case '04':
         kep.src="kepek/menu/kontakt.jpg";
         break;
       case '05':
         kep.src="kepek/menu/ajanlo.jpg";
         break;  
       }
}
function menuOut(that){
       that.nextSibling.style.background="#D6CAB3";
       kep.src=path;
}
function iso(){
      var novprozor=window.open("http://www.acenet.hu/~teletechnikakft/iso.html","iso","height=975,width=650,status=yes,toolbar=no,menubar=no,location=no,scrollbars=yes");
}
function galeria(){
      var novprozor=window.open("galeria/index.html","galeria","status=yes,toolbar=no,menubar=no,location=no,scrollbars=yes");
}
