/*********************************************************************************** * (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=8; // Number of first level items var LowBgColor='white'; // Background color when mouse is not over var LowSubBgColor='white'; // Background color when mouse is not over on subs var HighBgColor='black'; // Background color when mouse is over var HighSubBgColor='black'; // Background color when mouse is over on subs var FontLowColor='black'; // Font color when mouse is not over var FontSubLowColor='black'; // Font color subs when mouse is not over var FontHighColor='white'; // Font color when mouse is over var FontSubHighColor='white'; // Font color subs when mouse is over var BorderColor='black'; // Border color var BorderSubColor='black'; // Border color for subs var BorderWidth=1; // Border width var BorderBtwnElmnts=1; // Border between elements 1 or 0 var FontFamily="arial,comic sans ms,technical" // Font family menu items var FontSize=9; // 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 SubMenuTextCentered='left'; // Item text position 'left', 'center' or 'right' var MenuCentered='left'; // Menu horizontal position 'left', 'center' or 'right' var MenuDivCentered='center';//sdd added for div section 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=0; // Menu offset x coordinate var StartLeft=0;//6; // 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=0; // SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL var MenuFramesVertical=1; // Frames in cols or rows 1 or 0 var DissapearDelay=500; // 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=0; // 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 var Arrws=['http://prowebsolutions.com/pwsitesolution/images/tri.gif',5,10,'',1,1,'http://prowebsolutions.com/pwsitesolution/images/trileft.gif',5,10]; // Arrow source, width and height var TopMenuDivider=["",0,0];//sdd added // Divider HTML, height, width function BeforeStart(){ fixedmenu.style.display="inline"; return} function AfterBuild(){ fixedmenu.style.display="none"; return} function BeforeFirstOpen(){ if(document.getElementsByTagName && ExpYes)//check for obj { var nodes = document.getElementsByTagName('select') var max = nodes.length for(var i = 0;i < max;i++) { var nodeObj = nodes.item(i); var attrMax = nodeObj.attributes.length for(var j = 0; j < attrMax; j++) { if(nodeObj.attributes.item(j).nodeName == 'class') { if(nodeObj.attributes.item(j).nodeValue == 'hvmenuhide') nodeObj.style.visibility="hidden"; } } } } return} function AfterCloseAll(){ if(document.getElementsByTagName && ExpYes)//check for obj { var nodes = document.getElementsByTagName('select') var max = nodes.length for(var i = 0;i < max;i++) { var nodeObj = nodes.item(i); var attrMax = nodeObj.attributes.length for(var j = 0; j < attrMax; j++) { if(nodeObj.attributes.item(j).nodeName == 'class') { if(nodeObj.attributes.item(j).nodeValue == 'hvmenuhide') nodeObj.style.visibility="visible"; } } } } 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.html?muid=1','',0,19,45,''); Menu10=new Array('Thoughts from the Pastor','thoughts.html?muid=10','',0,19,159,''); Menu11=new Array('Contact Us','contactus.html?muid=11','',0,19,75,''); Menu2=new Array('Welcome!','welcome.html?muid=2','',0,19,68,''); Menu3=new Array('Invitation','invitation.html?muid=3','',0,19,65,''); Menu4=new Array('About Us','','',3,19,65,''); Menu4_1=new Array('Who We Are','whoweare.html?muid=4_1','',0,19,114,''); Menu4_2=new Array('What We Believe','whatwebelieve.html?muid=4_2','',0,19,114,''); Menu4_3=new Array('Our Staff','','',5,19,114,''); Menu4_3_1=new Array('Our Pastor','pastor.html?muid=4_3_1','',0,19,255,''); Menu4_3_2=new Array('Our Administrative Assistant','administrative_assistant.html?muid=4_3_2','',0,19,255,''); Menu4_3_3=new Array('Our Assistant Pastor','astpastor.html?muid=4_3_3','',0,19,255,''); Menu4_3_4=new Array('Our Youth Director/Young Adults Director','youthminister.html?muid=4_3_4','',0,19,255,''); Menu4_3_5=new Array('Our Music Staff','musicminister.html?muid=4_3_5','',0,19,255,''); Menu5=new Array('Event Calendar','calendar.html?muid=5','',0,19,99,''); Menu6=new Array('Upcoming Events','upcoming.html?muid=6','',0,19,113,''); Menu7=new Array('Ministries','','',11,19,68,''); Menu7_1=new Array('Moms to Moms','m2m.html?muid=7_1','',0,19,145,''); Menu7_10=new Array('Boy Scouts','boyscouts.html?muid=7_10','',0,19,145,''); Menu7_11=new Array('Karate','karate.html?muid=7_11','',0,19,145,''); Menu7_2=new Array('Women's Ministy','women.html?muid=7_2','',0,19,145,''); Menu7_3=new Array('Children's Ministry','children.html?muid=7_3','',0,19,145,''); Menu7_4=new Array('Men's Ministry','men.html?muid=7_4','',0,19,145,''); Menu7_5=new Array('Youth Ministry','youth.html?muid=7_5','',0,19,145,''); Menu7_6=new Array('Ministry to the Retired','retired.html?muid=7_6','',0,19,145,''); Menu7_7=new Array('Music Ministry','music.html?muid=7_7','',0,19,145,''); Menu7_8=new Array('Christian Education','christianeducation.html?muid=7_8','',0,19,145,''); Menu7_9=new Array('Library','library.html?muid=7_9','',0,19,145,''); Menu8=new Array('Missions','missions.html?muid=8','',0,19,63,''); Menu9=new Array('Sermons','sermons.html?muid=9','',0,19,63,''); var NoOffFirstLineMenus=11; var VertFirstLineWidth=159;