  <!-- Begin JavaScript for menus
  browser = (((navigator.appName == "Netscape") && 
  (parseInt(navigator.appVersion) >= 3 )) ||
  ((navigator.appName == "Microsoft Internet Explorer")
  && (parseInt(navigator.appVersion) >= 4 )))
  if (browser) {
     Download_Off = new Image;
     Download_Off.src = "/buttons/Download_Off.png";
     Download_On = new Image;
     Download_On.src = "/buttons/Download_On.png";

     Aux_Off = new Image;
     Aux_Off.src = "/icons/ball_grey.png";
     Aux_On = new Image;
     Aux_On.src = "/icons/ball_green.png";

     subscribe_off = new Image;
     subscribe_off.src = "/buttons/Mailing_Lists_Off.png";
     subscribe_on = new Image;
     subscribe_on.src = "/buttons/Mailing_Lists_On.png";

     bulletins_off = new Image;
     bulletins_off.src = "/buttons/Bulletins_Off.png";
     bulletins_on = new Image;
     bulletins_on.src = "/buttons/Bulletins_On.png";

     lock_dam_off = new Image;
     lock_dam_off.src = "/buttons/Lock_Dam_Off.png";
     lock_dam_on = new Image;
     lock_dam_on.src = "/buttons/Lock_Dam_On.png";

     reservoirs_off = new Image;
     reservoirs_off.src = "/buttons/Reservoirs_Off.png";
     reservoirs_on = new Image;
     reservoirs_on.src = "/buttons/Reservoirs_On.png";

     mbms_modeling_off = new Image;
     mbms_modeling_off.src = "/buttons/MBMS_Modeling_Off.png";
     mbms_modeling_on = new Image;
     mbms_modeling_on.src = "/buttons/MBMS_Modeling_On.png";

     real_time_data_off = new Image;
     real_time_data_off.src = "/buttons/Real_Time_Data_Off.png";
     real_time_data_on = new Image;
     real_time_data_on.src = "/buttons/Real_Time_Data_On.png";

     nws_products_off = new Image;
     nws_products_off.src = "/buttons/NWS_Products_Off.png";
     nws_products_on = new Image;
     nws_products_on.src = "/buttons/NWS_Products_On.png";

     water_quality_off = new Image;
     water_quality_off.src = "/buttons/Water_Quality_Off.png";
     water_quality_on = new Image;
     water_quality_on.src = "/buttons/Water_Quality_On.png";

     agency_links_off = new Image;
     agency_links_off.src = "/buttons/Agency_Links_Off.png";
     agency_links_on = new Image;
     agency_links_on.src = "/buttons/Agency_Links_On.png";

     inondation_off = new Image;
     inondation_off.src = "/buttons/Inondation_Off.png";
     inondation_on = new Image;
     inondation_on.src = "/buttons/Inondation_On.png";

     riverice_off = new Image;
     riverice_off.src = "/buttons/Riverice_Off.png";
     riverice_on = new Image;
     riverice_on.src = "/buttons/Riverice_On.png";

     anonymous_ftp_off = new Image;
     anonymous_ftp_off.src = "/buttons/Anonymous_FTP_Off.png";
     anonymous_ftp_on = new Image;
     anonymous_ftp_on.src = "/buttons/Anonymous_FTP_On.png";

     resources_off = new Image;
     resources_off.src = "/buttons/Resources_Off.png";
     resources_on = new Image;
     resources_on.src = "/buttons/Resources_On.png";

     ijc_boards_off = new Image;
     ijc_boards_off.src = "/buttons/IJC_Boards_Off.png";
     ijc_boards_on = new Image;
     ijc_boards_on.src = "/buttons/IJC_Boards_On.png";

     search_off = new Image;
     search_off.src = "/buttons/Search_Off.png";
     search_on = new Image;
     search_on.src = "/buttons/Search_On.png";

     comments_off = new Image;
     comments_off.src = "/buttons/Comments_Off.png";
     comments_on = new Image;
     comments_on.src = "/buttons/Comments_On.png";

     intranet_off = new Image;
     intranet_off.src = "/buttons/Intranet_Off.png";
     intranet_on = new Image;
     intranet_on.src = "/buttons/Intranet_On.png";

     secure_server_off = new Image;
     secure_server_off.src = "/buttons/Secure_Server_Off.png";
     secure_server_on = new Image;
     secure_server_on.src = "/buttons/Secure_Server_On.png";

     staff_svcs_off = new Image;
     staff_svcs_off.src = "/buttons/Staff_Svcs_Off.png";
     staff_svcs_on = new Image;
     staff_svcs_on.src = "/buttons/Staff_Svcs_On.png";
  }
  function flip (imageID,objectName) {
    if (browser) {
        document.images[imageID].src = eval(objectName + ".src");
    }
  }
  // End of file

