function mailpage()
{
mail_str = "mailto:?subject=Sila ke " + document.title;
mail_str += "&body=Sekiranya anda berminat mengenai " + document.title;
mail_str += ". Sila layari laman web, " + location.href;
location.href = mail_str;
}
