function mailpage()
{
mail_str = "mailto:?subject= Link to The PAB Group | Sheet metal prototype and production specialists";
mail_str += "&body=Hi, I thought you might be interested in this company. They are sheet metal prototype and production specialists to the automotive, aerospace, defence and allied industries, with TS 16949 accreditation amongst others. You can view their site at " + location.href;
location.href = mail_str;
}
