function pop_info() {
  
    window.open('info.htm', 'popup', 'width=550, height=130, top=175, left=100, menubar=0, scrollbars=0, location=0, toolbar=0,  resizable=0, status=0');
    
  }
  
function pop_ako() {
  
    window.open('ako.htm', 'popup1', 'width=735, height=700, top=175, left=500, menubar=0, scrollbars=1, location=0, toolbar=0,  resizable=0, status=0');
    
 }
