
	var NoOffFirstLineMenus=7;			// Number of first level items
	var LowBgColor='999999';			// Background color when mouse is not over
	var LowSubBgColor='0461A7';			// Background color when mouse is not over on subs
	var HighBgColor='999999';			// Background color when mouse is over
	var HighSubBgColor='00356A';			// 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='0461A7';			// Font color when mouse is over
	var FontSubHighColor='white';			// Font color subs when mouse is over
	var BorderColor='999999';			// Border color
	var BorderSubColor='000000';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="tahoma,arial,technical"	// Font family menu items
	var FontSize=10;				// Font size menu items
	var FontBold=0;				// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered='left';			// Item text position 'left', 'center' or 'right'
	var MenuCentered='right';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=0;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=0;			// vertical overlap child/ parent
	var StartTop=97;				// Menu offset x coordinate
	var StartLeft=0;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=5;				// Left padding
	var TopPaddng=2;				// Top padding
	var FirstLineHorizontal=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=800;			// delay before menu folds in
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='navig';			// Frame where first level appears
	var SecLineFrame='space';			// Frame where sub levels appear
	var DocTargetFrame='space';			// Frame where target documents appear
	var TargetLoc='';				// 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=1;				// 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.htm","",0,20,95);

Menu2=new Array("About","","",3,20,95);
	Menu2_1=new Array("About Us","/about.htm","",0,20,110);
	Menu2_2=new Array("The ADR Tree","javascript:window.open('/adr_tree.pdf')","",0);
	Menu2_3=new Array("Employment Opportunities","/employ.htm","",0);

Menu3=new Array("Services","","",6,20,95);
	Menu3_1=new Array("Arbitration","","",2,20,125);
	Menu3_1_1=new Array("About Arbitration","/arbitration.htm","",0,20,120);
	Menu3_1_2=new Array("Rules of Procedure","/arb_rules.htm","",0);
	Menu3_2=new Array("Mediation","/mediation.htm","",0);
	Menu3_3=new Array("Additional Services","/add_svc.htm","",0);
	Menu3_4=new Array("Business Disputes","/business.htm","",0);
	Menu3_5=new Array("Training Seminars","/training.htm","",0);
	Menu3_6=new Array("Family/Domestic","javascript:window.open('/family')","",0);

Menu4=new Array("Domestic/Divorce","javascript:window.open('/family')","",0,20,125);

Menu5=new Array("Panel","","",4,20,95);
	Menu5_1=new Array("About Our Panel","/ho_other.htm","",0,20,175);
	Menu5_2=new Array("New York Hearing Officers","/nyjudges.htm","",0);
	Menu5_3=new Array("New Jersey Hearing Officers","/njjudges.htm","",0);
	Menu5_4=new Array("Join Our Panel","/ho_apply.htm","",0);


Menu6=new Array("Submit Case","","",2,20,95);
	Menu6_1=new Array("Online","https://secure.webadv.com/ua/submit.htm","",0,20,100);
	Menu6_2=new Array("Print Out","javascript:window.open('/submit.pdf')","",0);

Menu7=new Array("Contact Us","","",5,20,105);
	Menu7_1=new Array("Email","","",3,20,90);
	Menu7_1_1=new Array("General","mailto:info@unitedarb.com","",0,20,100);
	Menu7_1_2=new Array("Inquiries","mailto:inquiry@unitedarb.com","",0);
	Menu7_1_3=new Array("Scheduling","mailto:schedule@unitedarb.com","",0);
	Menu7_2=new Array("Phone","","",2);
	Menu7_2_1=new Array("Local: 516.334.2700","","",0,20,150);
	Menu7_2_2=new Array("Toll Free: 800.583.4380","","",0);
	Menu7_3=new Array("Fax","","",1);
	Menu7_3_1=new Array("Fax: 516.334.2799","","",0,20,150);
	Menu7_4=new Array("Directions","/contact.htm","",0,20,110);
	Menu7_5=new Array("Webmaster","","",1);
	Menu7_5_1=new Array("Email","mailto:info@webadv.com","",0,20,110);