﻿// JScript File
  if (navigator.appName == "Netscape"){
      document.write("<link rel='stylesheet' href='/OSC_styles_Net.css' type='text/css'>")
  }
  else 
  {
      document.write("<link rel='stylesheet' href='/OSC_styles_IE.css' type='text/css'>")
  }
  curSection = '';
