<!-- POPUP KODLARI

function popup1_window() {
    window.open('popup/popup1.html', 'popup', 'width=310, height=340, menubar=no, scrollbars=no, toolbar=no, location=no, resizable=no, top=0, left=0');
  }
  
  function popup2_window() {
    window.open('popup/popup2.html', 'popup', 'width=310, height=320, menubar=no, scrollbars=no, toolbar=no, location=no, resizable=no, top=0, left=0');
  }
  
  function popup3_window() {
    window.open('popup/popup3.html', 'popup', 'width=310, height=250, menubar=no, scrollbars=no, toolbar=no, location=no, resizable=no, top=0, left=0');
  }  
  
  function popup4_window() {
    window.open('popup/popup4.html', 'popup', 'width=310, height=530, menubar=no, scrollbars=no, toolbar=no, location=no, resizable=no, top=0, left=0');
  } 
  
  function popup5_window() {
    window.open('popup/popup5.html', 'popup', 'width=310, height=340, menubar=no, scrollbars=no, toolbar=no, location=no, resizable=no, top=0, left=0');
  }     
//-->