
	var NoOffFirstLineMenus=8;			            // Number of first level items
	var LowBgColor='#094164';			            // Background color when mouse is not over
	var LowSubBgColor='#5e728b';			        // Background color when mouse is not over on subs
	var HighBgColor='#5e728b';			            // Background color when mouse is over
	var HighSubBgColor='#284364';			        // Background color when mouse is over on subs
	var FontLowColor='#efefef';			            // Font color when mouse is not over
	var FontSubLowColor='#efefef';			        // 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='#cecfbf';			            // Border color
	var BorderSubColor='#cecfbf';			        // Border color for subs
	var BorderWidth=0;				                // Border width
	var BorderBtwnElmnts=0;			                // Border between elements 1 or 0
	var FontFamily="Trebuchet MS, Arial, Helvetica, san-serif"	// Font family menu items
	var FontSize=9.5;				                // 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='center';			            // 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
	var ChildVerticalOverlap=-.1;			        // vertical overlap child/ parent
	var StartTop=201;				                // 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=6;				                // Left padding
	var TopPaddng=8;				                // 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=750;			                // delay before menu folds in
	var TakeOverBgColor=0;			                // Menu frame takes over background color subitem frame
	var FirstLineFrame='';			                // Frame where first level appears
	var SecLineFrame='';			                // Frame where sub levels appear
	var DocTargetFrame='';			                // 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=0;				                // Uses arrow gifs when 1
	var KeepHilite=1;				                // Keep selected path highligthed
	var Arrws=[];	                                // 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("Calendar/Events","calendar.php","",0,34,115);

Menu2=new Array("Education","education.php","",4,34,80);
	Menu2_1=new Array("Religious School","education.php","",0,34,120);	
	Menu2_2=new Array("Hebrew School","education.php#hebrew","",0);
    Menu2_3=new Array("The Preschool","education.php#preschool","",0);
	Menu2_4=new Array("Adult Education","education.php#adult","",0);

Menu3=new Array("Rabbi's Corner","rabbi.php","",0,34,100);
	
Menu4=new Array("Youth Programs","youth.php","",3,34,110);
	Menu4_1=new Array("RALFTY","youth.php#ralfty","",0,34,110);
	Menu4_2=new Array("Jr RALFTY","youth.php#jr","",0);
	Menu4_3=new Array("Youth Together","youth.php#youth","",0);

Menu5=new Array("Sisterhood","sisterhood.php","",0,34,80);

Menu6=new Array("Brotherhood","brotherhood.php","",0,34,90);

Menu7=new Array("Get Active","committees.php","",6,34,85);
	Menu7_1=new Array("Membership Committee","committees.php#membership","",0,34,170);
	Menu7_2=new Array("Young Adults & Families","committees.php#adults","",0);
	Menu7_3=new Array("C'hai Times", "committees.php#chai","",0);
	Menu7_4=new Array("Chavurot", "committees.php#chavurot","",0);
	Menu7_5=new Array("Social Action Committee", "committees.php#social","",0);
	Menu7_6=new Array("Ritual Practices Committee", "committees.php#ritual","",0);

Menu8=new Array("Judaic Links", "links.htm","",0,34,90);