function newWin(extpg){
	floorwin = window.open(extpg, "popwin", "width=1000,height=600,left=15,top=75")
	popwin.focus()
}