// menu_items[]=new Array("section_id", "group_id", "member_id", "Title", "link", "new_window");
var menu_items=new Array();

pushin(menu_items, new Array("about", "", "", "About", this_page_path+"about/index.html", ""));
//pushin(menu_items, new Array("about", "company_overview", "", "Company Overview", this_page_path+"about/index.html", ""));

pushin(menu_items, new Array("tanzania", "", "", "Tanzania", this_page_path+"tanzania/index.html", ""));
//pushin(menu_items, new Array("tanzania", "overview", "", "Overview", this_page_path+"tanzania/index.html", ""));

pushin(menu_items, new Array("properties", "", "", "Properties", this_page_path+"properties/index.html", ""));
//pushin(menu_items, new Array("properties", "our_properties", "", "Our Properties", this_page_path+"properties/index.html", ""));

pushin(menu_items, new Array("investors", "", "", "Investors", this_page_path+"investors/index.html", ""));
//pushin(menu_items, new Array("investors", "request_for_info", "", "Request for Info", this_page_path+"investors/index.html", ""));

pushin(menu_items, new Array("news", "",  "", "News", this_page_path+"news/index.html", ""));
//pushin(menu_items, new Array("news", "news_releases",  "", "News Releases", this_page_path+"news/index.html", ""));

pushin(menu_items, new Array("contact", "",  "", "Contact", this_page_path+"contact/index.html", ""));

pushin(menu_items, new Array("home", "",  "", "Home", this_page_path+"home/index.html", ""));

