function openNewWindow() {
	open_window = null;
  popupWin = window.open('https://www2.polyu.edu.hk/rs/indexpage/auth.asp', 
    'open_window',
    'menubar,toolbar,location,directories,status,scrollbars,resizable,dependent,width=1024,height=768,left=0,top=0')
}
