/*
  --- menu items --- 
  
*/
var MENU_ITEMS = [
	['Home', 'index.html', null,
		['About Ephrata WA', 'ephrata.html'],
		['Search the Website', 'search.html'],

	],
	['About', 'about.html', null,
		['Medical Background', 'medical_background.html'],
		['Social Events', 'social_events.html'],
		['The Said Family', 'family.html']
	],

	['Clinic', 'clinic.html', null,
		['Addresses and Phone', 'clinic.html', null,
			['Clinic Address', 'clinic.html', null,
				['524 E. Division', null, null, ],
				['Ephrata WA 98823', null, null,],
			],
			['Mailing Address', 'clinic.html', null,
				['PO Box 40', null, null, ],
				['Ephrata WA 98823', null, null,],
			],
			['Phone and Fax', 'clinic.html', null,
				['phone  509 754 4689', null, null, ],
				['fax  509 754 3241', null, null,],
			]
		],
		],
	['Events', 'current_events.html', null,
		['Current Events', 'current_events.html', null,
			['2007 Events', 'current_events_2007.html', null, 
	    	            ['Letter to Bush', 'letter_to_bush.html'],
			],
			['2006 Events', 'current_events_2006.html', null, 
	    	            ['US_Senate 2006', 'US_Senate_2006.html'],
			],
			['2005 Events', 'current_events_2005.html', null, 
				['M.I.R.A', 'current_events/MIRA_Islamic_Movement_Arabia.htm'],
			],
		],

		['Palestinian Message', 'palestine_message_1.html', null,				
		],

		['Hussein Interview', 'interview_saddam_hussein.html'],
	],

	
	['Connection', 'the_connection.html', null,
	],

	['Weekly a.i.r.', 'weekly_air.html', null,
	],

	['Forum', 'e-forum.html', null,
		['e-forum Emails', 'e-forum.html'],
		['Feedback Forum', 'forum/'],

],

	['Political', 'US_Senate.html', null,

		['Governor 2008', 'governor_2008.html'],
		['US_Senate 2006', 'US_Senate_2006.html'],
		['US_Senate 2004', 'US_Senate_2004.html'],
		['More US_Senate', 'US_Senate_more.html'],
		['Pictures', 'political_pictures.html'],

	],


	['Religious', 'religious.html', null,
		['Pictures', 'religious_pictures.html'],

	],

	
];
