function mail_page()
	{
		temp = window.open("/includes/mail.cfm?tourlink="+escape(document.location),"mailer","scrollbars=no,resizable=no,width=390,height=435,screenX=100,screenY=100");
		temp.focus();
	}
