//(c) Ger Versluis 2000 version 1.0, 1 november 2000

	var NoOffFirstLineMenus=6; //set number of main menu items
	var LowBgColor='#F2F2F2';
	var HighBgColor='#D1D1E9';
	var FontLowColor='#3C9626';
	var FontHighColor='White';
	var BorderColor='#D1D1E9';
	var BorderWidth=2;
	var BorderBtwnElmnts=1;
	var FontFamily="arial,comic sans ms,technical"
	var FontSize=10;
	var FontBold=0;
	var FontItalic=0;
	var MenuTextCentered='center';
	var MenuCentered='center';
	var MenuVerticalCentered='top';
	var ChildOverlap=.1;
	var ChildVerticalOverlap=.1;
	var StartTop=5; //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("Home","http://thevermonthouse.com/index2.htm",0,20,110);

Menu2=new Array("Local Area","attractions.htm",4);
	Menu2_1=new Array("Our Town","/town.htm",0,20,110);
	Menu2_2=new Array("Skiing","/ski.htm",0);
	Menu2_3=new Array("Golf","/golf.htm",0);
        Menu2_4=new Array("Directions","/directions.htm",0);


Menu3=new Array("Inn","rooms.htm",2);
	Menu3_1=new Array("Rooms","/rooms.htm",0,20,110);
	Menu3_2=new Array("Reservations","/reserve.htm",0);
	Menu3_3=new Array("Image","file.htm",1);
               Menu3_3_1=new Array("<img src='busts.jpg'>","file.htm",0,128,128);

Menu4=new Array("Restaurant","/restaurant.htm",0);
	Menu4_1=new Array("Dynamic Drive","http://www.dynamicdrive.com",0,20,180);
	Menu4_2=new Array("Website Abstraction","http://www.google.com",0);
	Menu4_3=new Array("Freewarejava","http://www.freewarejava.com",0);
	Menu4_4=new Array("Web Review","http://www.webreview.com",0);

Menu5=new Array("Tavern","/tavern.htm",0);
	Menu5_1=new Array("Author\'s Site","http://www.burmees.nl/",0,20,140);

Menu6=new Array("Contact Us","/contact.htm",1);  


