<!-- 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="ax/macstyle.css">');// Otherwise, use the Windows style sheet.} else{  document.write('<link rel="stylesheet" href="ax/winstyle.css">');}