//(c) Ger Versluis 2000 version 1.0, 1 november 2000

	var NoOffFirstLineMenus=4; //set number of main menu items
	var LowBgColor='#f7f4e3';
	var HighBgColor='#ffffff';
	var FontLowColor='#000000';
	var FontHighColor='#000000';
	var BorderColor='#A79C88';
	var BorderWidth=1;
	var BorderBtwnElmnts=1;
	var FontFamily="arial"
	var FontSize=10;
	var FontBold=1;
	var FontItalic=0;
	var MenuTextCentered=0;
	var MenuCentered='left';
	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=6;
	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("Home/Other Links","",9,20,150);
Menu1_1=new Array("Michigan Courts Home","http://courts.michigan.gov/",0,20,220);
Menu1_2=new Array("Supreme Court","http://courts.michigan.gov/supremecourt/",0,20,220);
Menu1_3=new Array("Court of Appeals","http://courtofappeals.mijud.net/",0,20,220);
Menu1_4=new Array("Trial Courts","http://courts.michigan.gov/trialcourts/trial.htm",0,20,220);
Menu1_5=new Array("Learning Center","http://courts.michigan.gov/plc/",0,20,220);
Menu1_6=new Array("Self-Help Center","http://courts.michigan.gov/scao/selfhelp/selfhelphome.htm",0,20,220);
Menu1_7=new Array("Links of Interest","http://courts.michigan.gov/links_of_interest.htm",0,20,220);
Menu1_8=new Array("Site Map","http://courts.michigan.gov/sitempa",0,20,220);
Menu1_9=new Array("MCAP","http://courts.michigan.gov/mcap",0,20,220);

Menu2=new Array("Technical Initiatives","",3,20,220);
	Menu2_1=new Array("JIS Technology Initiatives","http://courts.michigan.gov/jis/techinit/initindex.html",0,20,220);
	Menu2_2=new Array("JIS Advisory Commission","http://courts.michigan.gov/scao/services/tcs/tech.htm#jisac",0,20,199);
	Menu2_3=new Array("Types of Technology","http://courts.michigan.gov/scao/services/tcs/tech.htm#types",0,20,220);

Menu3=new Array("Court Systems","",6);
	Menu3_1=new Array("Next Generation System","http://courts.michigan.gov/jis/courts/ng/ngindex.html",0,20,220);
	Menu3_2=new Array("Circuit Court System (CCS)","http://courts.michigan.gov/jis/courts/CCS/ccsindex.htm",0,20,220);
	Menu3_3=new Array("District Court System (DCS)","http://courts.michigan.gov/jis/courts/DCS/dcsindex.htm",0);
	Menu3_4=new Array("Probate Court System (PCS)","http://courts.michigan.gov/jis/courts/PCS/pcsindex.htm",0);
	Menu3_5=new Array("Trial Court System (TCS)","http://courts.michigan.gov/jis/courts/TCS/tcsindex.htm",0);
	Menu3_6=new Array("Jury System","http://courts.michigan.gov/jis/courts/Jury/juryindex.htm",0);
	Menu3_7=new Array("Contact JIS","http://courts.michigan.gov/jis/systems.htm",0);	

Menu4=new Array("JIS Home","http://courts.michigan.gov/jis",0);