/*
  --- menu items --- 
  note that this structure has changed its format since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with Tigra Menu GOLD.
  Format description can be found in product documentation.
*/
var MENU_ITEMS = [
	['CIRED ?  ', 'page_cired.htm',{'tw':'_top'},
		['Status', 'frame_right_cired.htm#status'],
		['History', 'frame_right_cired.htm#history'],
		['Purpose', 'frame_right_cired.htm#purpose'],
		['Objectives', 'frame_right_cired.htm#objectives'],
		['Structure', 'frame_right_cired.htm#structure']
	],

	['Membership  ', 'page_membership.htm',{'tw':'_top'},
		['Directing Members', 'frame_right_membership.htm#directed'],
		['Associate Members', 'frame_right_membership.htm#associated'],
		['How to join us', 'frame_right_membership.htm#join_us']
	],

	['Technical Content', 'page_technicalcontent.htm',{'tw':'_top'},
		['Network Components', 'frame_right_technicalcontent.htm#session1'],
		['Power Quality and EMC', 'frame_right_technicalcontent.htm#session2'],
		['Operation of Networks', 'frame_right_technicalcontent.htm#session3'],
		['Distributed Generation', 'frame_right_technicalcontent.htm#session4'],
		['Networks Development', 'frame_right_technicalcontent.htm#session5'],
		['Deregulation-Management-Skills', 'frame_right_technicalcontent.htm#session6'],
		['Publications', 'frame_right_technicalcontent.htm#publications']
	],

	['Events  ', 'page_events.htm',{'tw':'_top'},
		['Biennial Conference - 1999', 'frame_right_events.htm#biennal'],
		['Biennial Conference - 2001', 'frame_right_events.htm#cired2001'],
		['Biennial Conference - 2003', 'frame_right_events.htm#cired2003'],
		['Biennial Conference - 2007', 'frame_right_events.htm#cired2007'],
		['Biennial Conference - 2009', 'frame_right_events.htm#cired2009'],
		['Biennial Conference - 2011', 'frame_right_events.htm#cired2011'],
		['CIRED sponsored events', 'frame_right_events.htm#sponsored'],
		['Events of interest for CIRED', 'frame_right_events.htm#interest']
	],

	['Links  ', 'page_links.htm',{'tw':'_top'}],
	
	['Contact  ', 'page_contact.htm',{'tw':'_top'}],

	['Site Map ', 'page_sitemap.htm',{'tw':'_top'}]
];


