
// JavaScript Document
function GoToNew(page) {
	window.open(page, 'myWin', 'status, scrollbars, width=620, height=550');
}
