//UDMv3.1 //**DO NOT EDIT THIS ***** if (!exclude) { //******** //************************ // *** POSITIONING AND STYLES ********************************************* var menuALIGN = "left"; // alignment var absLEFT = 130; // absolute left or right position (if not center) var absTOP = 137; // 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 = "js/"; // base path var zORDER = 1000; // base z-order of nav structure (not ns4) var mCOLOR = ""; // main nav cell color var rCOLOR = ""; // main nav cell rollover color var keepLIT = true; // keep rollover color when browsing menu var bSIZE = 0; // main nav border size var bCOLOR = "" // main nav border color var aLINK = "#990033"; // main nav link color var aHOVER = ""; // main nav link hover-color (dual purpose) var aDEC = "none"; // main nav link decoration var fFONT = "Verdana, Helvetica, Ariel"; // main nav font face var fSIZE = 13; // main nav font size (pixels) var fWEIGHT = "bold" // main nav font weight var tINDENT = 0; // main nav text indent (if text is left or right aligned) var vPADDING = 0; // main nav vertical cell padding var vtOFFSET = 0; // main nav vertical text offset (+/- pixels from middle) var vOFFSET = 5; // shift the submenus vertically var hOFFSET = 0; // shift the submenus horizontally var smCOLOR = "#456993"; // submenu cell color var srCOLOR = "#000000"; // submenu cell rollover color var sbSIZE = 1; // submenu border size var sbCOLOR = "#000000" // submenu border color var saLINK = "#FFFFFF"; // submenu link color var saHOVER = ""; // submenu link hover-color (dual purpose) var saDEC = "none"; // submenu link decoration var sfFONT = "Verdana, Helvetica, Ariel";// submenu font face var sfSIZE = 10; // submenu font size (pixels) var sfWEIGHT = "bold" // 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 = 3; // menu drop shadow size var shCOLOR = "#000000"; // menu drop shadow color var shOPACITY = 50; // menu drop shadow opacity (ie5/6 only) var keepSubLIT= true; // keep submenu rollover color when browsing child menu var chvOFFSET = 0; // shift the child menus vertically var chhOFFSET = 0; // shift the child menus horizontally var closeTIMER = 10; // menu closing delay time var cellCLICK = true; // links activate on TD click var aCURSOR = "hand"; // cursor for active links (ie only) 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("Agencies.asp"," ",106,"center","","",0,0); // define submenu properties (width,"align to edge","text-alignment",v offset,h offset) defineSubmenuProperties(222,"left","left",0,0); // add submenu link items ("url","Link name","_target","alt text") addSubmenuItem("SectionIndex.asp?SectionID=57","Citizen Service Center","",""); addSubmenuItem("SectionIndex.asp?SectionID=53","City Attorney","",""); addSubmenuItem("SectionIndex.asp?SectionID=52","City Auditor","",""); addSubmenuItem("SectionIndex.asp?SectionID=8","City Clerk","",""); addSubmenuItem("SectionIndex.asp?SectionID=26","City Engineering","",""); addSubmenuItem("SectionIndex.asp?SectionID=10","City Manager","",""); addSubmenuItem("http://www.flycos.com","Colorado Springs Airport","",""); addSubmenuItem("SectionIndex.asp?SectionID=38","Colorado Springs Pioneers Museum","",""); addSubmenuItem("SectionIndex.asp?SectionID=50","Community Development","",""); addSubmenuItem("SectionIndex.asp?SectionID=20","Community Infrastructure & Development","",""); addSubmenuItem("SectionIndex.asp?SectionID=21","Economic Development","",""); addSubmenuItem("SectionIndex.asp?SectionID=33","Emergency Management","",""); addSubmenuItem("SectionIndex.asp?SectionID=37","Financial & Administrative Services","",""); addSubmenuItem("SectionIndex.asp?SectionID=31","Financial Services","",""); addSubmenuItem("SectionIndex.asp?SectionID=11","Fire","",""); addSubmenuItem("SectionIndex.asp?SectionID=56","Housing Authority","",""); addSubmenuItem("SectionIndex.asp?SectionID=29","Human Resources","",""); addSubmenuItem("SectionIndex.asp?SectionID=28","Information Technology","",""); addSubmenuItem("SectionIndex.asp?SectionID=25","Land Use Review","",""); addSubmenuItem("SectionIndex.asp?SectionID=9","Municipal Court","",""); addSubmenuItem("SectionIndex.asp?SectionID=15","Parking System","",""); addSubmenuItem("SectionIndex.asp?SectionID=17","Parks, Recreation & Cultural Services","",""); addSubmenuItem("SectionIndex.asp?SectionID=18","Pikes Peak America\'s Mountain","",""); addSubmenuItem("SectionIndex.asp?SectionID=12","Police","",""); addSubmenuItem("SectionIndex.asp?SectionID=30","Procurement Services","",""); addSubmenuItem("SectionIndex.asp?SectionID=23","Public Communications","",""); addSubmenuItem("SectionIndex.asp?SectionID=32","Revenue & Collections","",""); addSubmenuItem("SectionIndex.asp?SectionID=34","Stormwater","",""); addSubmenuItem("SectionIndex.asp?SectionID=22","Streets","",""); addSubmenuItem("SectionIndex.asp?SectionID=16","Transit Service","",""); News_on = new Image(); News_on.src = 'Images/Global/NewsOn.gif'; News_off = new Image(); News_off.src = 'Images/Global/News.gif'; Events_on = new Image(); Events_on.src = 'Images/Global/EventsOn.gif'; Events_off = new Image(); Events_off.src = 'Images/Global/Events.gif'; FormsDocs_on = new Image(); FormsDocs_on.src = 'Images/Global/FormsDocsOn.gif'; FormsDocs_off = new Image(); FormsDocs_off.src = 'Images/Global/FormsDocs.gif'; Agendas_on = new Image(); Agendas_on.src = 'Images/Global/MinutesAgendasOn.gif'; Agendas_off = new Image(); Agendas_off.src = 'Images/Global/MinutesAgendas.gif'; ContactUs_on = new Image(); ContactUs_on.src = 'Images/Global/ContactUsOn.gif'; ContactUs_off = new Image(); ContactUs_off.src = 'Images/Global/ContactUs.gif'; function illuminate(imgDocID, imgObjName){ document.images[imgDocID].src = eval(imgObjName + ".src"); } //**DO NOT EDIT THIS ***** }//*********************** //************************