// Title: Vertical Menu (Relative) // Description: // Web Folder: // Web URL: http://127.0.0.1/ // Absolute Path: False ace_state.columns = 1; ace_state.position = 'right'; ace_state.closedelay = 500; ace_state.hbgcolor = '#8080FF'; ace_state.hftcolor = '#000000'; ace_state.nbgcolor = '#0000A0'; ace_state.nftcolor = '#FFFFFF'; ace_state.fontFamily = 'Arial'; ace_state.fontSize = '10pt'; ace_state.fontStyle = 'normal'; ace_state.fontWeight = 'normal'; ace_state.cellpadding = 1; ace_state.layerpadding = 3; acemenu = new ACEMenu('0'); acemenu.columns = 1; acemenu.width = '173'; acemenu.nowrap = 'nowrap'; acemenu.hbgcolor = '#cccc99'; acemenu.hftcolor = '#0c2475'; acemenu.nbgcolor = 'transparent'; acemenu.nftcolor = '#0c2475'; acemenu.isAbsolute = true; acemenu.staticX = 113; acemenu.staticY = 264; acemenu.fontFamily = 'Arial'; acemenu.fontSize = '10pt'; acemenu.fontStyle = 'normal'; acemenu.fontWeight = 'normal'; acemenu.textalign = 'left'; acemenu.htmlBefore = '->'; acemenu.ffade = '1'; acemenu.fopacity = '100'; acemenu.fdissolve = '1'; acemenu.fblinds = 'right'; acemenu.AddItem('Governing Body', 'governing_body.htm', '', false , '', '0', '0'); acemenu.AddItem('Public Works Department', 'public_works.htm', '', false , '', '0', '0'); acemenu.AddItem('Water Department', 'water_department.htm', '', false , '', '0', '0'); acemenu.AddItem('Holiday Schedule', 'calendar.htm#holiday', '', false , '', '0', '0');