	var NoOffFirstLineMenus=6;
	var LowBgColor='#0F2A78';
	var LowSubBgColor='#0F2A78';
	var HighBgColor='#6699CC';
	var HighSubBgColor='#6699CC';
	var FontLowColor='white';
	var FontSubLowColor='white';
	var FontHighColor='white';
	var FontSubHighColor='white';
	var BorderColor='';
	var BorderSubColor='#888888';
	var BorderWidth=1;
	var BorderBtwnElmnts=0;
	var FontFamily="verdana";
	var FontSize=10;
	var FontBold=1;
	var FontItalic=0;
	var MenuTextCentered='left';
	var MenuCentered='left';
	var MenuVerticalCentered='top';
	var ChildOverlap=.05;
	var ChildVerticalOverlap=.2;
	var StartTop=90;
	var StartLeft=2;
	var VerCorrect=0;
	var HorCorrect=0;
	var LeftPaddng=20;
	var TopPaddng=4;
	var FirstLineHorizontal=0;
	var MenuFramesVertical=1;
	var DissapearDelay=1000;
	var TakeOverBgColor=0;
	var FirstLineFrame='MenuFrame';
	var SecLineFrame='MainFrame';
	var DocTargetFrame='MainFrame';
	var TargetLoc='';
	var HideTop=0;
	var MenuWrap=0;
	var RightToLeft=0;
	var UnfoldsOnClick=0;
	var WebMasterCheck=0;
	var ShowArrow=1;
	var KeepHilite=1;
	var Arrws=['images/tri.gif',5,10,'images/tridown.gif',10,5,'images/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","home.html","",0,24,179);

Menu2=new Array("About Us","","",2);
	Menu2_1=new Array("Dr. Lois","abtdoc.html","",0,24,185);	
	Menu2_2=new Array("His Practice","abtprac.html","",0);
	Menu2_3=new Array("Contact Information", "contact.html","",0);

Menu3=new Array("Patient Information","","",2);
	Menu3_1=new Array("Driving Directions","directions.html","",0,24,235);
	Menu3_2=new Array("HIPAA Privacy Information","hippa.html","",0);

Menu4=new Array("Newsletter","","",3);
	Menu4_1=new Array("Current Newsletter","news.html","",0,24,185);
	Menu4_2=new Array("Newsletter Archives", "archive.html","",0);
	Menu4_3=new Array("Upload Newsletter","cgi-local/news.pl","",0,24,185);

Menu5=new Array("FAQ","faq.html","",0)

Menu6=new Array("Contact Information", "contact.html","",0);
