/*********************************************** * (c) Ger Versluis 2000 version 13.00 27 June 2004 * * You may use this script on non commercial sites. * * www.burmees.nl/menu * * You may remove all comments for faster loading * ************************************************/ var NoOffFirstLineMenus=7; // Number of main menu items // Colorvariables: // Color variables take HTML predefined color names or "#rrggbb" strings //For transparency make colors and border color "" var LowBgColor="#FFFFFF"; // Background color when mouse is not over var HighBgColor="#FFFFFF"; // Background color when mouse is over var FontLowColor="#003366"; // Font color when mouse is not over var FontHighColor="#C02E37"; // Font color when mouse is over var BorderColor="#FEDD02"; // Border color var BorderWidthMain=0; // Border width main items var BorderWidthSub=1; // Border width sub items var BorderBtwnMain=0; // Border width between elements main items var BorderBtwnSub=1; // Border width between elements sub items var FontFamily="arial, verdana"; // Font family menu items var FontSize=9; // 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 can be: left, center, right var MenuVerticalCentered="top"; // Menu vertical position top, middle,bottom or static var ChildOverlap=0; // horizontal overlap child/ parent var ChildVerticalOverlap=0; // vertical overlap child/ parent var StartTop=111; // 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 DistFrmFrameBrdr=0; // Distance between main menu and frame border var LeftPaddng=0; // Left padding var TopPaddng=0; // Top padding. If set to -1 text is vertically centered var FirstLineHorizontal=1; // Number defines to which level the menu must unfold horizontal; 0 is all vertical var MenuFramesVertical=0; // Frames in cols or rows 1 or 0 var DissapearDelay=100; // delay before menu folds in var UnfoldDelay=100; // delay before sub unfolds var TakeOverBgColor=1; // Menu frame takes over background color subitem frame var FirstLineFrame="space"; // Frame where first level appears var SecLineFrame="space"; // Frame where sub levels appear var DocTargetFrame="space"; // Frame where target documents appear var TargetLoc=""; // span id for relative positioning var MenuWrap=1; // enables/ disables menu wrap 1 or 0 var RightToLeft=1; // enables/ disables right to left unfold 1 or 0 var BottomUp=0; // enables/ disables Bottom up unfold 1 or 0 var UnfoldsOnClick=0; // Level 1 unfolds onclick/ onmouseover var BaseHref=""; // BaseHref lets you specify the root directory for relative links. // The script precedes your relative links with BaseHref // For instance: // when your BaseHref= "http://www.MyDomain/" and a link in the menu is "subdir/MyFile.htm", // the script renders to: "http://www.MyDomain/subdir/MyFile.htm" // Can also be used when you use images in the textfields of the menu // "MenuX=new Array("" // For testing on your harddisk use syntax like: BaseHref="file:///C|/MyFiles/Homepage/" var Arrws=[BaseHref+"tri.gif",5,10,BaseHref+"tridown.gif",10,5,BaseHref+"trileft.gif",5,10,BaseHref+"triup.gif",10,5]; // Arrow source, width and height. // If arrow images are not needed keep source "" var MenuUsesFrames=1; // MenuUsesFrames is only 0 when Main menu, submenus, // document targets and script are in the same frame. // In all other cases it must be 1 var RememberStatus=0; // RememberStatus: When set to 1, menu unfolds to the presetted menu item. // When set to 2 only the relevant main item stays highligthed // The preset is done by setting a variable in the head section of the target document. // // // // 2_2_1 represents the menu item Menu2_2_1=new Array(....... // Below some pretty useless effects, since only IE6+ supports them // I provided 3 effects: MenuSlide, MenuShadow and MenuOpacity // If you don't need MenuSlide just leave in the line var MenuSlide=""; // delete the other MenuSlide statements // In general leave the MenuSlide you need in and delete the others. // Above is also valid for MenuShadow and MenuOpacity // You can also use other effects by specifying another filter for MenuShadow and MenuOpacity. // You can add more filters by concanating the strings var BuildOnDemand=0; // 1/0 When set to 1 the sub menus are build when the parent is moused over var BgImgLeftOffset=5; // Only relevant when bg image is used as rollover var ScaleMenu=0; // 1/0 When set to 0 Menu scales with browser text size setting var HooverBold=0; // 1 or 0 var HooverItalic=0; // 1 or 0 var HooverUnderLine=0; // 1 or 0 var HooverTextSize=0; // 0=off, number is font size difference on hoover var HooverVariant=0; // 1 or 0 var MenuSlide=""; var MenuSlide=""; var MenuSlide=""; var MenuShadow=""; var MenuShadow=""; var MenuShadow=""; var MenuOpacity=""; var MenuOpacity=""; function BeforeStart(){return} function AfterBuild(){return} function BeforeFirstOpen(){return} function AfterCloseAll(){return} // Menu tree: // MenuX=new Array("ItemText","Link","background image",number of sub elements,height,width,"bgcolor","bghighcolor", // "fontcolor","fonthighcolor","bordercolor","fontfamily",fontsize,fontbold,fontitalic,"textalign","statustext"); // Color and font variables defined in the menu tree take precedence over the global variables // Fontsize, fontbold and font italic are ignored when set to -1. // For rollover images ItemText or background image format is: "rollover?"+BaseHref+"Image1.jpg?"+BaseHref+"Image2.jpg" // Meu Item declarations are in the header, this is because asp variables were needed. // Menu1=new Array("","","",0,26,113,"","","","","","",-1,1,-1,"",""); //Menu1=new Array("","","",0,26,13,"","","","","","",-1,1,-1,"",""); Menu1=new Array("rollover?"+BaseHref+"/img/menu_about.gif?"+BaseHref+"/img/menu_about_on.gif","StaticTemplate.asp?itemCode=ORCGA-HOME-ABOUT&CssPath=css/TemplateSample/simple.css&CssDivID=simple&TeaserLength=50&Path=/StaticTemplate.asp&title=About ORCGA","",5,26,92,"","","","","","",-1,1,-1,"",""); Menu1_1=new Array("Vision and Mission","StaticTemplate.asp?itemCode=ORCGA-HOME-VISION-MISSION&title=Vision and Mission","",0,15,180,"","","","","","",-1,1,-1,"",""); Menu1_2=new Array("ORCGA Structure","StaticTemplate.asp?itemCode=ORCGA-HOME-STRUCTURE&title=ORCGA Structure","",0,15,180,"","","","","","",-1,1,-1,"",""); Menu1_3=new Array("ORCGA Board of Directors","list.asp?listCode=BOARD_OF_DIRECTORS","",0,15,180,"","","","","","",-1,1,-1,"",""); Menu1_4=new Array("Members Directory","members.asp?title=Members Directory","",0,15,180,"","","","","","",-1,1,-1,"",""); Menu1_5=new Array("Sponsors","sponsors.asp?title=Sponsors","",0,15,180,"","","","","","",-1,1,-1,"",""); Menu2=new Array("rollover?"+BaseHref+"/img/menu_bestpractices.gif?"+BaseHref+"/img/menu_bestpractices_on.gif","StaticTemplate.asp?itemCode=BEST-PRACTICE-INTRO&CssPath=css/TeaserTemplateSample/BestPracticeIntro.css&CssDivID=BestPracticeIntro&TeaserLength=50&Path=/StaticTemplate.asp&title=Introduction","",1,26,106,"","","","","","",-1,1,-1,"",""); Menu2_1=new Array("Best Practice Updates","StaticTeaserTemplate.asp?itemCode=BEST-PRACTICE-UPDATES&CssPath=css/TeaserTemplateSample/BestPracticeUpdate.css&CssDivID=BestPracticeUpdate&TeaserLength=100&Path=/StaticTemplate.asp&title=Best Practice Updates","",0,15,180,"","","","","","",-1,1,-1,"",""); Menu3=new Array("rollover?"+BaseHref+"/img/menu_publications.gif?"+BaseHref+"/img/menu_publications_on.gif","StaticTeaserTemplate.asp?itemCode=PUBLICATIONS-AND-RESOURCES&CssPath=css/TeaserTemplateSample/PublicationsResources.css&CssDivID=PublicationsResources&TeaserLength=100&Path=/StaticTemplate.asp&title=Publications","",0,26,168,"","","","","","",-1,1,-1,"",""); Menu4=new Array("rollover?"+BaseHref+"/img/menu_news.gif?"+BaseHref+"/img/menu_news_on.gif","StaticTeaserTemplate.asp?itemCode=ORCGA-NEWS&CssPath=css/TeaserTemplateSample/news.css&CssDivID=news&TeaserLength=50&Path=/StaticTemplate.asp&title=News","",0,26,55,"","","","","","",-1,1,-1,"",""); Menu5=new Array("rollover?"+BaseHref+"/img/menu_meeting.gif?"+BaseHref+"/img/menu_meeting_on.gif","calendar.asp?title=Calendar of Events","",0,26,135,"","","","","","",-1,1,-1,"",""); Menu6=new Array("rollover?"+BaseHref+"/img/menu_committee.gif?"+BaseHref+"/img/menu_committee_on.gif","committeWork.asp?title=Committe Work","",10,26,116,"","","","","","",-1,1,-1,"",""); Menu6_1=new Array("Best Practice Committee","committeWorkCommon.asp?ContactListCode=LIST-BEST-PRACTICE&ItemcodeNews=COMMITTE-WORK-NEWS-BEST-PRACTICE&ItemcodeDocuments=COMMITTE-WORK-DOCS-BEST-PRACTICE&title=Committe Work","",0,15,180,"","","","","","",-1,1,-1,"",""); Menu6_2=new Array("Events Committee","committeWorkCommon.asp?ContactListCode=LIST-EVENTS&ItemcodeNews=COMMITTE-WORK-NEWS-EVENTS&ItemcodeDocuments=COMMITTE-WORK-DOCS-EVENTS&title=Committe Work","",0,15,180,"","","","","","",-1,1,-1,"",""); Menu6_3=new Array("Education Committee","committeWorkCommon.asp?ContactListCode=LIST-EDUCATION&ItemcodeNews=COMMITTE-WORK-NEWS-EDUCATION&ItemcodeDocuments=COMMITTE-WORK-DOCS-EDUCATION&title=Committe Work","",0,15,180,"","","","","","",-1,1,-1,"",""); Menu6_4=new Array("Reporting & Evaluation Committee","committeWorkCommon.asp?ContactListCode=LIST-REPORTING&ItemcodeNews=COMMITTE-WORK-NEWS-REPORTING&ItemcodeDocuments=COMMITTE-WORK-DOCS-REPORTING&title=Committe Work","",0,15,180,"","","","","","",-1,1,-1,"",""); Menu6_5=new Array("GC Niagara/Hamilton","committeWorkCommon.asp?ContactListCode=LIST-NIA-HAM&ItemcodeNews=COMMITTE-WORK-NEWS-NIAGARA-HAMILTON&ItemcodeDocuments=COMMITTE-WORK-DOCS-NIAGARA-HAMILTON&title=Committe Work","",0,15,180,"","","","","","",-1,1,-1,"",""); Menu6_6=new Array("GC NorthEast - Sudbury","committeWorkCommon.asp?ContactListCode=LIST-NE-SUD&ItemcodeNews=COMMITTE-WORK-NEWS-NORTHEAST-SUDBURY&ItemcodeDocuments=COMMITTE-WORK-DOCS-NORTHEAST-SUDBURY&title=Committe Work","",0,15,180,"","","","","","",-1,1,-1,"",""); Menu6_7=new Array("GC NorthWest -Thunder Bay","committeWorkCommon.asp?ContactListCode=LIST-NW-TBAY&ItemcodeNews=COMMITTE-WORK-NEWS-NORTHWEST-THUNDERBAY&ItemcodeDocuments=COMMITTE-WORK-DOCS-NORTHWEST-THUNDERBAY&title=Committe Work","",0,15,180,"","","","","","",-1,1,-1,"",""); Menu6_8=new Array("GC East - Ottawa","committeWorkCommon.asp?ContactListCode=LIST-E-OTTAWA&ItemcodeNews=COMMITTE-WORK-NEWS-EAST-OTTAWA&ItemcodeDocuments=COMMITTE-WORK-DOCS-EAST-OTTAWA&title=Committe Work","",0,15,180,"","","","","","",-1,1,-1,"",""); Menu6_9=new Array("GC South - Chatham","committeWorkCommon.asp?ContactListCode=LIST-S-CHATHAM&ItemcodeNews=COMMITTE-WORK-NEWS-SOUTH-CHATHAM&ItemcodeDocuments=COMMITTE-WORK-DOCS-SOUTH-CHATHAM&title=Committe Work","",0,15,180,"","","","","","",-1,1,-1,"",""); Menu6_10=new Array("GC West - Waterloo","committeWorkCommon.asp?ContactListCode=LIST-W-WATERLOO&ItemcodeNews=COMMITTE-WORK-NEWS-WEST-WATERLOO&ItemcodeDocuments=COMMITTE-WORK-DOCS-WEST-WATERLOO&title=Committe Work","",0,15,180,"","","","","","",-1,1,-1,"",""); //gb 2008-04-23 Added these to the Committe Drop Down Menu //GC Niagara/Hamilton //GC NorthEast - Sudbury //GC NorthWest -Thunder Bay //GC East - Ottawa //GC South - Chatham //GC West - Waterloo Menu7=new Array("rollover?"+BaseHref+"/img/menu_members_olny.gif?"+BaseHref+"/img/menu_members_olny_on.gif","membersOnly.asp?title=Calendar of Events&link=/membersOnly.asp&fail=/membersOnly.asp","",2,26,100,"","","","","","",-1,1,-1,"",""); Menu7_1=new Array("Login","/membersOnly.asp?title=Calendar of Events&link=/membersOnly.asp&fail=/membersOnly.asp","",0,15,180,"","","","","","",-1,1,-1,"",""); Menu7_2=new Array("Member Directory","/members.asp?title=Members Directory&link=/members.asp&fail=/members.asp","",0,15,180,"","","","","","",-1,1,-1,"","");