var NoOffFirstLineMenus=10; // 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="#edf6ff"; var HighBgColor="#a9d0f5"; var FontLowColor="#0000cd"; var FontHighColor="#00008B"; var BorderColor="#BDEBD6"; var BorderWidthMain=1; var BorderWidthSub=0; var BorderBtwnMain=1; var BorderBtwnSub=1; var FontFamily="Arial, Helvetica, sans-serif"; var FontSize=12; var FontBold=1; var FontItalic=0; var MenuTextCentered="center"; var MenuCentered="center"; var MenuVerticalCentered="middle"; var ChildOverlap=0; var ChildVerticalOverlap=0; var StartTop=0; var StartLeft=0; var VerCorrect=-1; var HorCorrect=0; var DistFrmFrameBrdr=0; var LeftPaddng=0; var TopPaddng=4; var FirstLineHorizontal=1; var MenuFramesVertical=0; var DissapearDelay=1000; var UnfoldDelay=100; var TakeOverBgColor=0; var FirstLineFrame="topFrame"; var SecLineFrame="mainFrame"; var DocTargetFrame="mainFrame"; var TargetLoc=""; var MenuWrap=1; var RightToLeft=0; var BottomUp=0; var UnfoldsOnClick=0; var BaseHref=""; var MenuUsesFrames=1; var RememberStatus=0; var PartOfWindow=.8; var MenuSlide="";var MenuSlide="progid:DXImageTransform.Microsoft.RevealTrans(duration=.5, transition=19)"; var MenuSlide="progid:DXImageTransform.Microsoft.GradientWipe(duration=.5, wipeStyle=1)"; var MenuShadow="";var MenuShadow="progid:DXImageTransform.Microsoft.DropShadow(color=#888888, offX=2, offY=2, positive=1)"; var MenuShadow=""; var MenuOpacity="";var MenuOpacity=""; // 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 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 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 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 fontitalic are ignored when set to -1. // For rollover images ItemText or background image format is: "rollover?"+BaseHref+"Image1.jpg?"+BaseHref+"Image2.jpg" Menu1=new Array( "start", 'http://www.huizeaarde.nl/admin/myuploads/File/framestart.htm', "", 0, "20", "44", "", "", "", "", "", "", -1, -1, -1, "", "" ); Menu2=new Array( "filosofie", 'http://www.huizeaarde.nl/admin/myuploads/File/framevisie.htm', "", 0, "18", "62", "", "", "", "", "", "", -1, -1, -1, "", "" ); Menu3=new Array( "werkwijze", 'http://www.huizeaarde.nl/admin/myuploads/File/frameprogramma.htm', "", 0, "18", "70", "", "", "", "", "", "", -1, -1, -1, "", "" ); Menu4=new Array( "projecten", 'http://www.huizeaarde.nl/admin/myuploads/File/frameprojecten.htm', "", 0, "18", "72", "", "", "", "", "", "", -1, -1, -1, "", "" ); Menu5=new Array( "diensten & producten", 'http://www.huizeaarde.nl/admin/myuploads/File/framediensten.htm', "", 0, "18", "142", "", "", "", "", "", "", -1, -1, -1, "", "" ); Menu6=new Array( "documenten", 'http://www.huizeaarde.nl/content.php?title=documenten', "", 0, "18", "90", "", "", "", "", "", "", -1, -1, -1, "", "" ); Menu7=new Array( "index", 'http://www.huizeaarde.nl/admin/myuploads/File/framezoeken.htm', "", 0, "18", "48", "", "", "", "", "", "", -1, -1, -1, "", "" ); Menu8=new Array( "stages", 'http://www.huizeaarde.nl/admin/myuploads/File/framestages.htm', "", 0, "18", "54", "", "", "", "", "", "", -1, -1, -1, "", "" ); Menu9=new Array( "contact", 'http://www.huizeaarde.nl/admin/myuploads/File/framecontact.htm', "", 0, "18", "60", "", "", "", "", "", "", -1, -1, -1, "", "" ); Menu10=new Array( "nieuws", 'http://www.huizeaarde.nl/admin/myuploads/File/framenieuwsberichten.htm', "", 0, "18", "56", "", "", "", "", "", "", -1, -1, -1, "", "" );