// JavaScript Document
function mailpage()
{
mail_str = "mailto:?subject=Information on Drupa 2008 (Brought to you by Nimble Travels) " ;
mail_str += "&body=Click on the below link to see further details                                                                                                          " ;
mail_str += " http://www.nimbletravels.com/drupa-2008/drupa-fair.html"; 
location.href = mail_str;
}