//UDMv3.8.1 //* DO NOT EDIT THIS BIT * if (!exclude) { //******** //************************ /////////////////////////////////////////////////////////////////////////// // // ULTIMATE DROPDOWN MENU VERSION 3.8.1 by Brothercake // http://www.brothercake.com/dropdown/ // // Link-wrapping routine by Brendan Armstrong // Original KDE modifications by David Joham // Opera reload/resize based on a routine by Michael Wallner // Select-element hiding routine by Huy Do // /////////////////////////////////////////////////////////////////////////// // *** POSITIONING AND STYLES ********************************************* var menuALIGN = "left"; // alignment mode var absLEFT = 0; // absolute left or right position (if menu is left or right aligned) var absTOP = -10; // absolute top position var staticMENU = false; // static positioning mode (win/ie5,ie6 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 var mCOLOR = ""; // main nav cell color var rCOLOR = ""; // main nav cell rollover color var bSIZE = 1; // main nav border size var bCOLOR = ""; // main nav border color var aLINK = "white"; // main nav link color var aHOVER = "black"; // main nav link hover-color (dual purpose) var aDEC = "none"; // main nav link decoration var fFONT = "arial,sans-serif"; // main nav font face var fSIZE = 14; // main nav font size (pixels) var fWEIGHT = "bold"; // main nav font weight var tINDENT = 7; // main nav text indent (if text is left or right aligned) var vPADDING = 7; // main nav vertical cell padding var vtOFFSET = 0; // main nav vertical text offset (+/- pixels from middle) var keepLIT = true; // keep rollover color when browsing menu var vOFFSET = -3; // shift the submenus vertically var hOFFSET = 5; // shift the submenus horizontally var smCOLOR = "#83A891"; // submenu cell color var srCOLOR = "#528365"; // submenu cell rollover color var sbSIZE = 1; // submenu border size var sbCOLOR = "black"; // submenu border color var saLINK = "white"; // submenu link color var saHOVER = "black"; // submenu link hover-color (dual purpose) var saDEC = "none"; // submenu link decoration var sfFONT = "comic sans ms,arial,sans-serif"; // submenu font face var sfSIZE = 13; // submenu font size (pixels) var sfWEIGHT = "normal"; // submenu font weight var stINDENT = 5; // submenu text indent (if text is left or right aligned) var svPADDING = 1; // submenu vertical cell padding var svtOFFSET = 0; // submenu vertical text offset (+/- pixels from middle) var shSIZE = 2; // submenu dropshadow size var shCOLOR = "#bcbcbc"; // submenu dropshadow color var shOPACITY = 75; // submenu dropshadow opacity (not ie4,ns4 or opera) var keepSubLIT = true; // keep submenu rollover color when browsing child menu var chvOFFSET = -1; // shift the child menus vertically var chhOFFSET = 3; // shift the child menus horizontally var openTIMER = 100; // menu opening delay time (not ns4/op5/op6) var openChildTIMER = 200; // child-menu opening delay time (not ns4/op5/op6) var closeTIMER = 400; // menu closing delay time var aCURSOR = "hand"; // cursor for active links (not ns4, op5 or op6) var altDISPLAY = ""; // where to display alt text var allowRESIZE = true; // allow resize/reload var redGRID = false; // show a red grid var gridWIDTH = 765; // override grid width var gridHEIGHT = 500; // override grid height var documentWIDTH = 0; // override document width var hideSELECT = false; // auto-hide select boxes when menus open (ie only) var allowForSCALING = false; // allow for text scaling in gecko browsers var allowPRINTING = false; // allow the navbar and menus to print (not ns4) var arrWIDTH = 13; //arrow width (not ns4/op5/op6) var arrHEIGHT = 13; //arrow height (not ns4/op5/op6) var arrHOFFSET = -1; //arrow horizontal offset (not ns4/op5/op6) var arrVOFFSET = -3; //arrow vertical offset (not ns4/op5/op6) var arrVALIGN = "middle"; //arrow vertical align (not ns4/op5/op6) var arrLEFT = "<"; //left arrow (not ns4/op5/op6) var arrLEFT_ROLL = ""; //left rollover arrow (not ns4/op5/op6) var arrRIGHT = ">"; //right arrow (not ns4/op5/op6) var arrRIGHT_ROLL = ""; //right rollover arrow (not ns4/op5/op6) //** LINKS *********************************************************** MI("index.php?menu_id=974","Home",40,"center","","",0,0,"","","","",""); MI("index.php?menu_id=1585","Company Info",120,"center","","",0,0,"","","","",""); SP(180,"left","left",0,0,"","","","","","",""); SI("index.php?menu_id=1608","Quality Policy","",""); SI("index.php?menu_id=4931","Recycling Council of Ontario","",""); MI("index.php?menu_id=1587","Services",80,"center","","",0,0,"","","","",""); SP(180,"left","left",0,0,"","","","","","",""); SI("index.php?menu_id=2055","Rebate Center","",""); SI("index.php?menu_id=1942","Leasing available","",""); SI("index.php?menu_id=1602","Service Arrangement","",""); SI("index.php?menu_id=5076","Print with Purpose","",""); MI("index.php?menu_id=977","Contact Us",100,"center","","",0,0,"","","","",""); MI("shop.php?menu_id=978","Online Store",120,"center","","",0,0,"","","","",""); SP(180,"left","left",0,0,"","","","","","",""); SI("index.php?menu_id=1987","Toner Cartridges","",""); SI("index.php?menu_id=4229","InkJet cartridges","",""); SI("index.php?menu_id=1986","Laser Printers","",""); SI("index.php?menu_id=1686","Free Delivery","",""); MI("index.php?menu_id=1605","Secure Content",140,"center","","",0,0,"","","","",""); SP(180,"left","left",0,0,"","","","","","",""); SI("index.php?menu_id=1656","Hewlett Packard","",""); SI("index.php?menu_id=1718","Suppliers Web Page","",""); SI("index.php?menu_id=1722","Public Sector","",""); MI("index.php?menu_id=1617","Drivers",70,"center","","",0,0,"","","","",""); //* DO NOT EDIT THIS BIT * }//*********************** //************************