 function neoOpen(url, name, w, h)
 { w += 32; h += 96;
   wleft = (screen.width - w) / 2;
   wtop = (screen.height - h) / 2;
   var win = window.open(url,name,
    'width=' + w + ', height=' + h + ', ' +
    'left=' + wleft + ', top=' + wtop + ', ' +
    'location=no, menubar=no, ' +
    'status=no, toolbar=no, scrollbars=yes, resizable=no');
   win.resizeTo(w, h);
   win.moveTo(wleft, wtop);  win.focus();
 }
 
 function neoPopup()
 {  neoOpen('e-bulten.html','ebulten',400,300); }
 
  function neo2Open(url, name, w, h)
 { w += 32; h += 96;
   wleft = (screen.width - w) / 2;
   wtop = (screen.height - h) / 2;
   var win = window.open(url,name,
    'width=' + w + ', height=' + h + ', ' +
    'left=' + wleft + ', top=' + wtop + ', ' +
    'location=no, menubar=no, ' +
    'status=no, toolbar=no, scrollbars=yes, resizable=no');
   win.resizeTo(w, h);
   win.moveTo(wleft, wtop);  win.focus();
 }
 function neo2Popup()
 {  neo2Open('faaliyetraporlari.html','faaliyet',400,400); }
 
 
 
 function neo3Open(url, name, w, h)
 { w += 32; h += 96;
   wleft = (screen.width - w) / 2;
   wtop = (screen.height - h) / 2;
   var win = window.open(url,name,
    'width=' + w + ', height=' + h + ', ' +
    'left=' + wleft + ', top=' + wtop + ', ' +
    'location=no, menubar=no, ' +
    'status=no, toolbar=no, scrollbars=yes, resizable=no');
   win.resizeTo(w, h);
   win.moveTo(wleft, wtop);  win.focus();
 }
 function neo3Popup()
 {  neo3Open('egitim.htm','egitim',500,730); }
 
 
 function neo4Open(url, name, w, h)
 { w += 32; h += 96;
   wleft = (screen.width - w) / 2;
   wtop = (screen.height - h) / 2;
   var win = window.open(url,name,
    'width=' + w + ', height=' + h + ', ' +
    'left=' + wleft + ', top=' + wtop + ', ' +
    'location=no, menubar=no, ' +
    'status=no, toolbar=no, scrollbars=yes, resizable=no');
   win.resizeTo(w, h);
   win.moveTo(wleft, wtop);  win.focus();
 }
 function neo4Popup()
 {  neo4Open('es.htm','egitim',800,530); }