
// detect the browser and version and send the appropriate file to set up the menus 

var brow_v = (parseInt(navigator.appVersion));


if ((brow == "ns") && (brow_v ==4)) {
  document.write('<SCRIPT LANGUAGE="JavaScript" SRC="/corp/javascript/resize.js"></SCRIPT>');
  document.write('<SCRIPT LANGUAGE="JavaScript" SRC="/corp/javascript/list.js"></SCRIPT>');
  document.write('<SCRIPT LANGUAGE="JavaScript" SRC="/corp/javascript/menu_ns4.js"></SCRIPT>');
}
