	var NoOffFirstLineMenus=6;			// Number of first level items
	var LowBgColor='white';			// Background color when mouse is not over
	var LowSubBgColor='white';			// Background color when mouse is not over on subs
	var HighBgColor='#000099';			// Background color when mouse is over
	var HighSubBgColor='#0044ff';			// 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='#FFFFC6';			// Font color when mouse is over
	var FontSubHighColor='#FFFFC6';			// 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,arial,times"	// Font family menu items
	var FontSize=9;				// Font size menu items
	var FontBold=1;				// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered='center';			// Item text position 'left', 'center' or 'right'
	var MenuCentered='middle';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='static';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=1;				// Menu offset x coordinate
	var StartLeft=1;				// 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=1000;			// 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=['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","index.html","",0,20,120);

Menu2=new Array("About IWG","","",4);
	Menu2_1=new Array("Background","about.html","",0,20,120);	
	Menu2_2=new Array("Constitution","constitution.html","",0);
	Menu2_3=new Array("Executive","execcommittee.html","",0);
	Menu2_4=new Array("Chapters","http://javascript.internet.com/master-list/","",19);
		Menu2_4_1=new Array("Cork","corkchapter.html","",0,20,120);
	Menu2_4_2=new Array("Crossborder","crossborderchapter.html","",0);
	Menu2_4_3=new Array("Craobh Eo","craobheochapter.html","",0);
Menu2_4_4=new Array("Dolmen","dolmenchapter.html","",0);Menu2_4_5=new Array("Down","downchapter.html","",0);Menu2_4_6=new Array("Dublin","dublinchapter.html","",0);Menu2_4_7=new Array("Cuig Deag","dublin15chapter.html","",0);Menu2_4_8=new Array("East Central","eastcentralchapter.html","",0);Menu2_4_9=new Array("Galway","galwaychapter.html","",0);Menu2_4_10=new Array("Gorey","goreychapter.html","",0);Menu2_4_11=new Array("Kerry","kerrychapter.html","",0);Menu2_4_12=new Array("Limerick","limerickchapter.html","",0);Menu2_4_13=new Array("Midlands","midlandschapter.html","",0);Menu2_4_14=new Array("North East","nechapter.html","",0);Menu2_4_15=new Array("North West","nwchapter.html","",0);Menu2_4_16=new Array("Sligo","sligochapter.html","",0);Menu2_4_17=new Array("South East","sechapter.html","",0);Menu2_4_18=new Array("Ulster","ulsterchapter.html","",0);Menu2_4_19=new Array("Waterford","waterfordchapter.html","",0);
Menu3=new Array("Events","","",3);
	Menu3_1=new Array("National Seminar","seminar09/home.html","",0,20,120);
		Menu3_1_1=new Array("Scotland","http://javascript.internet.com","",0,20,110);
		Menu3_1_2=new Array("Northeast","http://javascript.internet.com","",0);
		Menu3_1_3=new Array("Northwest","http://javascript.internet.com","",0);
		Menu3_1_4=new Array("East","http://javascript.internet.com","",0);
		Menu3_1_5=new Array("Midlands","http://javascript.internet.com","",0);
		Menu3_1_6=new Array("Southwest","http://javascript.internet.com","",0);
		Menu3_1_7=new Array("Central","http://javascript.internet.com","",0);
		Menu3_1_8=new Array("Southeast","http://javascript.internet.com","",0);
	Menu3_2=new Array("Local Seminars","chapterseminars.html","",0);
	Menu3_3=new Array("Other Events","otherevents.html","",0);
	Menu3_4=new Array("Members\' Area","http://javascript.internet.com","",0);
	Menu3_5=new Array("Media","","",3);
		Menu3_5_1=new Array("Magazine","http://javascript.internet.com","",0,20,120);
		Menu3_5_2=new Array("Newsletter","http://javascript.internet.com","",0);
		Menu3_5_3=new Array("Annual Report","http://javascript.internet.com","",0);Menu4_3_1=new Array("General","http://javascript.internet.com","",0,20,110);
		Menu4_3_2=new Array("Voluntary","http://javascript.internet.com","",0);
		Menu4_2_3=new Array("Nottingham","http://javascript.internet.com","",0);


Menu4=new Array("Membership","","",3);
	Menu4_1=new Array("Join IWG","joiniwg.html","",0,20,140);
	Menu4_2=new Array("Renew membership","renewiwg.html","",0);
			Menu4_3=new Array("Insurance","insurance.html","",0);	

Menu5=new Array("Resources","","",6);
	Menu5_1=new Array("Journal","journal.html","",2,20,140); Menu5_1_1=new Array("About the Journal","Journal.html","",0,20,120);Menu5_1_2=new Array("In Next Issue","http://www.irishwoodturnersguild.com/journalnext.html","",0,20,120);Menu5_2=new Array("Forms","forms.html","",0,20,140);
	Menu5_3=new Array("Skilled Register","http://javascript.internet.com","",0,20,140);
	Menu5_3=new Array("FAQs","faq.html","",0,20,140);
	Menu5_4=new Array("Links","links.html","",0,20,140);	Menu5_4_1=new Array("Chat","http://javascript.internet.com","",0,20,120);
		Menu5_4_2=new Array("Links","links.html","",0);
		Menu5_4_3=new Array("Web Research", "http://javascript.internet.com","",0);
		Menu5_4_4=new Array("Group Sites","http://javascript.internet.com","",0);
		Menu5_4_5=new Array("NWR Webspace","http://javascript.internet.com","",0);
	Menu5_5=new Array("Safety","safety.html","",0,20,140);
	Menu5_6=new Array("Gallery","http://www.irishwoodturnersguild.com/gallery.html","",0,20,140);
	
Menu6=new Array("Contact Us","","",3);
	Menu6_1=new Array("Executive","execcommittee.html","",0,20,120);
	Menu6_2=new Array("Guestbook","cp/scripts/asp/gb25/default.asp","",0);
	Menu6_3=new Array("Webmaster","mailto:webmaster@irishwoodturnersguild.com","",0);

	