function banWindow() {
  popupWin = window.open('banIP.php', 
    'target01_window',
    'menubar,toolbar,location,directories,status,scrollbars,resizable,dependent,width=600,height=400,left=0,top=0')
}

function eventWindow(page,event)
{
window.open(page,event,'width=800,height=600,resizable=no,toolbar=no');
} 