	var NoOffFirstLineMenus=4;			// Number of first level items
	var LowBgColor='#6F7DA2';			// Background color when mouse is not over
	var LowSubBgColor='#E13C89';			// Background color when mouse is not over on subs
	var HighBgColor='#000000';			// Background color when mouse is over
	var HighSubBgColor='#ED642E';			// Background color when mouse is over on subs
	var FontLowColor='#FFFFFF';			// Font color when mouse is not over
	var FontSubLowColor='#FFFFFF';			// Font color subs when mouse is not over
	var FontHighColor='#FFFFFF';			// Font color when mouse is over
	var FontSubHighColor='#FFFFFF';			// Font color subs when mouse is over
	var BorderColor='#CCCCCC';			// Border color
	var BorderSubColor='#C2DFFD';			// Border color for subs
	var BorderWidth=0;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="verdana, arial, sans-serif"	// Font family menu items
	var FontSize=10;          //Sub 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=0;				// horizontal overlap child/ parent - was .2
	var ChildVerticalOverlap=0;			// vertical overlap child/ parent - was .2
	//var StartTop=81;				// Menu offset x coordinate
	var StartTop=0;
	var StartLeft=0;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=3;				// Multiple frames x correction
	var LeftPaddng=10;				// Left padding
	var TopPaddng=8;				// Top padding
	var FirstLineHorizontal=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=0;			// Frames in cols or rows 1 or 0
	var DissapearDelay=600;			// delay before menu folds in
	var TakeOverBgColor=0;			// 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=7;				// Uses arrow gifs when 7
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['../images/arrow.gif',11,9,'../images/arrow.gif',11,9,'../images/arrow.gif',11,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("rollover:../images/layout3/nav.off_r1_c1.jpg:../images/layout3/nav.on2_r1_c1.jpg","../cookbooks/","",5,29,96);
		Menu1_1=new Array("Teen Cuisine","../cookbooks/teen-cuisine-cookbook.htm","",0,30,320);
		Menu1_2=new Array("The International Cookbook for Kids","../cookbooks/icfk.htm","",0,30,280);
		Menu1_3=new Array("The 2nd International Cookbook for Kids","../cookbooks/icfk2.htm","",0,30,280);
		Menu1_4=new Array("Superchef Series","../cookbooks/superchef-series.htm","",8,30,170);
	    	Menu1_4_1=new Array("Brazil","../cookbooks/Brazil.htm","",0,30,100);
			Menu1_4_2=new Array("China","../cookbooks/china.htm","",0);
			Menu1_4_3=new Array("France","../cookbooks/france.htm","",0);
			Menu1_4_4=new Array("Greece","../cookbooks/greece.htm","",0);
			Menu1_4_5=new Array("India","../cookbooks/india.htm","",0);
			Menu1_4_6=new Array("Italy","../cookbooks/italy.htm","",0);
			Menu1_4_7=new Array("Mexico","../cookbooks/mexico.htm","",0);
			Menu1_4_8=new Array("Thailand","../cookbooks/thailand.htm","",0);
		Menu1_5=new Array("Videos","../videos/index.htm","",0,30,170);
	
	Menu2=new Array("rollover:../images/layout3/nav.off_r1_c2.jpg:../images/layout3/nav.on2_r1_c2.jpg","../reviews/","",2,29,86);
		Menu2_1=new Array("Reviews","../reviews/","",0,30,100);
		Menu2_2=new Array("Awards","../awards/","",0,30,100);
	
	Menu3=new Array("rollover:../images/layout3/nav.off_r1_c3.jpg:../images/layout3/nav.on_r1_c3.jpg","../recipes/","",0,29,97);
	
	Menu4=new Array("rollover:../images/layout3/nav.off_r1_c4.jpg:../images/layout3/nav.on_r1_c4.jpg","../events/","",0,29,80);

