function newWindow(teljpg) {
		telWindow = window.open(teljpg, "telWin", "width=640,height=480, scrollbars=yes, resizable=yes")
		telWindow.focus()
	}
