	var NoOffFirstLineMenus=6;			// Number of first level items
	var LowBgColor='';					// Background color when mouse is not over
	var LowSubBgColor='#369C30';			// Background color when mouse is not over on subs
	var HighBgColor='#53AD4E';			// Background color when mouse is over
	var HighSubBgColor='#53AD4E';			// Background color when mouse is over on subs
	var FontLowColor='#E7E5DF';			// Font color when mouse is not over
	var FontSubLowColor='#FFFFFF';			// Font color subs when mouse is not over
	var FontHighColor='#FFFFFF';			// Font color when mouse is over
	var FontSubHighColor='#FFFFFF';			// Font color subs when mouse is over
	var BorderColor='';			// Border color
	var BorderSubColor='';			// Border color for subs
	var BorderWidth=0;				// Border width
	var BorderBtwnElmnts=0;			// Border between elements 1 or 0
	var FontFamily="Verdana, Tahoma, Helvetica"	// Font family menu items
	var FontSize=8;				// 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='center';			// 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=70;				// 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=0;				// Left padding
	var TopPaddng=0;				// 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=200;			// delay before menu folds in
	var TakeOverBgColor=12;			// 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=0;				// Uses arrow gifs when 1
	var KeepHilite=0;				// Keep selected path highligthed

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("rollover:/img/x.gif:/img/x.gif","/index.asp","",0,43,275);

Menu2=new Array("rollover:/img/btn-home-up.gif:/img/btn-home-dn.gif","http://www.padgettnga.com","",0,43,63);
	
Menu3=new Array("rollover:/img/btn-about-up.gif:/img/btn-about-dn.gif","/about/index.asp","",0,43,86);

Menu4=new Array("rollover:/img/btn-services-up.gif:/img/btn-services-dn.gif","/services/index.asp","",7,43,82);
	Menu4_1=new Array("","","",0,5,150);
	Menu4_2=new Array("&nbsp;<img src='/img/x.gif'> Tax Consulting","/services/index.asp","",0,16,150);
	Menu4_3=new Array("&nbsp;<img src='/img/x.gif'> Financial Reporting","/services/index.asp#reporting","",0,16,150);
	Menu4_4=new Array("&nbsp;<img src='/img/x.gif'> Payroll Services","/services/index.asp#payroll","",0,16,150);
	Menu4_5=new Array("&nbsp;<img src='/img/x.gif'> Business Advice","/services/index.asp#advice","",0,16,150);
	Menu4_6=new Array("&nbsp;<img src='/img/x.gif'> Padgett Plus","/services/padgett-plus.asp","",0,16,150);
	Menu4_7=new Array("","","",0,5,150);

Menu5=new Array("rollover:/img/btn-resources-up.gif:/img/btn-resources-dn.gif","/resources/index.asp","",4,43,96);
	Menu5_1=new Array("","","",0,5,175);
	Menu5_2=new Array("&nbsp;<img src='/img/x.gif'> Business Resources","/resources/index.asp","",0,16,175);
	Menu5_3=new Array("&nbsp;<img src='/img/x.gif'> SmallBiz Builder Newsletter","/resources/smallbiz-builder.asp","",0,16,175);
	Menu5_4=new Array("","","",0,5,175);



Menu6=new Array("rollover:/img/btn-contact-up.gif:/img/btn-contact-dn.gif","/contact/index.asp","",0,43,92);


