function fwLoadMenus() {  if (window.fw_menu_0) return;  window.fw_menu_0 = new Menu("root",165,19,"Verdana, Arial, Helvetica, sans-serif",9,"#000000","#ffffff","#ffffff","#000000");  fw_menu_0.addMenuItem("Ministries & Missions","location='http://www.jesusfirst.org/our_fellowship/min_mis.html'");  fw_menu_0.addMenuItem("Real Life Stories","location='http://www.jesusfirst.org/our_fellowship/real_life.html'");  fw_menu_0.addMenuItem("Worship Music","location= 'http://www.jesusfirst.org/our_fellowship/worship.html'");  fw_menu_0.addMenuItem("NC Home","location= 'http://www.jesusfirst.org/'");
    fw_menu_0.hideOnMouseOut=true;  window.fw_menu_1 = new Menu("root",165,19,"Verdana, Arial, Helvetica, sans-serif",9,"#000000","#ffffff","#ffffff","#000000");  fw_menu_1.addMenuItem("Teachings","location='http://www.jesusfirst.org/resource_library/teachings.html'");  fw_menu_1.addMenuItem("Bible Studies","location='http://www.jesusfirst.org/resource_library/bible_studies.html'");  fw_menu_1.addMenuItem("Mini Messages","location='http://www.jesusfirst.org/resource_library/mini_messages.html'");  fw_menu_1.addMenuItem("Fiction","location='http://www.jesusfirst.org/resource_library/fiction.html'");  fw_menu_1.addMenuItem("Poetry","location='http://www.jesusfirst.org/resource_library/poetry.html'");  fw_menu_1.addMenuItem("Book Reviews","location='http://www.jesusfirst.org/resource_library/book_reviews.html'");   fw_menu_1.hideOnMouseOut=true;  window.fw_menu_2 = new Menu("root",165,19,"Verdana, Arial, Helvetica, sans-serif",9,"#000000","#ffffff","#ffffff","#000000");  fw_menu_2.addMenuItem("Apostles & Prophets","location='http://www.jesusfirst.org/current_issues/apostles.html'");  fw_menu_2.addMenuItem("The Last Days","location='http://www.jesusfirst.org/current_issues/last_days.html'");   fw_menu_2.hideOnMouseOut=true;   fw_menu_2.writeMenus();}