
	function showMail(addrPage) {
		window.open ("addresses/"+addrPage+".html",
		"address","status=1,toolbar=0,width=400,height=60");
	}
