// JavaScript Document
function mailpage()
{
mail_str = "mailto:?subject=Information on Interpack 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/interpack-2008/interpack-fair.html"; 
location.href = mail_str;
}
