function  sendpage()
{
mail_str = "mailto:?subject=See a webpage at www.avery.se";
mail_str += "&body=Hello, %0D%0A%0D%0A I have found a web page that I thought would be of interest to you, click " + escape (location.href) + " for more details. %0D%0A%0D%0AUntil next time, bye for now.";
location.href =  mail_str;
}