
	var NoOffFirstLineMenus=5;		// Number of first level items
	var LowBgColor='maroon';		// Background color when mouse is not over
	var LowSubBgColor='maroon';		// Background color when mouse is not over on subs
	var HighBgColor='maroon';		// Background color when mouse is over
	var HighSubBgColor='maroon';		// Background color when mouse is over on subs
	var FontLowColor='white';		// Font color when mouse is not over
	var FontSubLowColor='white';		// Font color subs when mouse is not over
	var FontHighColor='gold';		// Font color when mouse is over
	var FontSubHighColor='gold';		// Font color subs when mouse is over
	var BorderColor='black';		// Border color
	var BorderSubColor='black';		// Border color for subs
	var BorderWidth=0;			// Border width
	var BorderBtwnElmnts=0;			// Border between elements 1 or 0
	var FontFamily="Verdana"		// Font family menu items
	var FontSize=8;				// Font size menu items
	var FontBold=0;				// 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=0.0;			// horizontal overlap child/ parent
	var ChildVerticalOverlap=.25;		// vertical overlap child/ parent
	var StartTop=2;				// Menu offset x coordinate
	var StartLeft=22;			// 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=0;			// 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='menu';			// 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("About","","",14,16,150);
Menu1_1=new Array("History","history.html","",0,16,150);	
Menu1_2=new Array("The Farms","farms.html","",0);
Menu1_3=new Array("Mission & Vision","vision.html","",0);
Menu1_4=new Array("Greening Policy","greeningpolicy.html","",0);
Menu1_5=new Array("Our Future","future.html","",0);
Menu1_6=new Array("Visit The Stables","visit.html","",0);
Menu1_7=new Array("City Cellar","citycellar.html","",0);
Menu1_8=new Array("The team","team.html","",0);	
Menu1_9=new Array("Gijima","gijima.html","",0);	
Menu1_10=new Array("KZN Wine History","kznhistory.html","",0);
Menu1_11=new Array("Partners","partners.html","",0);
Menu1_12=new Array("Links","links.html","",0);
Menu1_13=new Array("Directions","directions.html","",0);
Menu1_14=new Array("Contact Us","contact.html","",0);

Menu2=new Array("Wines","","",7,16,150);
Menu2_1=new Array("Experience KZN range","","",9,16,150);
Menu2_1_1=new Array("Sauvignon Blanc","sauvignonblanc.html","",0,16,150);
Menu2_1_2=new Array("umKhosi","umkhosi.html","",0);
Menu2_1_3=new Array("Pinotage","pinotage.html","",0);
Menu2_1_4=new Array("Roan Red","roanred.html","",0);
Menu2_1_5=new Array("Blanc de Blanc","blancdeblanc.html","",0);
Menu2_1_6=new Array("Drakensberg Tawny","tawny.html","",0);
Menu2_1_7=new Array("Jeripico","jeripico.html","",0);
Menu2_1_8=new Array("Method Champenoise","mc.html","",0);
Menu2_1_9=new Array("Midlands Nouveau","midlandsnouveau.html","",0);
Menu2_2=new Array("Nottingham Road range","","",2,16,150);
Menu2_2_1=new Array("Chenin Blanc","chenin.html","",0,16,150);	
Menu2_2_2=new Array("Ezintabeni Red","ezintabeni.html","",0);
Menu2_3=new Array("Rugby Wines","","",4,16,150);
Menu2_3_1=new Array("Sharks Raggie Red","raggiered.html","",0,16,150);	
Menu2_3_2=new Array("Sharks Zambezi Pink","zambezipink.html","",0);
Menu2_3_3=new Array("Sharks Silver Tip","silvertip.html","",0);
Menu2_3_4=new Array("World Champions","timeisnowchamp.html","",0);
Menu2_4=new Array("Comrades Wines","","",3,16,150);
Menu2_4_1=new Array("Roadrunner Red","roadrunnerred.html","",0,16,150);	
Menu2_4_2=new Array("Wally's White","wallyswhite.html","",0);
Menu2_4_3=new Array("Polly Shortts Pink","pollyshorttspink.html","",0);
Menu2_5=new Array("Baby Elephant range","babyelephant.html","",0,16,150);
Menu2_6=new Array("Awards","awards.html","",0,16,150);
Menu2_7=new Array("Buy Wines","","",4,16,150);
Menu2_7_1=new Array("Online Order","order.html","",0,16,150);	
Menu2_7_2=new Array("Order Form","form.html","",0);
Menu2_7_3=new Array("Retail Outlets","stores.html","",0);
Menu2_7_4=new Array("The Stable Collection","stablecollection.html","",0);

Menu3=new Array("Events","","",6,16,150);
Menu3_1=new Array("Vine Budding Festival","vinefest.html","",0,16,150);	
Menu3_2=new Array("Blues Festival","bluesfest.html","",0);
Menu3_3=new Array("Grape Crushing Festival","crushfest.html","",0);
Menu3_4=new Array("Winter Solstice Festival","solstice.html","",0);
Menu3_5=new Array("Functions at The Stables","functions.html","",0);
Menu3_6=new Array("wine&dine","winedine.html","",0);

Menu4=new Array("News & Pics","","",10,16,150);
Menu4_1=new Array("Media releases","media.html","",0,16,150);	
Menu4_2=new Array("Newsletters","newsletter.html","",0);
Menu4_3=new Array("Tiny Bubbles","column.html","",0);
Menu4_4=new Array("Notes from the Vines","notesfromthevines.html","",0);
Menu4_5=new Array("Life & Style Column","life&style.html","",0);
Menu4_6=new Array("Business Life Column","buslife.html","",0);
Menu4_7=new Array("Recipes","recipes.html","",0);
Menu4_8=new Array("Guest Book","guestbook.html","",0);
Menu4_9=new Array("Gallery","","",2,16,150);
Menu4_9_1=new Array("Photo Gallery","gallery.html","",0,16,150);
Menu4_9_2=new Array("Social Gallery","social.html","",0);
Menu4_10=new Array("Videos","video.html","",0);	

Menu5=new Array("Home","index.html","",0,16,150);

