/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.41 24 December 2001	          *
*	For info write to menus@burmees.nl		          *
***********************************************************************************/

	var NoOffFirstLineMenus=6;			
	var LowBgColor='#639C18';
	var LowSubBgColor='7BC618';	
	var HighBgColor='#C6EF8C';			
	var HighSubBgColor='#C6EF8C';			
	var FontLowColor='black';			
	var FontSubLowColor='black';			
	var FontHighColor='white';			
	var FontSubHighColor='white';			
	var BorderColor='black';			
	var BorderSubColor='black';			
	var BorderWidth=1;				
	var BorderBtwnElmnts=1;		
	var FontFamily="arial,comic sans ms,technical"
	var FontSize=9;		
	var FontBold=0;
	var FontItalic=0;			
	var MenuTextCentered='left';			
	var MenuCentered='left';			
	var MenuVerticalCentered='top';		
	var ChildOverlap=.2;				
	var ChildVerticalOverlap=.2;			
	var StartTop=122;					
	var StartLeft=2;				
	var VerCorrect=0;		
	var HorCorrect=0;				
	var LeftPaddng=3;				
	var TopPaddng=2;				
	var FirstLineHorizontal=1;			
	var MenuFramesVertical=1;			
	var DissapearDelay=1000;		
	var TakeOverBgColor=1;			
	var FirstLineFrame='navig';			
	var SecLineFrame='space';			
	var DocTargetFrame='space';			
	var TargetLoc='';				
	var HideTop=0;				
	var MenuWrap=1;				
	var RightToLeft=0;				
	var UnfoldsOnClick=0;			
	var WebMasterCheck=0;			
	var ShowArrow=1;				
	var KeepHilite=1;				
	var Arrws=['assets/images/tri.gif',5,10,'assets/images/tridown.gif',10,5,'assets/images/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,75);

Menu2=new Array("about us","","",5,20,110);
	Menu2_1=new Array("our team","ourTeam.htm","",0,20,110);	
	Menu2_2=new Array("our mission","ourMission.htm","",0,20,110);	
	Menu2_3=new Array("our promise to you","ourPromise.htm","",0,20,110);	
	Menu2_4=new Array("the end of the drill","endDrill.htm","");
	Menu2_5=new Array("diagno dent","diagnoDent.htm","",0,20,110);	

		
Menu3=new Array("esthetic dentistry","dentistry.htm","",3,20,140);
	Menu3_1=new Array("before and after","beforeAfter.htm","",0,20,140);
	Menu3_2=new Array("cosmetic self-test","selfTest.htm","",0,20,140);
	Menu3_3=new Array("two-day make over","makeOver.htm","",0,20,140);

Menu4=new Array("work guarantee","workGuarantee.htm","",2,20,145);
	Menu4_1=new Array("testimonials","testimonials.htm","",0,20,145);
	Menu4_2=new Array("press releases","pressReleases.htm","",0,20,145);
	
Menu5=new Array("appointments","","",3,20,145);
	Menu5_1=new Array("request appointment","requestForm.htm","",0,20,145);
	Menu5_2=new Array("registration form","patientForm.htm","",0,20,145);
	Menu5_3=new Array("medical/dental history","dentalForm.htm","",0,20,145);

Menu6=new Array("contact us","","",2,20,100);
	Menu6_1=new Array("directions","directions.htm","",0,20,100);
	Menu6_2=new Array("e-mail us","mailto:info@centerforsmiles.com","",0,20,100);