function Init() {
  height=350;
  width =450;
  height+=20;
  width+=20;
  x=(screen.width/2)-width/2;
  y=(screen.height/20);
//  window.open('../news/index.htm','News','scrollbars=0,left='+x+',top='+y+',resizeable=0,width='+width+',height='+height+',status=0,menubar=0,titlebar=0,dependent=1');
//  window.open('../news/karacsonyi-index.htm','News','scrollbars=0,left='+x+',top='+y+',resizeable=0,width='+width+',height='+height+',status=0,menubar=0,titlebar=0,dependent=1');
//  MM_openNewsWindow()
}
function getCookie(name) {
  var dc = document.cookie;
  var prefix = name + "=";
  if (navigator.appName=="Netscape") { prefix="NETSCAPE_LIVEWIRE."+prefix };
  var begin = dc.indexOf("; " + prefix);
  if (begin == -1) {
    begin = dc.indexOf(prefix);
    if (begin != 0) return '';
  } else
    begin += 2;
  var end = document.cookie.indexOf(";", begin);
  if (end == -1)
    end = dc.length;
  return unescape(dc.substring(begin + prefix.length, end));
}
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
function MM_openMapWindow() { //v2.0
  height=600;
  width =800;
  height+=20;
  width+=20;
  x=(screen.width/2)-width/2;
  y=(screen.height/2)-height/2;
  window.open('http://online.auter.hu/map/autermap.htm','Térkép','scrollbars=0,left='+x+',top='+y+',resizeable=0,width='+width+',height='+height+',status=0,menubar=0,titlebar=0,dependent=1');
}
function MM_openNewsWindow() { //v2.0
  height=350;
  width =450;
  height+=20;
  width+=20;
  x=(screen.width/2)-width/2;
  y=(screen.height/2)-height/2;
  window.open('../news/index.htm','News','scrollbars=0,left='+x+',top='+y+',resizeable=0,width='+width+',height='+height+',status=0,menubar=0,titlebar=0,dependent=1');
}
function MM_openNews1Window() { //v2.0
  height=350;
  width =700;
  height+=20;
  width+=20;
  x=(screen.width/2)-width/2;
  y=(screen.height/2)-height/2;
  window.open('http://online.auter.hu/news/index.htm','News','scrollbars=0,left='+x+',top='+y+',resizeable=0,width='+width+',height='+height+',status=0,menubar=0,titlebar=0,dependent=1');
}
