// initialize menu properties DynMenuAPI.defaultStyle.bgcolor = "#c1c9e3"; DynMenuAPI.defaultStyle.childIcon = ""; DynMenuAPI.defaultStyle.hbgcolor = "#00529c"; DynMenuAPI.defaultStyle.border = "1"; DynMenuAPI.defaultStyle.bordercolor = "#000000"; DynMenuAPI.defaultStyle.font = "Arial, Helvetica, sans-serif"; DynMenuAPI.defaultStyle.fontsize = (is.ns ) ? "12" : "11"; DynMenuAPI.defaultStyle.fontcolor = "#000000"; DynMenuAPI.defaultStyle.fontcolorhighlight = "#ffffff"; DynMenuAPI.defaultStyle.styleNormal = "font-weight: bold; padding-left: 5px; padding-right: 5px;"; //DynMenuAPI.defaultStyle.styleHighlight = "font-style: italic;"; DynMenuAPI.defaultStyle.spacing = "2"; if( !is.ns ) DynMenuAPI.defaultStyle.padding = "5,0,3,0"; DynMenuAPI.defaultStyle.width = "154"; // initialize image properties DynImageAPI.path = "http://www.ohiojudges.org/images/topnav/"; oHomePageImg = new DynImage("HomePage"); oHomePage = new DynMenu(); oHomePage.add("Member Login", "http://www.ohiojudges.org/index.cfm?PageID=A3CCA39A-19B9-FE20-6CB9E1C08F97CDA2"); oHomePage.add("About OJC", "http://www.ohiojudges.org/index.cfm?PageID=A3D1EF50-19B9-FE20-6CFAE280E4CEAA79"); oHomePage.add("Associations", "http://www.ohiojudges.org/index.cfm?PageID=A3D1EF60-19B9-FE20-6CDC227B884D831D"); oHomePage.add("Committees", "http://www.ohiojudges.org/index.cfm?PageID=A3D1EF70-19B9-FE20-6CF11F858385741D"); oHomePage.add("Bill Board", "http://www.ohiojudges.org/index.cfm?PageID=A3D1EF9F-19B9-FE20-6C0BFBD388AB1246"); oHomePage.add("OJC Position Statements", "http://www.ohiojudges.org/index.cfm?PageID=A3D1EFAE-19B9-FE20-6C159E6D88642DE3"); oHomePage.add("OJC Publications", "http://www.ohiojudges.org/index.cfm?PageID=A3D1EFBE-19B9-FE20-6C09FBA8C1CD7A5D"); oHomePage.add("Projects", "http://www.ohiojudges.org/index.cfm?PageID=A3D1EFCD-19B9-FE20-6C71FF31CE0BE705"); oHomePage.add("Resources", "http://www.ohiojudges.org/index.cfm?PageID=A3D1EFDD-19B9-FE20-6C7D6E5739873E22"); oHomePage.add("FYI", "http://www.ohiojudges.org/index.cfm?PageID=A3D1EFED-19B9-FE20-6C4384F19588A883"); oHomePage.attachTo("idHomePage"); oHomePage.onshow = new Function("oHomePageImg.rollover();"); oHomePage.onhide = new Function("oHomePageImg.rollout();"); oDirectoryImg = new DynImage("Directory"); oDirectory = new DynMenu(); oDirectory.add("Find a Judge by Name", "http://www.ohiojudges.org/index.cfm?PageID=62DCCDBD-8EC5-474B-B66CB2369C5FBB6A"); oDirectory.add("Find a Judge by County", "http://www.ohiojudges.org/index.cfm?PageID=5FCCDF39-1919-41E3-82669ED59537DD8D"); oDirectory.add("Find a Judge by Court", "http://www.ohiojudges.org/index.cfm?PageID=7BE03996-F8B0-4D88-A6CF281E470A697E"); oDirectory.add("2011 Directory Changes", "http://www.ohiojudges.org/index.cfm?PageID=FEA7FEF0-19B9-FE20-6C5AC8EF69FBEBEF"); oDirectory.add("2012 New Judges", "http://www.ohiojudges.org/index.cfm?PageID=A5DA3BF0-19B9-FE20-6C8DA8DC4E2FB2EF"); oDirectory.add("Directory Update", "http://www.ohiojudges.org/index.cfm?PageID=B06F2DDA-C09F-2715-738883BB2C2D9782"); oDirectory.attachTo("idDirectory"); oDirectory.onshow = new Function("oDirectoryImg.rollover();"); oDirectory.onhide = new Function("oDirectoryImg.rollout();"); oLinksImg = new DynImage("Links"); oLinks = new DynMenu(); oLinks.add("Ohio Courts", "http://www.ohiojudges.org/index.cfm?PageID=64C16230-2FAD-4EE3-99C37E40B578079B"); oLinks.add("Other Links", "http://www.ohiojudges.org/index.cfm?PageID=6553B954-C09F-2715-73ECDA4F91778364"); oLinks.attachTo("idLinks"); oLinks.onshow = new Function("oLinksImg.rollover();"); oLinks.onhide = new Function("oLinksImg.rollout();"); oSiteInfoImg = new DynImage("SiteInfo"); oSiteInfo = new DynMenu(); oSiteInfo.add("Sitemap", "http://www.ohiojudges.org/index.cfm?PageID=1AD42D96-B3F3-46F8-B8BB403264350294"); oSiteInfo.add("Help with PDF Documents", "http://www.ohiojudges.org/index.cfm?PageID=718FAB2C-C09F-2715-7346CDE9BDBA93BC"); oSiteInfo.attachTo("idSiteInfo"); oSiteInfo.onshow = new Function("oSiteInfoImg.rollover();"); oSiteInfo.onhide = new Function("oSiteInfoImg.rollout();"); oContactUsImg = new DynImage("ContactUs"); oContactUs = new DynMenu(); oContactUs.attachTo("idContactUs"); oContactUs.onshow = new Function("oContactUsImg.rollover();"); oContactUs.onhide = new Function("oContactUsImg.rollout();");