// 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_us", "", "", "About Us", this_page_path+"about_us/index.html", ""));
pushin(menu_items, new Array("about_us", "corporate_profile", "", "Corporate Profile", this_page_path+"about_us/index.html", ""));
//pushin(menu_items, new Array("about_us", "team", "", "Team", this_page_path+"about_us/management.html", "")); <!-- Removed January 7th, 2011 -->

// RFP Menu items - Added by Albert Shala

pushin(menu_items, new Array("rfp", "rfp-home", "", "RFP Home", this_page_path+"rfp/index.php", ""));
pushin(menu_items, new Array("rfp", "cover-letter", "", "Cover Letter & Updates", this_page_path+"cover-letter/", ""));
pushin(menu_items, new Array("rfp", "rfp-legal", "", "RFP Legal", this_page_path+"rfp-legal/", ""));
pushin(menu_items, new Array("rfp", "overview", "", "Project Overview", this_page_path+"overview/", ""));
pushin(menu_items, new Array("rfp", "project-components", "", "Project Components", this_page_path+"project-components/", ""));
pushin(menu_items, new Array("rfp", "photo-video", "", "Photographs & Videos", this_page_path+"photo-video/", ""));
pushin(menu_items, new Array("rfp", "lider-map", "", "Lidar & Mapping", this_page_path+"lider-map/", ""));
pushin(menu_items, new Array("rfp", "contacts", "", "Contacts", this_page_path+"contacts/", ""));



pushin(menu_items, new Array("about_us", "management", "", "Management",this_page_path+"about_us/management.html", ""));

//pushin(menu_items, new Array("about_us", "team", "management", "Management",this_page_path+"about_us/management.html", ""));
//pushin(menu_items, new Array("about_us", "team", "board_of_directors", "Board of Directors",this_page_path+"about_us/board_of_directors.html", ""));
pushin(menu_items, new Array("about_us", "development_strategy", "", "Development Strategy", this_page_path+"about_us/development_strategy.html", ""));
pushin(menu_items, new Array("about_us", "development_philosophy", "", "Development Philosophy", this_page_path+"about_us/development_philosophy.html", ""));

pushin(menu_items, new Array("communities", "", "", "Communities", this_page_path+"communities/index.html", ""));
pushin(menu_items, new Array("communities", "first_nations", "", "First Nations", this_page_path+"communities/first_nations.html", ""));

pushin(menu_items, new Array("technology", "", "", "Technology", this_page_path+"technology/index.html", ""));
pushin(menu_items, new Array("technology", "run_of_river",  "", "Run of River", this_page_path+"technology/index.html", ""));
pushin(menu_items, new Array("technology", "benefits_of_small_hydro", "", "Benefits of Small Hydro", this_page_path+"technology/environmental_benefits.html", ""));
pushin(menu_items, new Array("technology", "benefits_of_small_hydro", "environmental_benefits", "Environmental Benefits",this_page_path+"technology/environmental_benefits.html", ""));
pushin(menu_items, new Array("technology", "benefits_of_small_hydro", "greenhouse_gases", "Greenhouse Gases",this_page_path+"technology/greenhouse_gases.html", ""));
pushin(menu_items, new Array("technology", "benefits_of_small_hydro", "carbon_footprint", "Carbon Footprint",this_page_path+"technology/carbon_footprint.html", ""));
pushin(menu_items, new Array("technology", "benefits_of_small_hydro", "land_use", "Land Use",this_page_path+"technology/land_use.html", ""));
pushin(menu_items, new Array("technology", "benefits_of_small_hydro", "energy_payback", "Energy Payback",this_page_path+"technology/energy_payback.html", ""));
pushin(menu_items, new Array("technology", "benefits_of_small_hydro", "socio_economic_benefits", "Socio-Economic Benefits",this_page_path+"technology/socio_economic_benefits.html", ""));
pushin(menu_items, new Array("technology", "benefits_of_small_hydro", "business_benefits", "Business Benefits",this_page_path+"technology/business_benefits.html", ""));

pushin(menu_items, new Array("environment", "", "", "Environment", this_page_path+"environment/index.html", ""));

pushin(menu_items, new Array("projects", "",  "", "Projects", this_page_path+"projects/index.html", ""));
pushin(menu_items, new Array("projects", "north_coast_sites", "", "North Coast Sites", this_page_path+"projects/north_coast_sites.html", ""));
pushin(menu_items, new Array("projects", "south_coast_sites", "", "South Coast Sites", this_page_path+"projects/south_coast_sites.html", ""));
pushin(menu_items, new Array("projects", "international", "", "International", this_page_path+"projects/international.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("news", "in_the_news", "", "In the News", this_page_path+"news/in_the_news.html", ""));
pushin(menu_items, new Array("news", "media_contact", "", "Media Contact", this_page_path+"news/media_contact.html", ""));

//pushin(menu_items, new Array("investors", "",  "", "Investors", this_page_path+"investors/index.html", ""));
//pushin(menu_items, new Array("investors", "financial_reports",  "", "Financial Reports", this_page_path+"investors/index.html", ""));
////pushin(menu_items, new Array("investors", "stock_quote",  "", "Stock Quote", this_page_path+"investors/stock_quote.html", ""));
//pushin(menu_items, new Array("investors", "news_releases",  "", "News Releases", this_page_path+"news/index.html", ""));
//pushin(menu_items, new Array("investors", "in_the_news",  "", "In the News", this_page_path+"news/in_the_news.html", ""));
//pushin(menu_items, new Array("investors", "investor_contact",  "", "Investor Contact", this_page_path+"investors/investor_contact.html", ""));

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

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




