/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.41 24 December 2001	          *
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=6;			// Number of first level items
	var LowBgColor='CFDBCF';			// Background color when mouse is not over
	var LowSubBgColor='CFDBCF';			// Background color when mouse is not over on subs
	var HighBgColor='4c654c';			// Background color when mouse is over
	var HighSubBgColor='4c654c';			// Background color when mouse is over on subs
	var FontLowColor='943667';			// Font color when mouse is not over
	var FontSubLowColor='943667';			// Font color subs when mouse is not over
	var FontHighColor='CFDBCF';			// Font color when mouse is over
	var FontSubHighColor='CFDBCF';			// Font color subs when mouse is over
	var BorderColor='943667';			// Border color
	var BorderSubColor='943667';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="verdana,arial"	// Font family menu items
	var FontSize=8;				// 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=.06;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=0;				// 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=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='MenuPos';				// 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=['graphics/tri.gif',5,10,'graphics/tridown.gif',10,5,'graphics/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.shtml","",0,18,43);
Menu2=new Array("Soap Works","about_products.shtml","",3,18,93);
        Menu2_1=new Array("About Our Products","about_products.shtml","",5,18,140);
		Menu2_1_1=new Array("About","about_products.shtml","",0,18,101);
		Menu2_1_2=new Array("Better For You","about_products.shtml#better","",0);
		Menu2_1_3=new Array("Disclaimer","about_products.shtml#disclaimer","",0);
		Menu2_1_4=new Array("Testimonials","about_products.shtml#testimonials","",0);
		Menu2_1_5=new Array("Ingredients","about_products.shtml#ingredients","",3);
			Menu2_1_5_1=new Array("Basic Oils","about_products.shtml#oils","",0,18,95);
			Menu2_1_5_2=new Array("Enriching Oils","about_products.shtml#enriching","",0);
			Menu2_1_5_3=new Array("Other","about_products.shtml#other","",0);
	Menu2_2=new Array("Products","products.shtml","",3);
		Menu2_2_1=new Array("Soap Bars","products.shtml#soapbars","",0,18,80);
		Menu2_2_2=new Array("Lotion Bars","products.shtml#lotionbars","",0);
		Menu2_2_3=new Array("Fragrances","products.shtml#fragrances","",0);
	Menu2_3=new Array("View Cart","http://www.khimaira.com/cgi-bin/dansie/cart.pl?look|sotouch","",0);
Menu3=new Array("Farm & Family","farm.shtml","",4,18,111);
	Menu3_1=new Array("Farm","farm.shtml","",0,18,143);
	Menu3_2=new Array("Family","family.shtml","",0);
	Menu3_3=new Array("Great Pyrenees Dogs","farm.shtml#dogs","",0);
	Menu3_4=new Array("Jersey Cattle","farm.shtml#jersey","",0);
              Menu3_4=new Array("Miniature Horses","mini_horse.shtml","",0);
Menu4=new Array("Dairy Goats","","",6,18,92);
	Menu4_1=new Array("About Our Herd","about_goats.shtml","",0,18,108);	
	Menu4_2=new Array("Sires","sires.shtml","",4);
		Menu4_2_1=new Array("Alpine","sires.shtml#alp","",0,18,85);
		Menu4_2_2=new Array("Nubian","sires.shtml#nub","",0);
		Menu4_2_3=new Array("Oberhasli","sires.shtml#ober","",0);
		Menu4_2_4=new Array("Toggenburg","sires.shtml#togg","",0);
	Menu4_3=new Array("Senior Does","seniors.shtml","",5);
		Menu4_3_1=new Array("Alpine","seniors.shtml#alp","",0,18,93);
		Menu4_3_2=new Array("Nubian","seniors.shtml#nub","",0);
		Menu4_3_3=new Array("Oberhasli","seniors.shtml#ober","",0);
		Menu4_3_4=new Array("Toggenburg","seniors.shtml#togg","",0);
		Menu4_3_5=new Array("Experimental","seniors.shtml#exp","",0);
	Menu4_4=new Array("Junior Does","juniors.shtml","",5);
		Menu4_4_1=new Array("Alpine","juniors.shtml#alp","",0,18,93);
		Menu4_4_2=new Array("Nubian","juniors.shtml#nub","",0);
		Menu4_4_3=new Array("Oberhasli","juniors.shtml#ober","",0);
		Menu4_4_4=new Array("Toggenburg","juniors.shtml#togg","",0);
		Menu4_4_5=new Array("Experimental","juniors.shtml#exp","",0);
        Menu4_5=new Array("Archives","archive.shtml","",5);
		Menu4_5_1=new Array("Alpine","archive.shtml#alp","",0,18,93);
		Menu4_5_2=new Array("Nubian","archive.shtml#nub","",0);
		Menu4_5_3=new Array("Oberhasli","archive.shtml#ober","",0);
		Menu4_5_4=new Array("Toggenburg","archive.shtml#togg","",0);
		Menu4_5_5=new Array("Experimental","archive.shtml#exp","",0);
	Menu4_6=new Array("For Sale","for_sale.shtml","",3);
                Menu4_6_1=new Array("Terms of Sale","for_sale.shtml#terms","",0,18,115);
                Menu4_6_2=new Array("Mating Summary","for_sale.shtml#mating","",0);
                Menu4_6_3=new Array("Semen","for_sale.shtml#semen","",0);
Menu5=new Array("Contact","mailto:info@southerntouchfarm.com","",0,18,55);
Menu6=new Array("Guestbook","guestbook/guestbook.html","",0,18,75);