	var NoOffFirstLineMenus=7;
	var LowBgColor='#718872';
	var LowSubBgColor='#718872';
	var HighBgColor='#EEF1D6';
	var HighSubBgColor='#EEF1D6';
	var FontLowColor='black';
	var FontSubLowColor='black';
	var FontHighColor='red';
	var FontSubHighColor='red';
	var BorderColor='black';
	var BorderSubColor='black';
	var BorderWidth=1;	
	var BorderBtwnElmnts=1;
	var FontFamily="arial,comic sans ms,technical"
	var FontSize=9;
	var FontBold=1;	
	var FontItalic=0;	
	var MenuTextCentered='center';
	var MenuCentered='center';
	var MenuVerticalCentered='top';
	var ChildOverlap=.2;
	var ChildVerticalOverlap=.2;
	var StartTop=240;
	var StartLeft=1;
	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=['files/tri.gif',5,10,'files/tridown.gif',10,5,'files/trileft.gif',5,10];

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,100);

Menu2=new Array("About","about.htm","",2,20,120);
	Menu2_1=new Array("The Practitioner","about.htm","",0,20,120);
	Menu2_2=new Array("Chinese Medicine","aboutmed.htm","",0,20,120);

Menu3=new Array("Whole Health","acupuncture.htm","",6,20,115);
	Menu3_1=new Array("Acupuncture","acupuncture.htm","",0,20,115);
	Menu3_2=new Array("Herbs/Formulas","herbs.htm","",0);
	Menu3_3=new Array("Nutrition","nutrition.htm","",0);
	Menu3_4=new Array("Detox","detox.htm","",0);
	Menu3_5=new Array("Addiction","addiction.htm","",0);
	Menu3_6=new Array("Lab Testing","lab.htm","",0);

Menu4=new Array("Schedule","schedule.htm","",2);
	Menu4_1=new Array("Office Info","office.htm","",0,20,100);
	Menu4_2=new Array("Schedule Appt","schedule.htm","",0);

Menu5=new Array("FAQ","faq.htm","",0);
	
Menu6=new Array("Community","testimonials.htm","",3);
	Menu6_1=new Array("Events","events.htm","",0,20,100);
	Menu6_2=new Array("Testimonials","testimonials.htm","",0,20,100);
	Menu6_3=new Array("Links","links.htm","",0,20,100);
	
Menu7=new Array("Research","research.htm","",0,20,100);