// JavaScript Document
var menuMgr = new NlsMenuManager("mgr");
  menuMgr.defaultEffect = "gradienwipe";

  var menuAU=menuMgr.createMenu("p1");
  menuAU.showIcon = true;
  menuAU.addItem("1", "OM 簡 介", "p1aa.htm", ["img/blank.gif","img/itemover.gif"]);
  menuAU.addItem("2", "國 際 OM", "http://www.om.org", ["img/blank.gif","img/itemover.gif"]); 
  menuAU.addItem("4", "創 辦 人", "http://www.georgeverwer.com", ["img/blank.gif","img/itemover.gif"]);

  var menuproduct=menuMgr.createMenu("p2");
  menuproduct.showIcon = true;
  menuproduct.addItem("1", "支 持 差 傳  工 人", "p2aa.htm", ["img/blank.gif","img/itemover.gif"]);
  menuproduct.addItem("2", "差 傳 動 員", "p2bb.htm", ["img/blank.gif","img/itemover.gif"]);
menuproduct.addItem("3", "港 澳 外 展", "p2cc.htm", ["img/blank.gif","img/itemover.gif"]);
  menuproduct.addItem("4", "教 育 及 培 訓", "p2dd.htm", ["img/blank.gif","img/itemover.gif"]);
  menuproduct.addItem("5", "傳 訊 事 工", "p2ee.htm", ["img/blank.gif","img/itemover.gif"]);
     menuproduct.addItem("6", "海 外 事 工", "p2ff.htm", ["img/blank.gif","img/itemover.gif"]);
   menuproduct.addItem("7", "後 勤 支 援", "p2gg.htm", ["img/blank.gif","img/itemover.gif"]);
   
     var menuproduct=menuMgr.createMenu("p3");
  menuproduct.showIcon = true;
  menuproduct.addItem("1", "6 個 月 以 下", "p3aa.htm", ["img/blank.gif","img/itemover.gif"]);
  menuproduct.addItem("2", "1 年 至 兩 年 半", "p3bb.htm", ["img/blank.gif","img/itemover.gif"]);
menuproduct.addItem("3", "專 業 或 長 期 服 侍", "p3cc.htm", ["img/blank.gif","img/itemover.gif"]);
  menuproduct.addItem("4", "海 上 書 展", "p3dd.htm", ["img/blank.gif","img/itemover.gif"]);
  
       var menuproduct=menuMgr.createMenu("p4");
  menuproduct.showIcon = true;
  menuproduct.addItem("1", "月 禱 會", "p4aa.htm", ["img/blank.gif","img/itemover.gif"]);
  menuproduct.addItem("2", "其 他 聚 會", "p4dd.htm", ["img/blank.gif","img/itemover.gif"]);
menuproduct.addItem("3", "本 會 消 息", "p4ee.htm", ["img/blank.gif","img/itemover.gif"]);
menuproduct.addItem("4", "OM 代 禱 室", "p4ff.htm", ["img/blank.gif","img/itemover.gif"]);
menuproduct.addItem("5", "差 傳 同 工 消 息", "p4bb.htm", ["img/blank.gif","img/itemover.gif"]);
menuproduct.addItem("6", "禱 告 工 具", "p4cc.htm", ["img/blank.gif","img/itemover.gif"]);


 var menuBar = menuMgr.createMenubar("menubar");
  menuBar.dropShadow("none", "0px");
  menuBar.orient = "H";
  menuBar.showIcon = true;
  menuBar.showSubIcon = false;
  menuBar.stlprf="horz_";
  menuBar.addItem("1", "  首  頁   ", "index.htm", ["img/home.gif","img/homeover.gif"]);
  menuBar.addSeparator();
  menuBar.addItem("2", "  認  識  OM   ", "", ["img/about.gif","img/aboutover.gif"], true, null, "p1");
  menuBar.addSeparator();
  menuBar.addItem("3", "  事  工  簡  介   ", "", ["img/products.gif","img/productsover.gif"], true, null, "p2");
  menuBar.addSeparator();
  menuBar.addItem("4", "  參  與  OM  差  傳   ", "", ["img/download.gif","img/downloadover.gif"], true, null, "p3");
  menuBar.addSeparator();
  menuBar.addItem("5", "  通  訊  站   ", "", ["img/news.gif","img/newsover.gif"], true, null, "p4");
  menuBar.addSeparator();
  menuBar.addItem("7", "  聯  絡  我  們   ", "cu.htm", ["img/contacts.gif","img/contactsover.gif"]);
  menuBar.addSeparator();
  menuBar.addItem("6", "  下  載   ", "p5gg.htm", ["img/faq.gif","img/faqover.gif"]);