<!-- Begin
function mailpage()
{
  mail_str = "mailto:?subject= Upholstery Traņa " + document.title;
  mail_str += "&body= I think this is a good idea to give my family in Nicaragua a gift of having their furniture upholstered  -- " + document.title;
  mail_str += ". You can see Upholstery Traņa in Managua in their website, " + location.href; 
  location.href = mail_str;
}
// End -->
