function newWindow(Win) {
		NewWindow = window.open(Win, "NewWin", "resizable=yes,scrollbars=yes,width=640,height=480")
		NewWindow.focus()
	}

<!-- 
	if (top.location != self.location) {
		top.location.replace(self.location)
	}
-->



