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