	var NoOffFirstLineMenus=7; //set number of main menu items
	var LowBgColor='#A089C1';
	var HighBgColor='#2A4395';
	var FontLowColor='black';
	var FontHighColor='white';
	var BorderColor='white';
	var BorderWidth=2;
	var BorderBtwnElmnts=1;
	var FontFamily="Arial, Verdana, Helvetica, Trebuchet MS, Sans-serif, Times, TimesNR"
	var FontSize=8;
	var FontBold=1;
	var FontItalic=0;
	var MenuTextCentered=1;
	var MenuCentered='middle';
	var MenuVerticalCentered='top';
	var ChildOverlap=.1;
	var ChildVerticalOverlap=.1;
	var StartTop=137; //set vertical offset
	var StartLeft=0; //set horizontal offset
	var VerCorrect=0;
	var HorCorrect=0;
	var LeftPaddng=3;
	var TopPaddng=2;
	var FirstLineHorizontal=1; //set menu layout (1=horizontal, 0=vertical)
	var MenuFramesVertical=1;
	var DissapearDelay=500;
	var TakeOverBgColor=1;
	var FirstLineFrame='navig';
	var SecLineFrame='space';
	var DocTargetFrame='space';
	var WebMasterCheck=0;

//Menux=new Array("text to show","Link",No of sub elements,element height,element width);
//see accompanying "config.htm" file for more information on structure of menus

	Menu1=new Array("About Us","index.htm",0,20,108);

	Menu2=new Array("Yoga Teacher","yoga-teacher-dawn.htm",0,20,108);
				
	Menu3=new Array("Classes","classes.htm",0,20,108);

	Menu4=new Array("What is Yoga","what-is-yoga.htm",0,20,108);
	
	Menu5=new Array("Asanas","asanas.htm",0,20,108);
			
	Menu6=new Array("Testimonials","testimonials.htm",0,20,108);
					
	Menu7=new Array("Contact Us","contact-us.htm",0,20,108);
		
	
	
		