//(c) Ger Versluis 2000 version 1.0, 1 november 2000

	var NoOffFirstLineMenus=6; //set number of main menu items
	var LowBgColor='#31009c';
	var HighBgColor='yellow';
	var FontLowColor='white';
	var FontHighColor='black';
	var BorderColor='black';
	var BorderWidth=0;
	var BorderBtwnElmnts=1;
	var FontFamily="arial,times new roman,helvetica"
	var FontSize=9;
	var FontBold=1;
	var FontItalic=0;
	var MenuTextCentered=0;
	var MenuCentered='left';
	var MenuVerticalCentered='top';
	var ChildOverlap=.1;
	var ChildVerticalOverlap=.1;
	var StartTop=115; //set vertical offset
	var StartLeft=15; //set horizontal offset
	var VerCorrect=0;
	var HorCorrect=0;
	var LeftPaddng=3;
	var TopPaddng=2;
	var FirstLineHorizontal=1; //set menu layout (1=horizontal, 0=vertical)
	var MenuFramesVertical=1;
	var DissapearDelay=200;
	var TakeOverBgColor=1;
	var FirstLineFrame='navig';
	var SecLineFrame='space';
	var DocTargetFrame='space';
	var WebMasterCheck=0;

//Menux=new Array("text to show","Link",No of sub elements,element height,element width);
//see accompanying "config.htm" file for more information on structure of menus


Menu1=new Array("Home","index.html",0,20,110);


Menu2=new Array("Ombudsman","ombudsman.html",6,20,120);
	Menu2_1=new Array("Ombudsman Description","ombudsman.html#ombudsman",0,20,160);
	Menu2_2=new Array("Resident Rights","ombudsman.html#resident",0);
	Menu2_3=new Array("Care Options","care_options.html",0);
	Menu2_4=new Array("Choosing Long Term Care","care_options.html#choosing",0);
	Menu2_5=new Array("Volunteer Ombudsman","ombudsman.html#volunteer",0);
	Menu2_6=new Array("Pamphlets","pamphlets.html",0);


Menu3=new Array("Legal Services","legal_services.html",6,20,120);
	Menu3_1=new Array("Legal Hotline","legal_services.html#hotline",0,20,225);
	Menu3_2=new Array("National Senior Hotline Directory","National_Hotline_List.html",0);
	Menu3_3=new Array("Hotline Attorney Referral Panel","legal_services.html#referral",0);
	Menu3_4=new Array("Mid-America Pension Rights Project","oh_pension.html",0);
	Menu3_5=new Array("Medicaid - Medicare Eligibility Information","eligibility_info.html",0);
	Menu3_6=new Array("Pamphlets","pamphlets.html",0);


Menu4=new Array("Projects","crime_victims.html",5,20,100);
	Menu4_1=new Array("Crime Victim Assistance Project","crime_victims.html",0,20,225);
	Menu4_2=new Array("Ohio SMP","sr_medicare_patrol.html",0);
	Menu4_3=new Array("Mid-America Pension Rights Project","oh_pension.html",0);
//	Menu4_4=new Array("Residential State Supplement Project","projects.html#residential",0);
	Menu4_4=new Array("Community Education","community_ed.html",0);
    Menu4_5=new Array("Community Events Calendar","Event_Cal.html",0);

Menu5=new Array("Search","index.html#Search",0,20,100);

Menu6=new Array("About Pro Seniors    ","about.html",10,20,150);
	Menu6_1=new Array("Our Mission","about.html#mission",0,20,154);
	Menu6_2=new Array("Contact Us","about.html#contact",0);
    Menu6_3=new Array("Why Give to Pro Seniors?","donate.html",0);
    Menu6_4=new Array("Our Staff","staff.html",0);
    Menu6_5=new Array("Our Newsletters","Newsletters.html",0);
//	Menu6_6=new Array("Employment Opportunities","PDFDocs/General/Jobs.pdf",0);
	Menu6_6=new Array("Employment Opportunities","PDFDocs/General/NoJobs.pdf",0);
	Menu6_7=new Array("Volunteer Opportunities","Volunteer_page.html",0);
	Menu6_8=new Array("Annual Report","PDFDocs/General/AnnualRpt.pdf",0);
	Menu6_9=new Array("Site Map","site_map_dsclaim.html",0);
	Menu6_10=new Array("Disclaimer","site_map_dsclaim.html#disclaimer",0);
	
	
