// 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", "overview", "", "Overview", this_page_path+"about_us/index.html", ""));
pushin(menu_items, new Array("about_us", "history", "", "History", this_page_path+"about_us/history.html", ""));
pushin(menu_items, new Array("about_us", "directors_management", "", "Directors / Management", this_page_path+"about_us/directors_management.html", ""));
pushin(menu_items, new Array("about_us", "advisors", "", "Advisors", this_page_path+"about_us/advisors.html", ""));
pushin(menu_items, new Array("about_us", "board", "", "Board Login", this_page_path+"board/index.html", ""));

pushin(menu_items, new Array("partners", "", "", "Partners", this_page_path+"partners/index.html", ""));
pushin(menu_items, new Array("partners", "overview", "", "Overview of Partnership Strategy", this_page_path+"partners/index.html", ""));

// Pre-scheduled: 2010-Jan-04
pushin(menu_items, new Array("partners", "mitacs", "", "MITACS Accelerate", this_page_path+"partners/mitacs.html", ""));

/*
pushin(menu_items, new Array("partners", "sdtc", "", "SDTC", this_page_path+"partners/sdtc.html", ""));
pushin(menu_items, new Array("partners", "ice", "", "Province of BC &ndash; ICE Funds", this_page_path+"partners/ice.html", ""));
pushin(menu_items, new Array("partners", "bc_hydro", "", "BC Hydro", this_page_path+"partners/bc_hydro.html", ""));
pushin(menu_items, new Array("partners", "teresen_gas", "", "Teresen Gas", this_page_path+"partners/teresen_gas.html", ""));
*/

pushin(menu_items, new Array("value_streams", "",  "", "Value Streams", this_page_path+"value_streams/index.html", ""));
pushin(menu_items, new Array("value_streams", "overview",  "", "Overview of Value Streams", this_page_path+"value_streams/index.html", ""));
pushin(menu_items, new Array("value_streams", "investments",  "", "Investments", this_page_path+"value_streams/investments.html", ""));
pushin(menu_items, new Array("value_streams", "case_studies",  "", "Case Studies", this_page_path+"value_streams/case_studies.html", ""));

pushin(menu_items, new Array("news_events", "",  "", "News/Events", this_page_path+"news_events/index.html", ""));
pushin(menu_items, new Array("news_events", "news_releases",  "", "News Releases", this_page_path+"news_events/index.html", ""));
pushin(menu_items, new Array("news_events", "in_the_news",  "", "In the News", this_page_path+"news_events/in_the_news.html", ""));
pushin(menu_items, new Array("news_events", "industry_news",  "", "Industry News", this_page_path+"news_events/industry_news.html", ""));
pushin(menu_items, new Array("news_events", "media_kit",  "", "Media Kit", this_page_path+"news_events/media_kit.html", ""));
pushin(menu_items, new Array("news_events", "media_contact",  "", "Media Contact", this_page_path+"news_events/media_contact.html", ""));
pushin(menu_items, new Array("news_events", "media_gallery",  "", "Media Gallery", this_page_path+"news_events/media_gallery.html", ""));
pushin(menu_items, new Array("news_events", "upcoming_events",  "", "Upcoming Events", this_page_path+"news_events/upcoming_events.html", ""));
pushin(menu_items, new Array("news_events", "past_events",  "", "Past Events", this_page_path+"news_events/past_events.html", ""));

pushin(menu_items, new Array("resources", "",  "", "Resources", this_page_path+"resources/index.html", ""));
pushin(menu_items, new Array("resources", "industry_resources", "", "Industry Resources", this_page_path+"resources/index.html", ""));
pushin(menu_items, new Array("resources", "government_resources", "", "Government Resources", this_page_path+"resources/government_resources.html", ""));
pushin(menu_items, new Array("resources", "association_resources", "", "Association Resources", this_page_path+"resources/association_resources.html", ""));

pushin(menu_items, new Array("contact", "",  "", "Contact", this_page_path+"contact/index.html", ""));
pushin(menu_items, new Array("contact", "contact",  "", "Contact", this_page_path+"contact/index.html", ""));
pushin(menu_items, new Array("contact", "request_for_information",  "", "Request for Information", this_page_path+"contact/request_for_information.html", ""));
pushin(menu_items, new Array("contact", "submit_expression_of_interest",  "", "Submit Expression of Interest", this_page_path+"contact/submit_expression_of_interest.html", ""));
pushin(menu_items, new Array("contact", "privacy_copyright_liability",  "", "Privacy, Copyright & Liability", this_page_path+"contact/privacy_copyright_liability.html", ""));
