function mailpage()
{
mail_str = "mailto:?subject= Coventry Powder Coating Ltd | Electrostatic dry powder coating specialists";
mail_str += "&body=I thought you might be interested in this experienced specialist powder coating company.  You can view their site at " + location.href;
location.href = mail_str;
}
