function newWindow(def) {
		defWindow = window.open(def, "defWin", "width=400,height=300,toolbar=yes,scrollbars=no,location=no,left=100,top=100")
		defWindow.focus()
	}
