// JavaScript Document

function mailpage()
{
mail_str = "mailto:?subject=Take a look at this marketing, web and design company " ;
mail_str += "&body=I thought you might be interested in this site from iFull Productions, a marketing and design company with some great offers on web, creative design, telemarketing and marketing support " + document.title;
mail_str += ". You can view their site at, " + location.href;
location.href = mail_str;
}
