var plat = navigator.platform

if (plat=="Win32")
 {
 document.write("<link REL=stylesheet type='text/css' href='/windows.css'>");
  }

  else if (plat=="MacPPC")
  {
  document.write("<link REL=stylesheet type='text/css' href='/mac.css'>");

  }