/*
  --- menu items --- 
  
*/
var MENU_ITEMS = [
	['Home', 'index.html', null,
		['About Ephrata WA', 'ephrata.html'],
		['Dr.SaidsTenCommandments', 'Ten_Commandments.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,
			
		],

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

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

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

	['Monthly a.i.r.', 'weekly_air.html', null,
			['Political', 'politicalair.html'],
		['Medical', 'medicalair.html'],
		['Social-Family', 'socialair.html'],
		['Religious', 'religiousair.html'],
	
		
	],
	
	
	['Forum', 'e-forum.html', null,
		['e-forum Emails', 'e-forum.html'],
		['Feedback Forum', 'forum/'],

],

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


	],


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

	],
	['Miracles in life', 'miraclesair.html', null,
	],
	['Patients', 'submitted_by_patients.html'],
];

