//(c) Ger Versluis 2000 version 1.0, 1 november 2000

	var NoOffFirstLineMenus=8; //set number of main menu items
	var LowBgColor='#CC9933';
	var HighBgColor='#44B093';
	var FontLowColor='#FAF9EF';
	var FontHighColor='#ffffff';
	var BorderColor='#14342B';
	var BorderWidth=1;
	var BorderBtwnElmnts=1;
	var FontFamily="BernhardMod BT"
	var FontSize=9;
	var FontBold=0;
	var FontItalic=0;
	var MenuTextCentered=1;
	var MenuCentered='left';
	var MenuVerticalCentered='top';
	var ChildOverlap=.1;
	var ChildVerticalOverlap=.1;
	var StartTop=200; //set vertical offset
	var StartLeft=240; //set horizontal offset
	var VerCorrect=0;
	var HorCorrect=0;
	var LeftPaddng=0;
	var TopPaddng=0;
	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

Menu6=new Array("Staff","",4,25,87);
	Menu6_1=new Array("Rob ","Rob.htm",0,20,80);
	Menu6_2=new Array("Evelyn ","Evelyn.htm",0,20,80);
	Menu6_3=new Array("Angie ","Angie.htm",0,20,80);
	Menu6_4=new Array("Ruth ","Ruth.htm",0,20,80);

Menu5=new Array("Location ","",3,25,87);
	Menu5_1=new Array("From Yonge St. ","FromYonge.htm",0,20,120);
	Menu5_2=new Array("The Store ","the_store.htm",0,20,120);
	Menu5_3=new Array("Map ","map.htm",0,20,120);

Menu4=new Array("Testimonials ","testimonials.htm",0,25,87);

Menu3=new Array("Products ","",5,25,87);
	Menu3_1=new Array("Frames ","Products_frames.htm",0,20,110);
	Menu3_2=new Array("Lenses ","Products_lenses.htm",0,20,110);
	Menu3_3=new Array("Accessories ","Products_accessories.htm",0,20,110);
	Menu3_4=new Array("Sunglasses ","Products_sunglasses.htm",0,20,110);
	Menu3_5=new Array("Kids Pack ","KidsPack.htm",0,20,110);

Menu2=new Array("Services ","",4,25,87);
	Menu2_1=new Array("Scuba Masks ","Scuba_Masks.htm",0,20,210);
	Menu2_2=new Array("Hospital Visits ","Hospital_Visits.htm",0,20,210);
	Menu2_3=new Array("Frame Repairs ","Frame_Repairs.htm",0,20,210);
	Menu2_4=new Array("Custom Clip-on Sunglasses ","Services_sunglasses.htm",0,20,210);

Menu1=new Array("What's New ","",4,25,87);
	Menu1_1=new Array("Frames ","Whats_New_frames.htm",0,20,110);
	Menu1_2=new Array("Lenses ","Whats_New_lenses.htm",0,20,110);
	Menu1_3=new Array("Accessories ","Whats_New_Accessories.htm",0,20,110);
	Menu1_4=new Array("Eye Games ","eyegames.htm",0,20,110);

Menu7=new Array("Contact Us ","",2,25,87);
	Menu7_1=new Array("Contact Information ","contact_us.htm",0,40,110);
	Menu7_2=new Array("Request Information ","infoRequest.htm",0,40,110);

Menu8=new Array("Home ","default.htm",0,25,87);


