function testPopup() {
	htmlWindow = window.open('engine/', 'testPopup', 'width=700,height=500,toolbar=no,scrollbars=no')
	htmlWindow.focus()
}
