<!-- start

function NewWindow(mypage, myname) {
	window.name = "Main"
	window.blur()
	var sh = screen.height-(screen.height/4)
	var t = 0
	w = 625
	var l = (screen.width-w) / 2
	window.open('/districtclerk/login.asp','my_new_window','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,copyhistory=yes,width='+w+',height='+sh+',left='+l+',top='+t)
	}

// end -->
