/*********************************************************************************** * (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=4; // Number of first level items var SubOpacity="1.0;"; var LowBgColor='#669ACC'; // Background color when mouse is not over var LowSubBgColor='#669ACC'; // Background color when mouse is not over on subs var HighBgColor='#A9C6E2'; // Background color when mouse is over var HighSubBgColor='#A9C6E2'; // Background color when mouse is over on subs var FontLowColor='#333333'; // Font color when mouse is not over var FontSubLowColor='#333333'; // Font color subs when mouse is not over var FontHighColor='#333333'; // Font color when mouse is over var FontSubHighColor='#333333'; // Font color subs when mouse is over var BorderColor='#FD9A01'; // Border color var BorderSubColor='#669ACC'; // Border color for subs var BorderWidth=2; // Border width var BorderBtwnElmnts=1; // Border between elements 1 or 0 var FontFamily="verdana" // 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='left'; // 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=-1; // Menu offset x coordinate var StartLeft=0; // Menu offset y coordinate var VerCorrect=-11; // Multiple frames y correction var HorCorrect=2; // Multiple frames x correction var LeftPaddng=2; // 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=''; // Frame where first level appears var SecLineFrame=''; // Frame where sub levels appear var DocTargetFrame=''; // Frame where target documents appear var TargetLoc='menu1'; // 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=0; // Keep selected path highligthed //var Arrws=['/images/tri.gif',5,10,'/images/tridown.gif',10,5,'/images/trileft.gif',5,10]; // Arrow source, width and height var Arrws=['/images/rt_arrow.gif',10,10,'',0,0,'',0,0]; // 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" // 74 1 Church Information // 93 74 About Us // 75 74 Maps // 84 74 Contact Info // 104 74 Calendar // 155 74 Current Bulletin // 88 74 Pictures // 79 1 Ministry Information // 228 79 Bookstore // 90 79 Children // 95 79 Women // 94 79 Men // 120 79 Music // 121 120 Buy Guitar // 122 120 Guitar Chord Chart // 96 79 Outreach // 100 96 Africa // 101 96 Europe // 102 96 Mexico // 86 1 Starting // 205 86 Starting with Jesus // 87 1 Growing // 89 87 Listen // 245 87 Video Library // 91 87 Devotionals Menu1 = new Array("rollover:/images/menu_Church_Information.jpg:/images/menu_Church_Information.jpg","/?Church_Information","",6,44,235); Menu1_1 = new Array("About Us","/?About_Us","",0,18,205); Menu1_2 = new Array("Directions / Maps","/?Maps","",0,18,205); Menu1_3 = new Array("Contact Info","/?Contact_Info","",0,18,205); Menu1_4 = new Array("Calendar","/?Calendar","",0,18,205); Menu1_5 = new Array("Current Bulletin","/?Current_Bulletin","",0,18,205); Menu1_6 = new Array("Event & Outreach Pictures","/?Pictures","",0,18,205); Menu2 = new Array("rollover:/images/menu_Ministry_Information.jpg:/images/menu_Ministry_Information.jpg","/?Ministry_Information","",6,44,235); Menu2_1 = new Array("Bookstore","/?Bookstore","",0,18,200); Menu2_2 = new Array("Children","/?Children","",0,18,200); Menu2_3 = new Array("Women","/?Women","",0,18,200); Menu2_4 = new Array("Men","/?Men","",0,18,200); Menu2_5 = new Array("Music","/?Music","",2,18,200); Menu2_5_1 = new Array("Buying an acoustic guitar","/?Buy_Guitar","",0,18,205); Menu2_5_2 = new Array("Guitar Chord Chart","/?Guitar_Chord_Chart","",0,18,205); Menu2_6 = new Array("Outreach","/?Outreach","",3,18,200); Menu2_6_1 = new Array("Africa","/?Africa","",0,18,200); Menu2_6_2 = new Array("Europe","/?Europe","",0,18,200); Menu2_6_3 = new Array("Mexico","/?Mexico","",0,18,200); Menu3 = new Array("rollover:/images/menu_Starting.jpg:/images/menu_Starting.jpg","/?Starting","",1,44,235); Menu3_1 = new Array("Starting a relationship with Jesus","/?Starting_with_Jesus","",0,18,268); Menu4 = new Array("rollover:/images/menu_Growing.jpg:/images/menu_Growing.jpg","/?Growing","",3,44,235); Menu4_1 = new Array("Listen to Bible Studies on MP3","/?Listen","",0,18,240); Menu4_2 = new Array("Video Library","/?Video_Library","",0,18,240); Menu4_3 = new Array("Devotionals","/?Devotionals","",0,18,240);