function isPPC() {
if (navigator.appVersion.indexOf("PPC") != -1) return true;
else return false;
}
if(isPPC()) {
document.write('<div align="center"><b><font color="#FFFFFF" size="1" face="Verdana, Arial, Helvetica, sans-serif"><strong><A CLASS="contact" HREF=\"mailto:\?subject\=Please, take a look at this page. It could come in handy, ' + document.title + '?body=You can see this page at: ' + window.location + '\" onMouseOver="window.status=\'Send your coleagues an e-mail about this page\'; return true" TITLE="Send your colleagues an e-mail about this page">SEND TO<\/A></b></font>');
}
else { document.write('<div align="center"><b><font color="#FFFFFF" size="1" face="Verdana, Arial, Helvetica, sans-serif"><strong><A CLASS="contact" HREF=\"mailto:\?body\=Please, take a look at this page. It could come in handy, ' + document.title + '. You can see this page at: ' + window.location + '\" onMouseOver="window.status=\'Send your colleagues an e-mail about this page\'; return true" TITLE="Send your colleagues an e-mail about this page">SEND TO<\/A></b></font>');
}