function mailpage()
{
mail_str = "mailto:?subject=www.chscontrols.se - Intressant information ";
mail_str += "&body=Mer information genom att klicka " + location.href; 
location.href = mail_str;
}