function newWindow(win) {
		CatWindow = window.open(win, "CatWin", "resizable=yes,scrollbars=yes,width=450,height=450")
		CatWindow.focus()
	}
