function popup_page(link){
  we = window.open(link,'eee','location=no,status=no,scrollbars=yes,resizable=yes,width=560,height=490')
  we.focus();
}

BOmode = false;