function EmailFriend(url){
	window.location = "mailto:"+"?subject=I thought this Web page might interest you." + "&body="+escape	(" The company is called "+document.title+" and the page is at: "+url);
}

