
var NoOffFirstLineMenus=6;				// Number of first level items
var LowBgColor='#f7f6e6';				// Background color when mouse is not over
var LowSubBgColor='#f7f6e6';			// Background color when mouse is not over on subs
var HighBgColor='#eee5dd';				// Background color when mouse is over
var HighSubBgColor='#eee5dd';			// Background color when mouse is over on subs
var FontLowColor='#67532e';				// Font color when mouse is not over
var FontSubLowColor='#67532e';			// Font color subs when mouse is not over
var FontHighColor='#9d0a0e';			// Font color when mouse is over
var FontSubHighColor='#9d0a0e';			// Font color subs when mouse is over
var BorderColor='black';				// Border color
var BorderSubColor='black';				// Border color for subs
var BorderWidth=0;						// Border width
var BorderBtwnElmnts=1;					// Border between elements 1 or 0
var FontFamily="verdana,arial,comic sans ms,technical"	// 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='left';			// 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=0;				// 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=9;				// Left padding
var TopPaddng=3;				// Top padding
var FirstLineHorizontal=0;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
var DissapearDelay=1000;			// 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='headerNavContainer';				// span id for relative positioning
var HideTop=1;				// Hide first level when loading new document 1 or 0
var MenuWrap=0;				// 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=['images/nav/arrowRight.gif',15,5,'images/nav/spacer.gif',10,5,'images/nav/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("rollover:images/nav/home_OFF.jpg:images/nav/home_ON.jpg","index.php","",0,21,207);

Menu2=new Array("rollover:images/nav/physicians_OFF.jpg:images/nav/physicians_ON.jpg","index.php?c=txt.physicians","",0,21,207);

Menu3=new Array("rollover:images/nav/facilities_OFF.jpg:images/nav/facilities_ON.jpg","index.php?c=txt.facilities","",0,21,207);
			
Menu4=new Array("rollover:images/nav/attorneys_OFF.jpg:images/nav/attorneys_ON.jpg","index.php?c=txt.attorneys","",0,21,207);

Menu5=new Array("rollover:images/nav/lienProcess_OFF.jpg:images/nav/lienProcess_ON.jpg","index.php?c=txt.lien","",0,21,20);
	
Menu6=new Array("rollover:images/nav/aboutUs_OFF.jpg:images/nav/aboutUs_ON.jpg","","",6,21,207);
	Menu6_1=new Array("Who We Are","index.php?c=txt.who","",0,20,150);
	Menu6_2=new Array("Corporate Profiles","index.php?c=txt.profiles","",0,20);
	Menu6_3=new Array("Company Policies","index.php?c=txt.policies","",0,20);
	Menu6_4=new Array("Our History","index.php?c=txt.history","",0,20);
	Menu6_5=new Array("FAQs","index.php?c=txt.faqs","",0,20);
	Menu6_6=new Array("Contact Us","index.php?c=txt.contact","",0,20);

	