//UDMv3.0.2 //**DO NOT EDIT THIS ***** if (!exclude) { //******** //************************ // *** for more information about the script ****************************** // *** see http://www.brothercake.com/dropdown/ *************************** // *** POSITIONING AND STYLES ********************************************* var menuALIGN = "left"; // alignment var absLEFT = 0; // absolute left or right position (if not center) var absTOP = 164; // absolute top position var staticMENU = false; // static positioning mode (ie5/6 and ns4 only) var stretchMENU = false; // show empty cells var showBORDERS = false; // show empty cell borders var baseHREF = "resources/"; // base path var zORDER = 1000; // base z-order of nav structure (not ns4) var mCOLOR = "#060606"; // main nav cell color var rCOLOR = "#FFFFFF"; // main nav cell rollover color var keepLIT = true; // keep rollover color when browsing menu var bSIZE = 1; // main nav border size var bCOLOR = "#060606" // main nav border color var aLINK = "#ffffff"; // main nav link color var aHOVER = "#000066"; // main nav link hover-color (dual purpose) var aDEC = "none"; // main nav link decoration var fFONT = "arial"; // main nav font face var fSIZE = 12; // main nav font size (pixels) var fWEIGHT = "bold" // main nav font weight var tINDENT = 5; // main nav text indent (if text is left or right aligned) var vPADDING = 2; // main nav vertical cell padding var vtOFFSET = 1; // main nav vertical text offset (+/- pixels from middle) var vOFFSET = 0; // shift the submenus vertically var hOFFSET = -1; // shift the submenus horizontally var smCOLOR = "#DCDB55"; // submenu cell color var srCOLOR = "#DCDB55"; // submenu cell rollover color var sbSIZE = 1; // submenu border size var sbCOLOR = "#F1E5AD" // submenu border color var saLINK = "#330033"; // submenu link color var saHOVER = "#ffffff"; // submenu link hover-color (dual purpose) var saDEC = "none"; // submenu link decoration var sfFONT = "arial";// submenu font face var sfSIZE = 12; // submenu font size (pixels) var sfWEIGHT = "bold" // submenu font weight normal/bold var stINDENT = 6; // submenu text indent (if text is left or right aligned) var svPADDING = 2; // submenu vertical cell padding var svtOFFSET = 0; // submenu vertical text offset (+/- pixels from middle) var shSIZE = 0; // menu drop shadow size var shCOLOR = "#330033"; // menu drop shadow color var shOPACITY = 0; // menu drop shadow opacity (ie5/6 only) var keepSubLIT= true; // keep submenu rollover color when browsing child menu var chvOFFSET = -3; // shift the child menus vertically var chhOFFSET = -5; // shift the child menus horizontally var closeTIMER = 330; // menu closing delay time var cellCLICK = true; // links activate on TD click var aCURSOR = "hand"; // cursor for active links (not ns4 or op5) var altDISPLAY = "title"; // where to display alt text var allowRESIZE=true; // allow resize/reload //** LINKS *********************************************************** // add main link item ("url","Link name",width,"text-alignment","_target","alt text",top position,left position) addMainItem("index.cfm?section=about us&","background |",95,"left","","about us",0,0); // define submenu properties (width,"align to edge","text-alignment",v offset,h offset) defineSubmenuProperties(90,"left","left",0,0); // // add main link item ("url","Link name",width,"text-alignment","_target","alt text",top position,left position) addMainItem("index.cfm?section=how to order&","how to order |",100,"left","","how to order",0,0); // define submenu properties (width,"align to edge","text-alignment",v offset,h offset) defineSubmenuProperties(90,"left","left",0,0); // // add main link item ("url","Link name",width,"text-alignment","_target","alt text",top position,left position) addMainItem("index.cfm?section=home&","home |",50,"left","","home",0,0); // define submenu properties (width,"align to edge","text-alignment",v offset,h offset) defineSubmenuProperties(90,"left","left",0,0); // //**DO NOT EDIT THIS ***** }//*********************** //************************