// JavaScript Document
function mailpage()
{
mail_str = "mailto:?subject= Bokashi Compost Products";
mail_str += "&body= Hows things? I have just found this neat website all about speeding up the composting process. Follow the link and have a look yourself.";
mail_str += " " + parent.location.href; 
location.href = mail_str;
}