
	var NoOffFirstLineMenus=5;			// Number of first level items
	var LowBgColor='#ecb512';			// Background color when mouse is not over
	var LowSubBgColor='#ecb512';			// Background color when mouse is not over on subs
	var HighBgColor='#000000';			// Background color when mouse is over
	var HighSubBgColor='#000000';			// Background color when mouse is over on subs
	var FontLowColor='#000000';			// Font color when mouse is not over
	var FontSubLowColor='#000000';			// Font color subs when mouse is not over
	var FontHighColor='#ffffff';			// Font color when mouse is over
	var FontSubHighColor='#ecb512';			// Font color subs when mouse is over
	var BorderColor='#ecb512';			// 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="arial, geneva, verdana , helvetica, sans-serif"	// Font family menu items
	var FontSize=9.0;					// Font size menu items
	var FontBold=1;					// Bold menu items 1 or 0
	var FontItalic=1;				// 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='top';			// Menu vertical position 'top', 'middle' or 'bottom'
	var ChildOverlap=.0;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.1;			// 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=6;				// Left padding
	var TopPaddng=0;				// Top padding
	var FirstLineHorizontal=1;			// First level items layout horizontal 1 or 0
	var MenuFramesVertical=0;			// Frames in cols or rows 1 or 0
	var DissapearDelay=700;				// 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='';				// DIV id for relative positioning (refer to config.htm for info)
	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

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,17,140);

Menu2=new Array("About Us","#","",3,17,140);
	Menu2_1=new Array("Meet the Staff","meetstaff.htm","",0,18,160);
	Menu2_2=new Array("History","history.html","",0,18,160);
	Menu2_3=new Array("Testimonials","testimonials.htm","",0,18,160);

Menu3=new Array("Products","#","",4,17,140);
	Menu3_1=new Array("Cosmetics","#","",5,18,160);
		Menu3_1_1=new Array("LVI Smile Design","lvi_smile_design.html","",0,18,160);	
		Menu3_1_2=new Array("Empress","empress.htm","",0,18,160);
		Menu3_1_3=new Array("Emax","emax.htm","",0,18,160);
		Menu3_1_4=new Array("Lava","lava.htm","",0,18,160);
		Menu3_1_5=new Array("Diagnostic Wax- Ups","waxups.html","",0,18,160);
	Menu3_2=new Array("Crown and Bridge","#","",4,18,160);
		Menu3_2_1=new Array("PFMs","pfms.htm","",0,18,160);
		Menu3_2_2=new Array("Full Cast Crowns","full_cast_crowns.html","",0,18,160);
		Menu3_2_3=new Array("Provisionals","provisionals.html","",0,18,160);
		Menu3_2_4=new Array("Attachments","attachments.html","",0,18,160);
	Menu3_3=new Array("Implants","implants.htm","",5,18,160);
		Menu3_3_1=new Array("Implant Products","implantproducts.html","",0,18,160);
		Menu3_3_2=new Array("Abutments","abutments.html","",0,18,160);
		Menu3_3_3=new Array("Hybrid Dentures","Hybriddentures.html","",0,18,160);
		Menu3_3_4=new Array("Overdentures","overdentures.html","",0,18,160);
		Menu3_3_5=new Array("Surgical Stints","surgicalstents.html","",0,18,160);
	Menu3_4=new Array("Removables","#","",2,18,160);
		Menu3_4_1=new Array("Dentures","dentures.htm","",0,18,160);
		Menu3_4_2=new Array("Partials","partials.html","",0,18,160);

Menu4=new Array("Rx Forms","forms.htm","",3,17,140);
	Menu4_1=new Array("Detailed Shade","pdfs/detailed_shade_rx.pdf","",0,18,160);
	Menu4_2=new Array("Fixed","pdfs/au_dental_fixed_ceramics_form.pdf","",0,18,160);
	Menu4_3=new Array("Removable","pdfs/au_dental_removable_ceramics_form.pdf","",0,18,160);

Menu5=new Array("Contact Us","contact.htm","",0,17,140);

