function is_mac()     {
   if(navigator.platform == "MacPPC")       {
      return true;
   }  else  {
      return false;
   }
}