/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.411 24 December 2001 (updated Jan 31st, 2003 by Dynamic Drive for Opera7)
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *
***********************************************************************************/

	var NoOffFirstLineMenus=5;			// Number of first level items
	var LowBgColor='#000000';			// Background color when mouse is not over
	var LowSubBgColor='#000000';		// Background color when mouse is not over on subs
	var HighBgColor='#FFFFCC';			// Background color when mouse is over
	var HighSubBgColor='#FFFFCC';		// Background color when mouse is over on subs
	var FontLowColor='#FFFFCC';			// Font color when mouse is not over
	var FontSubLowColor='#FFFFCC';		// Font color subs when mouse is not over
	var FontHighColor='#000000';		// Font color when mouse is over
	var FontSubHighColor='#000000';		// Font color subs when mouse is over
	var BorderColor='#000000';			// Border color
	var BorderSubColor='#000000';		// Border color for subs
	var BorderWidth=1;					// Border width
	var BorderBtwnElmnts=1;				// Border between elements 1 or 0
	var FontFamily="verdana,arial,comic sans ms,technical"	// Font family menu items
	var FontSize=10;					// 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=94;					// 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=100;				// 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 highligthed
	var Arrws=['../../gfx/menu/tri.gif',5,9,'../../gfx/menu/tridown.gif',9,5,'../../gfx/menu/trileft.gif',5,9];	// 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","http://www.wormtub.com","",2,20,150);
	Menu1_1=new Array("Home","/index.php","",0,20,150);
	Menu1_2=new Array("What's changed","/whats_changed.php","",0,20,150);

Menu2=new Array("Distilleries","/distilleries.php","",2,20,150);
	Menu2_1=new Array("Main Page","/distilleries.php","",0,20,150);
	Menu2_2=new Array("Regions","","",11,20,150);
		Menu2_2_1=new Array("Lowlands","/distilleries.php#lowlands","",0,20,150);
		Menu2_2_2=new Array("Highlands","/distilleries.php#highlands","",0,20,150);
		Menu2_2_3=new Array("Speyside","/distilleries.php#speyside","",0,20,150);
		Menu2_2_4=new Array("Campbeltown","/distilleries.php#campbeltown","",0,20,150);
		Menu2_2_5=new Array("Islay","/distilleries.php#islay","",0,20,150);
		Menu2_2_6=new Array("Wales","/distilleries.php#wales","",0,20,150);
		Menu2_2_7=new Array("Ireland","/distilleries.php#ireland","",0,20,150);
		Menu2_2_8=new Array("USA","/distilleries.php#usa","",0,20,150);
		Menu2_2_9=new Array("Canada","/distilleries.php#canada","",0,20,150);
		Menu2_2_10=new Array("Japan","/distilleries.php#japan","",0,20,150);
		Menu2_2_11=new Array("New Zealand","/distilleries.php#new_zealand","",0,20,150);

Menu3=new Array("Alfred Barnard","","",2,20,150);
	Menu3_1=new Array("Main Page","/alfred_barnard.php","",0,20,150);
	Menu3_2=new Array("Various chapters","","",5,20,150);
		Menu3_2_1=new Array("Preface","/alfred_barnard.php#preface","",0,20,150);
		Menu3_2_2=new Array("Distillation","/alfred_barnard.php#distillation","",0,20,150);
		Menu3_2_3=new Array("Scotland","/alfred_barnard.php#scotland","",0,20,150);
		Menu3_2_4=new Array("Ireland","/alfred_barnard.php#ireland","",0,20,150);
		Menu3_2_5=new Array("England","/alfred_barnard.php#england","",0,20,150);

Menu4=new Array("Links to","","",13,20,150);
	Menu4_1=new Array("Art","/links/links.php?category=Art","",0,20,150);
	Menu4_2=new Array("Auctions","/links/links.php?category=Auctions","",0,20,150);
	Menu4_3=new Array("Brands","/links/links.php?category=Brands","",0,20,150);
	Menu4_4=new Array("Clubs","/links/links.php?category=Clubs","",0,20,150);
	Menu4_5=new Array("Companies","/links/links.php?category=Companies","",0,20,150);
	Menu4_6=new Array("Distilleries","/links/links.php?category=Distilleries","",0,20,150);
	Menu4_7=new Array("Events","/links/links.php?category=Events","",0,20,150);
	Menu4_8=new Array("Forums","/links/links.php?category=Forums","",0,20,150);
	Menu4_9=new Array("General items","/links/links.php?category=General","",0,20,150);
	Menu4_10=new Array("Indep. bottlers","/links/links.php?category=Independent Bottlers","",0,20,150);
	Menu4_11=new Array("Museums","/links/links.php?category=Museums","",0,20,150);
	Menu4_12=new Array("Stores","/links/links.php?category=Stores","",0,20,150);
	Menu4_13=new Array("Whiskylovers","/links/links.php?category=Whiskylovers","",0,20,150);

Menu5=new Array("Email","","",1,20,150);
	Menu5_1=new Array("Send an Email","mailto:wormtub@hccnet.nl","",0,20,150);
