//(c) Rich Blakemore 2004 version 1.0, 1 Richs Web Design 2006

	var NoOffFirstLineMenus=17; //set number of main menu items
	var LowBgColor='#CC0000';
	var HighBgColor='#FFFFFF';
	var FontLowColor='white';
	var FontHighColor='#000000';
	var BorderColor='#CC0000';
	var BorderWidth=1;
	var BorderBtwnElmnts=1;
	var FontFamily="arial"
	var FontSize=10;
	var FontBold=0;
	var FontItalic=0;
	var MenuTextCentered=0;
	var MenuCentered='left';
	var MenuVerticalCentered='top';
	var ChildOverlap=.05;
	var ChildVerticalOverlap=.1;
	var StartTop=125; //set vertical offset
	var StartLeft=0; //set horizontal offset
	var VerCorrect=0;
	var HorCorrect=0;
	var LeftPaddng=3;
	var TopPaddng=1;
	var FirstLineHorizontal=0; //set menu layout (1=horizontal, 0=vertical)
	var MenuFramesVertical=1;
	var DissapearDelay=1000;
	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("Schedule","schedule.htm",0,15,125);

Menu2=new Array("Entertainment","entertainment.htm",0,20,60);

Menu3=new Array("Directions","directions.htm",0,20,185);

Menu4=new Array("FAQ's","faqs.htm",0,15,145);

Menu5=new Array("Contact Us","contact.htm",5,20,200);
	Menu5_1=new Array("A & C Vendors","acvendores.htm",0,20,130);
	Menu5_2=new Array("Comm. Vendors","commvendors.htm",0,20,140);
	//Menu5_3=new Array("Exhibitors","exhibitors.htm",0,20,140);
	Menu5_3=new Array("Media","media.htm",0);
	Menu5_4=new Array("Entertainment","entertainmentvendors.htm",0);
	Menu5_5=new Array("General Questions","faqs.htm",0);

Menu6=new Array("Featured Areas","featured.htm",9,20,158);
	Menu6_1=new Array("Arts & Crafts","arts.htm",0,20,175);
	Menu6_2=new Array("North Main Performance Area","nmain.htm",0);
	Menu6_3=new Array("Vendors","vendors.htm",0);
	Menu6_4=new Array("Food","food.htm",0);
	Menu6_5=new Array("Youth Area","youth.htm",0);
	Menu6_6=new Array("Teen Scene","teen.htm",0);
	Menu6_7=new Array("Korner's Folly","folly.htm",0);
	Menu6_8=new Array("Antique Car Show","antiquecars.htm",0);
	Menu6_9=new Array("Kernersville Walking Tour","walking.htm",0);

Menu7=new Array("South Main","southmain.htm",0,20,138);
Menu8=new Array("West Main","westmain.htm",0,20,138);
//Menu8=new Array("North Main","northmain.htm",0,20,138);

//Menu8=new Array("Teen Scene","teen.htm",0,20,138);
Menu9=new Array("Vendors Area","vendors.htm",0,20,138);
Menu10=new Array("Photo Gallery","photos.htm",0,20,138);
Menu11=new Array("Map","map.htm",0,20,110);
Menu12=new Array("Sponsors","sponsors.htm",0,20,138);
Menu13=new Array("Volunteers","volunteers.htm",0,20,138);
Menu14=new Array("Accommodations","accomodations.htm",0,20,138);
Menu15=new Array("Chamber Web Site","http://www.kernersvillenc.com",0,20,138);
Menu16=new Array("Weather","weather.htm",0,20,138);
Menu17=new Array("HOME!","index.htm",0,20,138);









