<!--

function KepGaleria(tipus, ertek, kiirt)
 {
    ablak=window.open('/Slideshow/index.php/?hova=../search/kepek/'+tipus+'/'+ertek+'&kiirt='+ kiirt, 'Slideshow','scrollbars=no,resizable=no,width=450,height=465');
	ablak.focus();
 }
 
function FelugroAblak(URL, nev, szeles, magas)
 {
    ablak=window.open(URL, nev ,'scrollbars=no,resizable=no,width='+szeles+',height='+magas);
	ablak.focus();
 }

function ImgBe(imgName)  {
   imgOn = eval(imgName + "_on.src");
   document [imgName].src = imgOn;
}

function ImgKi(imgName)   {
   imgOff = eval(imgName + ".src");
   document [imgName].src = imgOff;
}

function helyiLink(id)
{
URL=document.URL;
resz=URL.split("#");
URL=resz[0];
URL =  URL +"#"+id;
location.href=URL;
} 

function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}

MM_reloadPage(true);

//-->