//(c) Ger Versluis 2000 version 1.0, 1 november 2000

	var NoOffFirstLineMenus=4; //set number of main menu items
	var LowBgColor='#000033';
	var HighBgColor='#cccccc';
	var FontLowColor='#d9bd23';
	var FontHighColor='#3300ff';
	var BorderColor='#000033';
	var BorderWidth=2;
	var BorderBtwnElmnts=1;
	var FontFamily="arial,helvetica,sans-serf"
	var FontSize=8;
	var FontBold=1;
	var FontItalic=0;
	var MenuTextCentered=0;
	var MenuCentered='left';
	var MenuVerticalCentered='top';
	var ChildOverlap=.1;
	var ChildVerticalOverlap=.1;
	var StartTop=220; //set vertical offset
	var StartLeft=0; //set horizontal offset
	var VerCorrect=0;
	var HorCorrect=0;
	var LeftPaddng=10;
	var TopPaddng=2;
	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("WCB Home Page","default.htm",0,20,150);

Menu2=new Array("Contact Information","contact.htm",0);
		
Menu3=new Array("Forms","",5);
	Menu3_1=new Array("Application","",5,20,210);
		Menu3_1_1=new Array("Fees","fees.htm",0,20,180);
		Menu3_1_2=new Array("Application Process","process.htm",0);
		Menu3_1_3=new Array("Application Schedule","",2);
			Menu3_1_3_1=new Array("MS Word","ycwcbschedule.doc",0,20,180);
			Menu3_1_3_2=new Array("PDF","ycwcbschedule.pdf",0);
		Menu3_1_4=new Array("Application","application.htm",2);
			Menu3_1_4_1=new Array("MS Word","http://www.ecy.wa.gov/pubs/ecy040197a.doc",0,20,180);
			Menu3_1_4_2=new Array("PDF","http://www.ecy.wa.gov/pubs/ecy040197a.pdf",0);	
		Menu3_1_5=new Array("Current Applicants","current_applications.pdf",0);	
	Menu3_2=new Array("Questionnaire","",2);
		Menu3_2_1=new Array("MS Word","questionnaire.doc",0,20,180);
		Menu3_2_2=new Array("PDF","questionnaire.pdf",0);
	Menu3_3=new Array("Report of Examination","http://www.ecy.wa.gov/biblio/ecy040106.html",0)
	Menu3_4=new Array("Public Notice Form","",2);
		Menu3_4_1=new Array("MS Word","publicnotice.doc",0,20,180);
		Menu3_4_2=new Array("PDF","publicnotice.pdf",0);
	Menu3_5=new Array("Request for Public Record PDF)","/Conservancy/Forms/RequestForPublicRecord.pdf",0,20,180);				
	
<!--Menu4=new Array("Agenda","agenda.htm",0);-->

Menu4=new Array("Links","links.htm",1);
	Menu4_1=new Array("Satellite Photos","http://terraserver-usa.com/",0,20,180);



