<!--
var newWindow
	function MailList1() {
		newWindow=window.open("/js/MailList/MailList1.html","MailList","scrollbars=no,height=390,width=495")
}
	function closeDefinitions() {
		if (newWindow) {
			newWindow.close()
		}
}

// -->