// 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/", ""));
pushin(menu_items, new Array("about_us", "overview", "", "Overview", this_page_path+"about_us/", ""));
pushin(menu_items, new Array("about_us", "history", "", "History", this_page_path+"about_us/history", ""));
pushin(menu_items, new Array("about_us", "directors_management", "", "Directors / Management", this_page_path+"about_us/directors_management", ""));
pushin(menu_items, new Array("about_us", "advisors", "", "Advisors", this_page_path+"about_us/advisors", ""));
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/", ""));
pushin(menu_items, new Array("partners", "overview", "", "Overview of Partnership Strategy", this_page_path+"partners/", ""));

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

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

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

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

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

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