function newWindow(projfile) {
	projectWindow = window.open(projfile, 'popWin', 'width=437,height=554,toolbar=no,scrollbars=yes')
	projectWindow.focus()
}