//(c) Ger Versluis 2000 version 1.0, 1 november 2000

	var NoOffFirstLineMenus=5; //set number of main menu items
	var LowBgColor='#000099';
	var HighBgColor='#99c5ff';
	var FontLowColor='#ffff00';
	var FontHighColor='#000099';
	var BorderColor='#ffff00';
	var BorderWidth=2;
	var BorderBtwnElmnts=1;
	var FontFamily="times new roman,technical,arial"
	var FontSize=9;
	var FontBold=1;
	var FontItalic=0;
	var MenuTextCentered=0;
	var MenuCentered='center';
	var MenuVerticalCentered='top';
	var ChildOverlap=.1;
	var ChildVerticalOverlap=.2;
	var StartTop=220; //set vertical offset
	var StartLeft=10; //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 MenuFramesHorizontal=0;
	var DissapearDelay=500;
	var TakeOverBgColor=1;
	var FirstLineFrame='navig';
	var SecLineFrame='space';
	var DocTargetFrame='top';
	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("Welcome","index.html",2,20,140);
	Menu1_1=new Array("About Sunny Creek","about.html",0,20,120);
	Menu1_2=new Array("Contact Information","contact.html",0);

Menu2=new Array("Our Products","sprouts2.html",0);
	Menu2_1=new Array("Sprouts","sprouts.html",0,20,120);
	Menu2_2=new Array("Specialty Produce","produce.html",0);

Menu3=new Array("Locally Grown Produce","available.html",1);
	Menu3_1=new Array("Press Releases","",2,20,120);
                    	Menu3_1_1=new Array("April 27,2009","press.html",0,20,120);   
                    	Menu3_1_2=new Array("Update 5-4-09","press2.html",0);
		

Menu4=new Array("Nutrition Info","nutrition.html",0);
		

Menu5=new Array("Our Customers","retail.html",0);
	



