

function Popup(theURL,winName,features) { 
thisWin = window.open(theURL,winName,features);
thisWin.focus();
}


function mailpage()
{
mail_str = "mailto:?subject=Pactelligence - Packaging Consultancy Services"
mail_str += "&body=I thought you might be interested in the services outlined within this website. You can view it at" 
mail_str += " " + window.location; window.location = mail_str;
}

