	var NoOffFirstLineMenus=9;			// Number of first level items
	var LowBgColor='yellow';			// Background color when mouse is not over
	var LowSubBgColor='yellow';			// Background color when mouse is not over on subs
	var HighBgColor='black';			// Background color when mouse is over
	var HighSubBgColor='black';			// Background color when mouse is over on subs
	var FontLowColor='black';			// Font color when mouse is not over
	var FontSubLowColor='black';			// Font color subs when mouse is not over
	var FontHighColor='yellow';			// Font color when mouse is over
	var FontSubHighColor='yellow';			// Font color subs when mouse is over
	var BorderColor='black';			// Border color
	var BorderSubColor='black';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="verdana,tahoma,arial"	// Font family menu items
	var FontSize=11;				// 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='left';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=-.03;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=0;			// vertical overlap child/ parent
	var StartTop=123;				// Menu offset x coordinate
	var StartLeft=9;				// 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=0;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=300;			// delay before menu folds in
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='self';			// Frame where first level appears
	var SecLineFrame='self';			// Frame where sub levels appear
	var DocTargetFrame='main';			// 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 highligthed
	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}


// 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 Page","http://www.niwic.net/welcome.html","",0,22,130);

Menu2=new Array("The Provinces","","",6);
	Menu2_1=new Array("Benjaland","http://www.niwic.net/benjatando/","",0,22,160);	
	Menu2_2=new Array("Daddyland","http://www.niwic.net/daddyland.html","",0);
	Menu2_3=new Array("Province of Steel","http://www.niwic.net/pofsteel.htm","",0);
	Menu2_4=new Array("Tatooine","http://www.niwic.net/tatooine.html","",0);
	Menu2_5=new Array("Province of Vipers","http://www.niwic.net/pofvipers.html","",0);
	Menu2_6=new Array("Wuutsabaya","http://www.niwic.net/wuutsabaya.html","",0);

Menu3=new Array("Terabithia","http://www.niwic.net/terabithia.htm","",0);

Menu4=new Array("About Niwic","","",4);
	Menu4_1=new Array("Symbols of Niwic","http://www.niwic.net/symbols.html","",0,22,150);
	Menu4_2=new Array("History of Niwic","http://www.niwic.net/history.html","",0);
	Menu4_3=new Array("Map of Niwic","http://www.niwic.net/president/map.htm","",0);
	Menu4_4=new Array("Facts about Niwic","http://www.niwic.net/facts.html","",0);

Menu5=new Array("NiwicWeb","http://niwicweb.niwic.net","",0);

Menu6=new Array("Departments","","",5);
	Menu6_1=new Array("The Mint","http://www.niwic.net/ndm.html","",0,22,165);
	Menu6_2=new Array("Note Printing","http://www.niwic.net/ndnp.html","",0);
	Menu6_3=new Array("License Plates","http://www.niwic.net/ndlp/","",0);
	Menu6_4=new Array("The Treasury","http://www.niwic.net/ndt.html","",1);
		Menu6_4_1=new Array("The National Bank","http://www.niwic.net/nationalbank.htm","",0,22,165);
	Menu6_5=new Array("The Postal Service","http://www.niwic.net/ndp.html","",0);

Menu7=new Array("Government","","",3,22,150);
	Menu7_1=new Array("The President","http://www.niwic.net/president/","",0,22,150);
	Menu7_2=new Array("The Parliament","http://parliament.niwic.net","",0);
	Menu7_3=new Array("The Constitution","http://constitution.niwic.net","",0);

Menu8=new Array("Webmail","","",2,22,150);
	Menu8_1=new Array("Get a Niwic.net e-mail address","http://www.niwic.net/email.htm","",0,22,263);
	Menu8_2=new Array("Log in to your account","http://email.niwic.net","",0);

Menu9=new Array("Search","http://www.niwic.net/search.html","",0,22,138);

	

