function mailpage()	{	mail_str = "mailto:?subject=Useful information from Nectosystems";	mail_str += "&body=I found some useful information from www.Nectosystems.com that I thought was worth sharing.";	mail_str += "Please click here:  " + location.href + "."; 	location.href = mail_str;	//Syntax for the link: <a href="javascript:mailpage()">Email This Page</a>	}