// JavaScript Document
function mailpage()
{
mail_str = "mailto:?subject= Decker Used Forklift Link";
mail_str += "&body= I thought you might like this link from the DeckerForklifts.com website: " + escape(document.title);
mail_str += " at: " + location.href;
location.href = mail_str;
}

