function vtWindow(cont) {
	contWindow = window.open(cont, "contWin", "width=800, height=579, statusbar=no, scrolling=no")
	contWindow.focus()
	}
