
function igazit() {
  var IE = document.all?true:false;
  var tevekenysegek = document.getElementById ("tevekenysegek");
  var arajanlatkeres = document.getElementById ("arajanlatkeres");

  if (!IE) {
    tevekenysegek.style.left = "107px";
    arajanlatkeres.style.left = "287px";

    tevekenysegek.style.top = "107px";
    arajanlatkeres.style.top = "107px";
  }

}

var valamiid;
var opac=80;
var globall;

function tki() {
  var tevekenysegek = document.getElementById ("tevekenysegek");
  var arajanlatkeres = document.getElementById ("arajanlatkeres");
  var IE = document.all?true:false

  if (IE) {
//    fadeOut();
    opac=80;
  }

  if ( tevekenysegek.style.visibility == "visible" ) tevekenysegek.style.visibility = "hidden";
  if ( arajanlatkeres.style.visibility == "visible" ) arajanlatkeres.style.visibility = "hidden";

  if (IE) {
    tevekenysegek.filters.alpha.opacity = 80;
    arajanlatkeres.filters.alpha.opacity = 80;
  }
}

function be (x, y) {
  if (!IE && y != "tart") tki();
  globall = x;
  var IE = document.all?true:false
  if (!IE) clearTimeout(valamiid);
  var egy = document.getElementById(x)
  egy.style.visibility = "visible";
}

function ki (x) {
  var IE = document.all?true:false
  if (!IE) valamiid=setTimeout("tki();", 155);
  else {
    globall = x;
    tki();
  }
}

function fadeOut() {
  var IE = document.all?true:false
  if (IE) {
    if (opac != 0) {
      opac-=10;
      var xxx = document.getElementById (globall);
      xxx.filters.alpha.opacity = opac;
      setTimeout("fadeOut();", 10);
    }
  }
}

function Ablak(URL,Name,features) {
  window.open(URL,Name,features);
}
