function fwLoadMenus() {
 if (window.fw_menu_0) return;
 var strDropTypeFont = "Verdana, Arial, Helvetica, sans-serif";
 var intDropFontSize = 10;
 var strDropFontColor = "#FFFFFF";
 var strDropFontHlightColor = "#FFFFFF";
 var strDropFontBackColor = "#663399";
 var strDropBGHlightColor = "#9966CC";

   window.fw_menu_edu = new Menu("root",150,17,strDropTypeFont,intDropFontSize,strDropFontColor,strDropFontHlightColor,strDropFontBackColor,strDropBGHlightColor);

   window.fw_menu_abtlic = new Menu("root",150,17,strDropTypeFont,intDropFontSize,strDropFontColor,strDropFontHlightColor,strDropFontBackColor,strDropBGHlightColor);

   window.fw_menu_abtgid = new Menu("root",150,17,strDropTypeFont,intDropFontSize,strDropFontColor,strDropFontHlightColor,strDropFontBackColor,strDropBGHlightColor);

   }

   fwLoadMenus();

