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