<!-- hide script from old browsers
// If the platform is Macintosh, use the Macintosh style sheet.
if (navigator.platform.indexOf('Mac') != -1) {
  document.write('<link rel="stylesheet" href="/planweb/ax/macstyle.css">');
// Otherwise, use the Windows style sheet.
} else {
  document.write('<link rel="stylesheet" href="/planweb/ax/winstyle.css">');
}

