// JavaScript Document

if (navigator.appVersion.indexOf("Mac") !=-1){  
  document.write("<link rel='stylesheet' href='./common/css/mac.css' type='text/css' />");  
}
