/*********************************************************************************** * (c) Ger Versluis 2000 version 5.41 24 December 2001 * * For info write to menus@burmees.nl * * You may remove all comments for faster loading * ***********************************************************************************/ var NoOffFirstLineMenus=9; // Number of first level items var LowBgColor="blue"; // Background color when mouse is not over var LowSubBgColor='lightblue'; // 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='white'; // Font color when mouse is not over var FontSubLowColor='blue'; // 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='lemonchiffon'; // Border color var BorderSubColor='lemonchiffon'; // Border color for subs var BorderWidth=1; // Border width var BorderBtwnElmnts=1; // Border between elements 1 or 0 var FontFamily="verdana, tahoma, sans-serif" // Font family menu items var FontSize=10; // Font size menu items var FontBold=1; // Bold menu items 1 or 0 var FontItalic=0; // Italic menu items 1 or 0 var MenuTextCentered='center'; // Item text position 'left', 'center' or 'right' var MenuCentered='left'; // Menu horizontal position 'left', 'center' or 'right' var MenuVerticalCentered=''; // Menu vertical position 'top', 'middle','bottom' or static var ChildOverlap=.0; // horizontal overlap child/ parent var ChildVerticalOverlap=.0; // vertical overlap child/ parent var StartTop=0; // 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=0; // Left padding var TopPaddng=2; // Top padding var FirstLineHorizontal=0; // SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL var MenuFramesVertical=0; // 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='self'; // Frame where first level appears var SecLineFrame='self'; // Frame where sub levels appear var DocTargetFrame='mainframe'; // 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=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 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("Home","home.html","",0,20,130); Menu2=new Array("Request","request.html","",0,20,130); Menu3=new Array("Area covered","area.html","",0,20,130); Menu3_1=new Array("Active Companies","companies.html","",0,16,125); Menu3_2=new Array("Company Members","combrs.html","",0); Menu3_3=new Array("Advisers","advisers.html","",0); Menu3_4=new Array("Enrolment Guidance","enrol.html","",0); Menu4=new Array("Journey costs","journey.html","",0,20,130); Menu4_1=new Array("News","news.html","",0,20,120); Menu4_2=new Array("Timetable of Events","timetable.html","",0); Menu4_3=new Array("Points Allocation","latestpoints.htm","",0); Menu4_4=new Array("Mailings to Companies","companymailings.html","",0); Menu4_5=new Array("Finance feedback","finance.html","",0); Menu4_6=new Array("Other Fairs","Othfair.html","",0); Menu5=new Array("Code of conduct","code.html","",0,20,130); Menu5_1=new Array("Code of conduct","code.html","",0,20,120); Menu5_2=new Array("Documents and Reports","docs.html","",0); Menu5_3=new Array("Chiltern YE Manual","areamanual.html","",0); Menu5_4=new Array("Area Board Information","areaboard.html","",0); Menu5_5=new Array("Young Advisers","youngadv.html","",0); Menu5_6=new Array("ICAEW Adviser Award","ICAEW.html","",0); Menu5_7=new Array("Cisco ICT Award","Cisco.html","",0); Menu5_8=new Array("Presentation Day Info","Pres.html","",0); Menu6=new Array("Can you help?","help.html","",0,20,130); Menu6_1=new Array("Exam Information","examinfo.html","",0,16,100); Menu6_2=new Array("Other Information","schoolinfo.html","",0); Menu7=new Array("Links","links.html","",0,20,130); Menu8=new Array("Contact us","contact.html","",0,20,130); Menu9=new Array("Members","members/index.html","",0,20,130);