var newwin = null;function windowOpen(URL) {	newwin=window.open(URL,'neo','toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,right=0,left=0,top=0');	newwin.focus();}