/************************************************************************************/ /************************************************************************************/ /***| 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 = 11; iActivate = 0; iWidth = 130; iHeight = 20; iLeft = -265; iTop = 145; iCenter = 1; iStack = 1; iBullet = 0; /************************************************************************************/ /***| TEXT TOP MENUBAR SETTINGS |****************************************************/ /************************************************************************************/ sTopFont = 'verdana,tahoma,arial,helvetica,sans serif'; iTopFontSize = 12; sTopFontDecor = 'none'; sTopFontColor = '#000000'; sTopFontWeight = 'bold'; sTopLayerColor = 'none'; sTopBorderSize = '0'; sTopBorderColor = '#7C9B42'; /************************************************************************************/ /***| TEXT SUB MENUBAR SETTINGS |****************************************************/ /************************************************************************************/ sFont = 'verdana,tahoma,arial,helvetica,sans serif'; iFontSize = 13; sFontDecor = 'none'; sFontColor = '#000000'; sFontWeight = 'bold'; sFontLineHeight = 14; sFontPadding = 2; /************************************************************************************/ /***| SUBMENU HOVER SETTINGS |*******************************************************/ /************************************************************************************/ sFontHover = 'verdana,tahoma,arial,helvetica,sans serif'; iFontSizeHover = 13; sFontDecorHover = 'none'; sFontColorHover = '#000000'; sFontWeightHover= 'bold'; sFontBgHover = '#dddddd'; //***************// // LAYER SETINGS // //***************// iFade = 1; //( IE4+ ONLY ) iFadeSpeed = 10; // Choose from 1 to 20 (1 = Slowfade / 20 = Fastfade) ( IE4+ ONLY ) sLayerColor = '#ffffff'; sBorderColor = '#ffffff'; sBorderSize = 1;