function ShowPlatform() {
  var sPlatform = navigator.platform.substr(0, 3);
  if (sPlatform == "Mac") {
    document.write ('<style type="text/css"> #contents {margin-top: 0;} h3 {padding-top: 5px;}</style>');
  } 
}
ShowPlatform();

