/******************************************************************************
 Menu interno
/*****************************************************************************/


var base = "/en/corporate_governance";
var base_name = "Corporate governance";

ml    = new left_menu(base_name, base);
menu  = new Array();
index = -1;

// 1
menu[++index] = 	new item_level1("How we govern Parmalat",					base+"/how_we_govern/");
	menu[index].addItem(	new item_level2("Corporate governance system",		base+"/how_we_govern/system/"));     
	menu[index].addItem(	new item_level2("Corporate governance policies",	base+"/how_we_govern/policies/"));     
	menu[index].addItem(	new item_level2("Articles of association",			base+"/how_we_govern/articles_of_association"));     
	menu[index].addItem(	new item_level2("Report on corporate governance",	base+"/how_we_govern/report"));     
	menu[index].addItem(	new item_level2("Annual information documents",		base+"/how_we_govern/notices/annual_information_document"));     
	/*
	menu[index].addItem(	new item_level2("Notices",							base+"/how_we_govern/notices/"));     
	menu[index].items[4].addItem(new item_level3("Annual information documents",base+"/how_we_govern/notices/annual_information_document"));
	*/

// 2
 menu[++index] = 	new item_level1("Management",		"/en/about_us/management/");
        
// 3      
menu[++index] = 	new item_level1("Board of directors",						base+"/board_of_directors/");
	menu[index].addItem(	new item_level2("&nbsp;Work of the Board",				base+"/board_of_directors/work/"));     
	menu[index].addItem(	new item_level2("&nbsp;Board policies",					base+"/board_of_directors/policies/"));     
	menu[index].addItem(	new item_level2("&nbsp;Remuneration of the Board",		base+"/board_of_directors/remuneration/"));     
	menu[index].addItem(	new item_level2("&nbsp;Committees & Statutory Auditors",	base+"/board_of_directors/committees_statutory_auditors/"));     
	menu[index].items[3].addItem(new item_level3("The Appointments and Compensation Committee",			base+"/board_of_directors/committees_statutory_auditors/appointments_compensation"));
	menu[index].items[3].addItem(new item_level3("The Internal Control and Corporate Governance Committee",	base+"/board_of_directors/committees_statutory_auditors/internal_control_corporate"));
	menu[index].items[3].addItem(new item_level3("The Committee for Legal Disputes",					base+"/board_of_directors/committees_statutory_auditors/legal_dispites"));
	menu[index].items[3].addItem(new item_level3("The Board of Statutory Auditors",						base+"/board_of_directors/committees_statutory_auditors/statutory_auditors"));

// 4 
menu[++index] = 	new item_level1("Announcements", base+"/announcements");

// 5
menu[++index] = 	new item_level1("Corporate Calendar", base+"/corporate_calendar");

// 6      
menu[++index] = 	new item_level1("Market abuse and Internal dealing",							base+"/internal_dealing");
	menu[index].addItem(	new item_level2("Insiders",							base+"/internal_dealing/insiders/"));     
	menu[index].addItem(	new item_level2("Insider dealings",					base+"/internal_dealing/insiders_dealings/"));     
      
// 7      
menu[++index] = 	new item_level1("External auditors",						base+"/external_auditors");
           
// 8     
menu[++index] = 	new item_level1("Annual general meeting",					base+"/annual_general_meeting");
	menu[index].addItem(	new item_level2("AGM policy and procedures",		base+"/annual_general_meeting/policy_procedures/"));     
	menu[index].addItem(	new item_level2("AGM archive",						base+"/annual_general_meeting/archive/"));     

// 9      
menu[++index] = 	new item_level1("CG contacts",								base+"/cg_contacts");

for (i=0; i < menu.length; i++) ml.addItem (menu[i]);
