function mmLoadMenus() {
  if (window.mm_menu_about) return;
  window.mm_menu_about = new Menu("root",180,18,"Verdana, Arial, Helvetica, sans-serif",10,"#ffffff","#000000","#505050","#f0e237","left","middle",4,0,50,-5,7,true,true,true,0,true,true);
  
  mm_menu_about.addMenuItem("Message From Our Director","location='http://www.penangresort.com/rhi/about_msg.php'");
  mm_menu_about.addMenuItem("Company Profile","location='http://www.penangresort.com/rhi/about_copro.php'");
  mm_menu_about.addMenuItem("Partners Profile","location='http://www.penangresort.com/rhi/about_partners.php'");
  mm_menu_about.addMenuItem("Our Services","location='http://www.penangresort.com/rhi/about_serv.php'");
  mm_menu_about.addMenuItem("Our International Connections","location='http://www.penangresort.com/rhi/about_connect.php'");
   mm_menu_about.hideOnMouseOut=true;
   mm_menu_about.menuBorder=1;
   mm_menu_about.menuLiteBgColor='#989898';
   mm_menu_about.menuBorderBgColor='#000000';
   mm_menu_about.bgColor='#989898';

  window.mm_menu_list = new Menu("root",165,18,"Verdana, Arial, Helvetica, sans-serif",10,"#ffffff","#000000","#505050","#f0e237","left","middle",4,0,50,-5,7,true,true,true,0,true,true);
  
  mm_menu_list.addMenuItem("For Sale","location='http://www.penangresort.com/rhi/sale_listing.php'");
  mm_menu_list.addMenuItem("To Let","location='http://www.penangresort.com/rhi/rent_listing.php'");
  mm_menu_list.addMenuItem("To Buy","location='http://www.penangresort.com/rhi/tbuy_listing.php'");
  mm_menu_list.addMenuItem("To Rent","location='http://www.penangresort.com/rhi/trent_listing.php'");
  mm_menu_list.addMenuItem("Auction","location='http://www.penangresort.com/rhi/auction.php'");
  mm_menu_list.addMenuItem("Tender","location='http://www.penangresort.com/rhi/tender.php'");
  mm_menu_list.addMenuItem("Market Information - Sales","location='http://www.penangresort.com/rhi/misales_listing.php'");
  mm_menu_list.addMenuItem("Market Information - Rental","location='http://www.penangresort.com/rhi/mirent_listing.php'");
  mm_menu_list.addMenuItem("Quick Search","location='http://www.penangresort.com/rhi/quick_search.php'");
  mm_menu_list.addMenuItem("Advance Search","location='http://www.penangresort.com/rhi/search_sale.php'");
   mm_menu_list.hideOnMouseOut=true;
   mm_menu_list.menuBorder=1;
   mm_menu_list.menuLiteBgColor='#989898';
   mm_menu_list.menuBorderBgColor='#000000';
   mm_menu_list.bgColor='#989898';

  window.mm_menu_res = new Menu("root",250,18,"Verdana, Arial, Helvetica, sans-serif",10,"#ffffff","#000000","#505050","#f0e237","left","middle",4,0,50,-5,7,true,true,true,0,true,true);
  
  mm_menu_res.addMenuItem("MalaysiaMy2Home","location='http://www.penangresort.com/rhi/r_mmy2h_info.php'"); 
  mm_menu_res.addMenuItem("Acquisition of Property by Foreign Interest","location='http://www.penangresort.com/rhi/r_acqprop.php'"); 
  mm_menu_res.addMenuItem("Home Loan","location='http://www.penangresort.com/rhi/r_hloan.php'");
  mm_menu_res.addMenuItem("Standard Procedure To Rent","location='http://www.penangresort.com/rhi/r_proc-torent.php'");
  mm_menu_res.addMenuItem("Standard Procedure To Buy","location='http://www.penangresort.com/rhi/r_proc-tobuy.php'");
  mm_menu_res.addMenuItem("Mortgate Calculator","location='http://www.penangresort.com/rhi/calc.php'");
  mm_menu_res.addMenuItem("Buyers Wishlist","location='http://www.penangresort.com/rhi/r_wishlist.php'");
  mm_menu_res.addMenuItem("Be A Professional","location='http://www.penangresort.com/rhi/r_beprof.php'");
   mm_menu_res.hideOnMouseOut=true;
   mm_menu_res.menuBorder=1;
   mm_menu_res.menuLiteBgColor='#989898';
   mm_menu_res.menuBorderBgColor='#000000';
   mm_menu_res.bgColor='#989898';

  mm_menu_about.writeMenus();
} // mmLoadMenus()