function pressWindow(URL) {
	bgWindow = window.open(URL, 'bgWin', 'width=575,height=440,scrollbars=yes,resizable=yes')
	bgWindow.focus()
}
