function isPPC() {
if (navigator.appVersion.indexOf("PPC") != -1) return true;
else return false;
}
if(isPPC()) {
document.write('<a href="mailto:?subject=Interesting website about elephants!&body=Hopefully this site will develop your interest: ' + document.title + '.   You can check this site on the following address: www.upali.ch   Kind Regards">Recommend this Elephant site</font></a>');
}
else { document.write('<a class=info href="mailto:?subject=Interesting website about elephants!&body=Hopefully this site will develop your interest:  ' + document.title + '.   You can check this site on the following address: www.upali.ch   Kind Regards">Recommend this Elephant site</font></a>');
}