// JavaScript Document
function mailpageZH() //send by email ZH
{
mail_str = "mailto:?subject=请点击进入粮农组织 " + document.title;
mail_str += "&body=粮农组织 " + document.title;
mail_str += ". 本网页非常有趣:  " + location.href;
location.href = mail_str;
}