//(c) Ger Versluis 2000 version 1.0, 1 november 2000

	var NoOffFirstLineMenus=4; //set number of main menu items
	var LowBgColor='#ffffff';
	var HighBgColor='#ccccff';
	var FontLowColor='#333366';
	var FontHighColor='#6666cc';
	var BorderColor='333366';
	var BorderWidth=1;
	var BorderBtwnElmnts=1;
	var FontFamily="arial"
	var FontSize=10;
	var FontBold=0;
	var FontItalic=0;
	var MenuTextCentered=0;
	var MenuCentered='center';
	var MenuVerticalCentered='top';
	var ChildOverlap=0;
	var ChildVerticalOverlap=0;
	var StartTop=0; //set vertical offset
	var StartLeft=0; //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=500;
	var TakeOverBgColor=0;
	var FirstLineFrame='self';
	var SecLineFrame='self';
	var DocTargetFrame='self';
	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("About the Court","",6,20,149);
	Menu1_1=new Array("Biography of the Justices","http://courts.michigan.gov/supremecourt/aboutcourt/biography.htm",0,20,240);
	Menu1_2=new Array("Budget Information","http://courts.michigan.gov/supremecourt/aboutcourt/budget.htm",0);
	Menu1_3=new Array("Court Overview","http://courts.michigan.gov/supremecourt/aboutcourt/msc_over.htm",0);
	Menu1_4=new Array("Employment Opportunities","http://courts.michigan.gov/supremecourt/HumanResources/",0);
	Menu1_5=new Array("MI Hall of Justice","http://courts.michigan.gov/supremecourt/Press/HOJ/",0);
	Menu1_6=new Array("MI Supreme Court Historical Society","http://www.micourthistory.org",0);
	
Menu2=new Array("Newsroom","",3);
	Menu2_1=new Array("Press Releases","http://courts.michigan.gov/supremecourt/press/",0,20,210);	
	Menu2_2=new Array("Public Info Office","http://courts.michigan.gov/supremecourt/press/PublicInformationIndex.htm",0);
	Menu2_3=new Array("Special Features","http://courts.michigan.gov/supremecourt/Press/SpecialFeaturesIndex.htm",0);

Menu3=new Array("Clerk\'s Office","",5);
	Menu3_1=new Array("Attorney Certification","http://courts.michigan.gov/supremecourt/clerk/msc_clerk.htm#attorney",0,20,190);
	Menu3_2=new Array("Filing Requirements","http://courts.michigan.gov/supremecourt/clerk/msc_clerk.htm",0);
	Menu3_3=new Array("How a Case is Decided","http://courts.michigan.gov/supremecourt/clerk/msc_howdecided.htm",0);
	Menu3_4=new Array("Schedule of Oral Arguments","http://courts.michigan.gov/supremecourt/clerk/msc_orals.htm",0);
	Menu3_5=new Array("State Board of Law Examiners","http://courts.michigan.gov/supremecourt/BdofLawExaminers/",0);

Menu4=new Array("Resources","",6);
	Menu4_1=new Array("Michigan Court Rules","http://courtofappeals.mijud.net/court/courtrules.htm",0,20,290);
	Menu4_2=new Array("Publications","",2);
		Menu4_2_1=new Array("State Court Administrative Office","http://courts.michigan.gov/scao/resources/publications/index.htm",0,20,230);
		Menu4_2_2=new Array("Michigan Judicial Institute","http://courts.michigan.gov/mji/resources/publications.htm",0);
	Menu4_3=new Array("Search Court Opinions","http://courts.michigan.gov/supremecourt/resources/searchengine.htm",0);
	Menu4_4=new Array("Track Court Rules and Administrative Orders","http://courts.michigan.gov/supremecourt/resources/administrative/",0);
	Menu4_5=new Array("Track Legislation Affecting the Judiciary","http://courts.michigan.gov/supremecourt/resources/legislative/",0);
	Menu4_6=new Array("Civil Jury Instructions","http://courts.michigan.gov/mcji-index.htm",0);
	