
function fwLoadMenus() {
  if (window.fw_menu_0) return;
  window.fw_menu_0 = new Menu("root",96,17);
  fw_menu_0.addMenuItem("&nbsp;&nbsp;Students","location='http://www.uwyo.edu/infotech/services/studentserv/'");
  fw_menu_0.addMenuItem("&nbsp;&nbsp;Faculty/Staff","location='http://www.uwyo.edu/infotech/services/facstaff/'");
  fw_menu_0.addMenuItem("&nbsp;&nbsp;Departments","location='http://www.uwyo.edu/infotech/services/departments/'");
  fw_menu_0.addMenuItem("&nbsp;&nbsp;Computers/Data","location='http://www.uwyo.edu/infotech/services/data/'");
  fw_menu_0.addMenuItem("&nbsp;&nbsp;Telephones","location='http://www.uwyo.edu/infotech/services/phones/'");
  //fw_menu_0.fontWeight="bold";
  fw_menu_0.hideOnMouseOut=true;


window.fw_menu_1 = new Menu("root",97,16);
  fw_menu_1.addMenuItem("&nbsp;&nbsp;Help Desk","location='http://www.uwyo.edu/infotech/support/helpdesk.htm'");
  fw_menu_1.addMenuItem("&nbsp;&nbsp;User Consultants","location='http://www.uwyo.edu/infotech/Support/cssuser.asp'");
  fw_menu_1.addMenuItem("&nbsp;&nbsp;How To...","location='http://www.uwyo.edu/askit/default.asp?parentid=1'");
  fw_menu_1.addMenuItem("&nbsp;&nbsp;Computers/Data","location='http://www.uwyo.edu/infotech/support/data/'");
  fw_menu_1.addMenuItem("&nbsp;&nbsp;Telephones","location='http://www.uwyo.edu/infotech/support/phone/'");
  fw_menu_1.addMenuItem("&nbsp;&nbsp;Student Support","location='http://microlab.uwyo.edu'");
  fw_menu_1.hideOnMouseOut=true;
   //fw_menu_1.childMenuIcon="tri.gif";


  window.fw_menu_2 = new Menu("root",110,17);
  fw_menu_2.addMenuItem("&nbsp;&nbsp;Business Services","location='http://www.uwyo.edu/infotech/departments/busserv.htm'");
  fw_menu_2.addMenuItem("&nbsp;&nbsp;Client Support","location='http://www.uwyo.edu/infotech/departments/css.htm'");
  fw_menu_2.addMenuItem("&nbsp;&nbsp;Information Services","location='http://www.uwyo.edu/infotech/departments/dis.htm'");
  fw_menu_2.addMenuItem("&nbsp;&nbsp;Telecommunications","location='http://www.uwyo.edu/infotech/departments/telecom.htm'");
  fw_menu_2.addMenuItem("&nbsp;&nbsp;IT Intranet","location='https://www.uwyo.edu/itnet'"); 
   //fw_menu_2.fontWeight="bold";
   fw_menu_2.hideOnMouseOut=true;


  window.fw_menu_3 = new Menu("root",96,17);  
  fw_menu_3.addMenuItem("&nbsp;&nbsp;Workshops","location='http://www.uwyo.edu/infotech/training/traincourses.asp'");
  fw_menu_3.addMenuItem("&nbsp;&nbsp;Registration Info","location='http://www.uwyo.edu/infotech/training/trainfees.asp'");
  fw_menu_3.addMenuItem("&nbsp;&nbsp;Schedule","location='http://www.uwyo.edu/infotech/training/trainschedules.asp'");
  fw_menu_3.addMenuItem("&nbsp;&nbsp;Self-Paced","location='http://www.uwyo.edu/infotech/training/selfpace.asp'");
  fw_menu_3.addMenuItem("","");
   //fw_menu_3.fontWeight="bold";
   fw_menu_3.hideOnMouseOut=true;


  window.fw_menu_4 = new Menu("root",91,16); 
  fw_menu_4.addMenuItem("&nbsp;&nbsp;News","location='http://www.uwyo.edu/infotech/aboutit/news.htm'");
  fw_menu_4.addMenuItem("&nbsp;&nbsp;IT Org Chart","location='http://www.uwyo.edu/infotech/aboutit/orgchart.htm'");
  fw_menu_4.addMenuItem("&nbsp;&nbsp;Office Locations","location='http://www.uwyo.edu/infotech/aboutit/map.htm'");
  fw_menu_4.addMenuItem("&nbsp;&nbsp;Operating Hours","location='http://www.uwyo.edu/infotech/aboutit/hours.htm'");
  fw_menu_4.addMenuItem("&nbsp;&nbsp;Committees","location='http://www.uwyo.edu/infotech/aboutit/committees/'");
   fw_menu_4.addMenuItem("&nbsp;&nbsp;Sup. Serv. Plan","location='http://www.uwyo.edu/infotech/ssp/'");
  fw_menu_4.addMenuItem("&nbsp;&nbsp;Feedback","location='http://www.uwyo.edu/infotech/aboutit/feedback.htm'");
  // fw_menu_4.fontWeight="bold";
   fw_menu_4.hideOnMouseOut=true;


  fw_menu_4.writeMenus();
} // fwLoadMenus()

