/************************************************************************************/ /************************************************************************************/ /***| THIS MENU IS PRODUCED BY BEYOND MEDIA |***********/ /***| http://www.beyondmedia.dk/ | info@beyondmedia.dk | +45 28 62 07 04 |***********/ /************************************************************************************/ /************************************************************************************/ /***| GLOBAL SETTINGS |*************************************************************/ /************************************************************************************/ var sTopBorderSize, sTopBorderColor, sTopLayerColor, sTopFontWeight, sTopFontColor, sTopFontDecor, iTopFontSize, sTopFont, ns4, ns6, ie4, iActivate, iCount, iId, iCenter, iStack, iBullet, iFade, iFadeSpeed, objFade, iScreenWidth, iScreenHeigth, iWindowWidth, iWindowHeight, iiWidth, iiHeight, iiLeft, iiTop, iWidth, iHeight, iTop, iLeft, sMenuBar, sMenuBarObject, sSubMenu, sSubMenuObject, sFont, iFontSize, sFontDecor, sFontColor, sFontWeight, sFontHover, iFontSizeHover, sFontDecorHover, sFontColorHover, sFontWeightHover, sFontBgHover, sFontLineHeight, sFontPadding, xMenuHtml; var bContentFrameLoaded = false; var tContentTimer = 0; iCount = 7; iActivate = 0; iWidth = 88; iHeight = 19; iLeft = -342; iTop = 220; iCenter = 1; iStack = 0; iBullet = 0; /************************************************************************************/ /***| TEXT TOP MENUBAR SETTINGS |****************************************************/ /************************************************************************************/ sTopFont = 'verdana,tahoma,arial,helvetica,sans serif'; iTopFontSize = 12; sTopFontDecor = 'none'; sTopFontColor = '#000000'; sTopFontWeight = ''; sTopLayerColor = 'none'; sTopBorderSize = '0'; sTopBorderColor = '#000000'; /************************************************************************************/ /***| TEXT SUB MENUBAR SETTINGS |****************************************************/ /************************************************************************************/ sFont = 'verdana,tahoma,arial,helvetica,sans serif'; iFontSize = 12; sFontDecor = 'none'; sFontColor = '#000000'; sFontWeight = 'normal'; sFontLineHeight = 14; sFontPadding = 2; /************************************************************************************/ /***| SUBMENU HOVER SETTINGS |*******************************************************/ /************************************************************************************/ sFontHover = 'verdana,tahoma,arial,helvetica,sans serif'; iFontSizeHover = 12; sFontDecorHover = 'none'; sFontColorHover = '#dbeaef'; sFontWeightHover= 'normal'; sFontBgHover = '#ffffff'; //***************// // LAYER SETINGS // //***************// iFade = 1; //( IE4+ ONLY ) iFadeSpeed = 10; // Choose from 1 to 20 (1 = Slowfade / 20 = Fastfade) ( IE4+ ONLY ) sLayerColor = '#ffffff'; sBorderColor = '#c4e8ee'; sBorderSize = 1;