/*
  --- 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 = [
	['על המועצה הציבורית', null, null,
		['אודות המועצה',"p1_1.html"],
		['מבנה ומוסדות',"p1_2.html"],
		['הקוד האתי',"p1_3.html"],
		['חברות',"p1_4.html"],
		['ארגון למתנדב במועצה',"p1_5.html"],
		['נהלים תפקידים וסמכויות',"p1_6.html"],	 
  	    ['הורדות מסמכים',"download.html"]	 
	],
	
	['פעילות המועצה', null, null,					 
		['עצומות תושבים',"p2_1.html"], 
		['פרוטוקולי האסיפה הכללית',"p2_2.html"],	
		['המנון העיר בית שמש',"p2_3.html"], 	
		['הועד המנהל',"p2_4.html"],
		['< ועדות המשנה',null,null,
				['חינוך ונוער',"p2_5_1.html"],
				['טבע ואיכות הסביבה',"p2_5_2.html"],
				['קידום אזורי',"p2_5_3.html"]
		]				
	],
						 
	
	['יצירת קשר', null, null,
		['ארגון למתנדב',"p3_1.html"],
		['הועד המנהל',"p3_2.html"],
		['< ועדות המשנה',null,null,	
				['חינוך ונוער',"p3_3_1.html"],
				['טבע ואיכות הסביבה',"p3_3_2.html"],
				['קידום אזורי',"p3_3_3.html"]   				
		],		
  		['נציב פניות הציבור' ,"p3_4.html"],
		['הצטרפות למועצה', "p3_5.html"],
		['לתרומות', "p3_6.html"]

	]
];


