/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.411 24 December 2001 (updated Jan 31st, 2003 by Dynamic Drive for Opera7)
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=5;			// Number of first level items
	var LowBgColor='3B426A';			// Background color when mouse is not over
	var LowSubBgColor='3B426A';			// Background color when mouse is not over on subs
	var HighBgColor='3B426A'; //'5578CD';			// Background color when mouse is over
	var HighSubBgColor='3B426A';//'5578CD';			// Background color when mouse is over on subs
	var FontLowColor='white';			// Font color when mouse is not over
	var FontSubLowColor='white';			// Font color subs when mouse is not over
	var FontHighColor='FF0000'; //'da873f';			// Font color when mouse is over
	var FontSubHighColor='FF0000'; //'#da873f';			// Font color subs when mouse is over
	var BorderColor='black';			// Border color
	var BorderSubColor='3B426A';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="arial,comic sans ms,technical"	// Font family menu items
	var FontSize=9;				// Font size menu items
	var FontBold=1;				// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered='center';			// Item text position 'left', 'center' or 'right'
	var MenuCentered='center';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=-3;				// Menu offset x coordinate
	var VerCorrect=-1;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=0;				// Left padding
	var TopPaddng=0;				// Top padding
	var FirstLineHorizontal=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=0;			// Frames in cols or rows 1 or 0
	var DissapearDelay=1000;			// delay before menu folds in
	var UnfoldDelay=150;
    var TakeOverBgColor=1;			 // Menu frame takes over background color subitem frame
	var FirstLineFrame='';			// Frame where first level appears
	var SecLineFrame='';			// Frame where sub levels appear
	var DocTargetFrame='';			// Frame where target documents appear
	var TargetLoc='submenu';				// span id for relative positioning
	var HideTop=0;				// Hide first level when loading new document 1 or 0
	var MenuWrap=1;				// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
    var WebMasterCheck=0;			// menu tree checking on or off 1 or 0
	var ShowArrow=0;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['tri.gif',5,10,'tridown.gif',10,5,'trileft.gif',5,10];	// Arrow source, width and height
    
function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}

// Menu tree
//	MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);
//	For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"

Menu1=new Array("HOME","index.php","",0,20,151);

Menu2=new Array("PRACTICE AREAS","areas.php","",4,20,150);
	Menu2_1=new Array("Creditors Rights","areas.php#cadr","",0,20,140);
	Menu2_2=new Array("Individual Services","areas.php#indv","",0,20,140);
	Menu2_3=new Array("Commercial Services","areas.php#comm","",0,20,140);
	Menu2_4=new Array("Civil Litigation","areas.php#civil","",0,20,140);

Menu3=new Array("ATTORNEY BIOS","bios.php","",1,20,151);
	Menu3_1=new Array("Brian Wutz","bios.php","",0,20,124);

Menu4=new Array("ABOUT THE FIRM","aboutus.php","",4,20,151);
	Menu4_1=new Array("About Us","aboutus.php","",0,20,124);
	Menu4_2=new Array("Contact the Firm","contactus.php","",0,20,124);
	Menu4_3=new Array("Directions","directions.php","",0,20,124);
	Menu4_4=new Array("Careers","careers.php","",0,20,124);

Menu5=new Array("RESOURCE LINKS","links.php","",4,20,150);
    Menu5_1=new Array("MI Court Rules","links.php","",0,20,124);
	Menu5_2=new Array("MI SCAO Forms","links.php","",0,20,124);
	Menu5_3=new Array("DLEG Online","links.php","",0,20,124);
	Menu5_4=new Array("MI Legislature","links.php","",0,20,124);

//    Menu5_1=new Array("MI Court Rules","http://courtofappeals.mijud.net/rules/","",0,20,124);
//	Menu5_2=new Array("MI SCAO Forms","http://courts.michigan.gov/scao/courtforms/index.htm","",0,20,124);
//	Menu5_3=new Array("DLEG Online","http://michigan.gov/dleg/0,1607,7-154--22352--,00.html","",0,20,124);
//	Menu5_4=new Array("MI Legislature","http://www.legislature.mi.gov/(S(kin4xl45y5offkj2xe0o0k55))/mileg.aspx?page=home","",0,20,124);

	
//Menu7=new Array("FAQ's","faq.htm","",0,20,60);
   
