
function isPPC() {
if (navigator.appVersion.indexOf("PPC") != -1) return true;
else return false;
}
if(isPPC()) {
document.write('<A  class="innermenu" HREF=\"mailto:\?subject\=I thought this might be of interest to you, ' + document.title + '?body=You can see this page at: ' + window.location + '\" onMouseOver="window.status=\'Send your colleagues an email about this page\'; return true" TITLE="Send your colleagues an email about this page"><b>Recommend this page</b><\/A>');
}
else
{
document.write('<A  class="innermenu" HREF=\"mailto:Insert Email Address?Body\=Take a look at this page I found. You can see this page at: ' + window.location + '\" onMouseOver="window.status=\'Send your colleagues an email about this page\'; return true" TITLE="Send your colleagues an email about this page"><b>Recommend this page</b><\/A>');
}

//***********************************favourites***********************************

function favourites(){
		if (navigator.platform.indexOf('Mac') > -1){
		alert("Page Help\n===================\nSorry, your browser doesn't\nsupport this feature. To add\nthis page to your favourites\non a Macintosh please use\nthe Command and D keys.");
		}
		else {
		window.external.AddFavorite(location.href, document.title);
		}
		}
///////////////////////////////////end favourites////////////////////////////////////
