// 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=9D3B8940-4BF8-47BA-A994596BE817C452"); oHomePage.add("About OJC", "http://www.ohiojudges.org/index.cfm?PageID=A834213A-2832-4A0B-BC66D6050AA12E19"); oHomePage.add("Associations", "http://www.ohiojudges.org/index.cfm?PageID=D8B582A5-9911-494E-AF58A03C623FCA88"); oHomePage.add("Committees", "http://www.ohiojudges.org/index.cfm?PageID=14F30435-B9D5-44DA-9AB5F676CEA0D3FC"); oHomePage.add("Legislative Activities", "http://www.ohiojudges.org/index.cfm?PageID=4516D595-C09F-2715-7302A5E5ADF94072"); oHomePage.add("New Enactments", "http://www.ohiojudges.org/index.cfm?PageID=0505B9B3-C09F-2715-73E869099C277874"); oHomePage.add("OJC Position Statements", "http://www.ohiojudges.org/index.cfm?PageID=730F8B7F-C09F-2715-736AD6DDB1889229"); oHomePage.add("OJC Publications", "http://www.ohiojudges.org/index.cfm?PageID=E3A79480-D6DC-46CD-B74B445537D41BD2"); oHomePage.add("Projects", "http://www.ohiojudges.org/index.cfm?PageID=F3638335-EAB2-4241-A47796895B31BA5B"); oHomePage.add("Resources", "http://www.ohiojudges.org/index.cfm?PageID=EAA7D652-C09F-2715-7331AA09F5F7B209"); oHomePage.add("www.fyi", "http://www.ohiojudges.org/index.cfm?PageID=1CEA55E4-C09F-2715-73B5260C363E3977"); 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("2010 New Judges", "http://www.ohiojudges.org/index.cfm?PageID=0576867D-19B9-FE20-6C630E0F0323EDBC"); oDirectory.add("2009 Directory Changes", "http://www.ohiojudges.org/index.cfm?PageID=3518E226-19B9-FE20-6C732D0C42AA7CAC"); 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();");