// JavaScript Document

function mailpage() {
	var mail_str;
	
	mail_str = "mailto:?subject=Discover the allure of Woodinville at Beaumont Apartments. Isn’t it too good to be true!";
	mail_str += "&body=I thought you might be interested in Beaumont Apartments.";
	mail_str += " You can view them at http://www.beaumont-apts.com/." 
 	
	location.href = mail_str;
}
