var NoOffFirstLineMenus=7;		// Number of first level items
var LowBgColor='#fcfcf4';		// Background color when mouse is not over
var LowSubBgColor='#99cc99';		// Background color when mouse is not over on subs
//var LowSubBgColor='#fcfcf4';		// Background color when mouse is not over on subs
var HighBgColor='#630000';		// Background color when mouse is over
var HighSubBgColor='#630000';		// Background color when mouse is over on subs
var FontLowColor='#004000';		// Font color when mouse is not over
var FontSubLowColor='#000000';		// Font color subs when mouse is not over
//var FontSubLowColor='#004000';		// Font color subs when mouse is not over
var FontHighColor='#fcfcf4';		// Font color when mouse is over
var FontSubHighColor='#fcfcf4';		// Font color subs when mouse is over
var BorderColor='#004000';		// Border color
var BorderSubColor='#004000';		// Border color for subs
var BorderWidth=1;			// Border width
var BorderBtwnElmnts=1;			// Border between elements 1 or 0
var FontFamily="verdana,arial,times"	// Font family menu items
var FontSize=7;				// Font size menu items
var FontBold=1;				// Bold menu items 1 or 0
var FontItalic=0;			// Italic menu items 1 or 0
var MenuTextCentered='left';		// Item text position 'left', 'center' or 'right'
var MenuCentered='center';		// Menu horizontal position 'left', 'center' or 'right'
var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle','bottom' or static
var ChildOverlap=.2;			// horizontal overlap child/ parent
var ChildVerticalOverlap=.2;		// vertical overlap child/ parent
var StartTop=217;			// Menu offset x coordinate
var StartLeft=0;			// Menu offset y coordinate
var VerCorrect=0;			// Multiple frames y correction
var HorCorrect=0;			// Multiple frames x correction
var LeftPaddng=3;			// Left padding
var TopPaddng=2;			// Top padding
var FirstLineHorizontal=1;		// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
var MenuFramesVertical=1;		// Frames in cols or rows 1 or 0
var DissapearDelay=200;			// delay before menu folds in
var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
var FirstLineFrame='navig';		// Frame where first level appears
var SecLineFrame='space';		// Frame where sub levels appear
var DocTargetFrame='space';		// Frame where target documents appear
var TargetLoc='';			// span id for relative positioning
var HideTop=0;				// Hide first level when loading new document 1 or 0
var MenuWrap=1;				// enables/ disables menu wrap 1 or 0
var RightToLeft=0;			// enables/ disables right to left unfold 1 or 0
var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
var WebMasterCheck=0;			// menu tree checking on or off 1 or 0
var ShowArrow=1;			// Uses arrow gifs when 1
var KeepHilite=1;			// Keep selected path highlighted
//var Arrws=['right.gif',6,12,'down.gif',12,6,'left.gif',6,12];

var Arrws=['/imgx/arrows/04/right.gif',6,12,'/imgx/arrows/04/down.gif',12,6,'/imgx/arrows/04/left.gif',6,12];
//var Arrws=['tri.gif',5,10,'tridown.gif',10,5,'trileft.gif',5,10];	// Arrow source, width and height

function BeforeStart(){return}
//function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}

function AfterBuild(){ 
	var M_A,M_Al,i; 
	if (typeof(window.ImgArr)!='undefined') {
		M_A=window.ImgArr;M_Al=M_A.length; 
		for (i=0;i<M_Al;i+=2)document.images[M_A[i]].src=M_A[i+1]
	}
}

// Menu tree
//	MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);
//	For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"

Menu1=new Array("Home","/","",0,16,72);

Menu2=new Array("About","","",6,16,72);
	Menu2_1=new Array("Celebrate De Pere","/local/celebrate/","",0,16,140);
	Menu2_2=new Array("About De Pere.com","/about/","",0,16,140);
	Menu2_3=new Array("Advertise","/about/advertise/","",0,16,140);
	Menu2_4=new Array("Contact","/contact/","",0,16,140);
	Menu2_5=new Array("Link To Us","/about/linktous/","",0,16,140);
	Menu2_6=new Array("Search","/search/","",0,16,140);

Menu3=new Array("Business","","",2,16,72);
	Menu3_1=new Array("Chamber of Commerce","http://www.deperewi.org/","",0,16,148);
	Menu3_2=new Array("Directory","/business/","",0,16,102);

Menu4=new Array("City","","",10,16,72);
	Menu4_1=new Array("Boat Launch","/city/boatlaunch/","",0,16,140);
	Menu4_2=new Array("Celebrate De Pere","/local/celebrate/","",0,16,140);
	Menu4_3=new Array("Claude Allouez Bridge","/city/bridge","",0,16,140);
	Menu4_4=new Array("Compost Site","/city/compost/","",0,16,140);	
	Menu4_5=new Array("Construction Projects","/city/construction/","",0,16,140);	
	Menu4_6=new Array("Government Contacts","/city/government/","",0,16,140);
	Menu4_7=new Array("History","/city/history/","",0,16,140);
	Menu4_8=new Array("Land Records","/city/landrecords/","",0,16,140);
	Menu4_9=new Array("Parks","","",2,16,140);
		Menu4_9_1=new Array("Index","/city/parks/","",0,16,140);
		Menu4_9_2=new Array("Voyageur Park","/city/parks/voyageur/","",0,16,140);
	Menu4_10=new Array("Phone Directory","/city/directory/","",0,16,140);

Menu5=new Array("Fun","","",6,16,72);
	Menu5_1=new Array("Celebrate De Pere","/local/celebrate/","",0,16,140);
	Menu5_2=new Array("Cookbook","/fun/cookbook/","",0,16,120);
	Menu5_3=new Array("Distance Calculator","/local/distance/","",0,16,120);
	Menu5_4=new Array("Kids\' Stuff","","",2,16,120);
		Menu5_4_1=new Array("Stories","/fun/kids/","",0,16,102);
		Menu5_4_2=new Array("Links","/fun/kids/links/","",0,16,102);
	Menu5_5=new Array("Movies","/movies","",0,16,102);
	Menu5_6=new Array("Pay Phones","/fun/payphones/","",0,16,120);
	Menu5_7=new Array("Photo Album","/fun/photos/","",0,16,120);

Menu6=new Array("Local","","",14,16,72);
	Menu6_1=new Array("Celebrate De Pere","/local/celebrate/","",0,16,140);
	Menu6_2=new Array("Churches","/local/churches/","",0,16,140);
	Menu6_3=new Array("Citizen Search","/local/citizen/","",0,16,140);
	Menu6_4=new Array("Distance Calculator","/local/distance/","",0,16,120);
	Menu6_5=new Array("Election Results","/local/elections/","",0,16,140);
	Menu6_6=new Array("Library","/local/library/","",0,16,140);
	Menu6_7=new Array("Links","/links/","",0,16,140);
	Menu6_8=new Array("Population","/local/population/","",0,16,140);
	Menu6_9=new Array("Real Estate","/local/realestate/","",0,16,140);
	Menu6_10=new Array("Schools","/local/schools/","",0,16,140);
	Menu6_11=new Array("Sports","/local/sports/","",0,16,140);
	Menu6_12=new Array("TV & Radio","/local/tvradio/","",0,16,140);
	Menu6_13=new Array("Transportation","/local/transportation/","",0,16,140);
	Menu6_14=new Array("Weather","/local/weather/","",0,16,140);

Menu7=new Array("Wisconsin","","",7,16,72);
	Menu7_1=new Array("Circuit Court","/wisconsin/ccap/","",0,16,140);
	Menu7_2=new Array("Delinquent Taxpayers","/wisconsin/tax/","",0,16,140);
	Menu7_3=new Array("Free Maps","/wisconsin/map/","",0,16,140);
	Menu7_4=new Array("Missing Kids","/wisconsin/missingkids/","",0,16,140);
	Menu7_5=new Array("No Call List","/wisconsin/nocall/","",0,16,140);
	Menu7_6=new Array("Sex Offenders","/wisconsin/sexoffenders/","",0,16,140);
	Menu7_7=new Array("State Info","/wisconsin/","",0,16,140);
