
function mailpage()
{
mail_str = "mailto:?subject=Check out this page on Amrop India Website ";
mail_str += "&body=You might be interested in viewing this page, ";
mail_str += location.href + " on Amrop India Website (www.amrop.in)."; 
location.href = mail_str;
}

