BLANK_IMAGE="/images/space.gif"; var menuoffsetx=0; var menuoffsety=0; var dropx = 0; if( navigator.userAgent.indexOf("Safari") > -1 ){ // manually set offset for safari menuoffsetx = -5; menuoffsety = -5; } if( navigator.userAgent.indexOf("Mac_PowerPC") > -1 && navigator.userAgent.indexOf("MSIE") > -1 ) { menuoffsetx = 0; menuoffsety = 0; } if( navigator.userAgent.indexOf("MSIE") > -1 ) { dropx = -10; menuoffsetx = 10; menuoffsety = 0; } var code="code"; var url="url"; var sub="sub"; var color = {"border":"#C8CFDB", "shadow":"0", "bgON":"#2D4180","bgOVER":"#55689E"}; var color2 = {"border":"#C8CFDB", "shadow":"0", "bgON":"#55689E","bgOVER":"#7B98D4"}; var cssSub = {"ON":"Level1", "OVER":"Level1over"}; var css = {"ON":"Level0", "OVER":"Level0over"}; var STYLE = {"border":1, "shadow":0, "color":color, "css":css}; var STYLE2 = {"border":1, "shadow":0, "color":color2, "css":cssSub}; var MENU_ITEMS = [ {"pos":[-100,-100], "itemoff":[0,25], "leveloff":[25+menuoffsety, dropx+menuoffsetx], "style":STYLE, "size":[26,999]}, {code:"About Us", url:"/about/", "format":{"size":[26,57]}, sub:[ {"itemoff":[25,0], "style":STYLE2}, {code:"History", url:"/about/history.php", sub:[ {"itemoff":[25,0], "leveloff":[0,56], "style":STYLE2}, {code:"Milestones", url:"/about/milestones.php", "format":{"size":[26,70]}} ]}, {code:"President", url:"/about/president.php"}, {code:"Staff", url:"/about/staff.php"}, {code:"Board", url:"/about/board.php"}, {code:"FAQs", url:"/faqs/", sub:[ {"itemoff":[25,0], "leveloff":[0,56], "style":STYLE2}, {code:"Directions", url:"/faqs/index.php#5", "format":{"size":[26,70]}} ]} ] }, // WSG/mrg due to a coding error, overriding the size does not change the // itemoff, so we have to set it manually to the size of the previous menu {code:"What's New", url:"/whats_new/", "format":{"itemoff":[0,56],"size":[26,70], "leveloff":[26,0]}}, {code:"Initiatives & Legislation", url:"/initiatives/", "format":{"itemoff":[0,69],"size":[26,135]}, sub:[ {"itemoff":[25,0], "style":STYLE2}, {code:"Our Agenda", url:"/initiatives/agenda.php"}, {code:"Working to Learn", url:"/initiatives/working_to_learn.php"}, {code:"Adult Home Reform", url:"/initiatives/AdultHomeReform.php"}, {code:"Memos in Support or Opposition", url:"/initiatives/memos.php", "format":{"size":[38,135]}}, {code:"Testimony", url:"/initiatives/testimony.php", "format":{"itemoff":[37,0]}}, {code:"Contact Your Representative", url:"/initiatives/contact_rep.php", "format":{"size":[38,135]}}, ] }, {code:"Publications & Resources", url:"/resources/", "format":{"itemoff":[0,134],"size":[26,149]}, sub:[ {"itemoff":[25,0], "style":STYLE2}, {code:"Publications", url:"/resources/publications.php"}, {code:"Helping Hands for Working Families", url:"/resources/lowincome_taxpolicy.php", "format":{"size":[38,149]}}, {code:"Links", url:"/resources/links.php", "format":{"itemoff":[37,0]}}, {code:"Federal Poverty Guidelines", url:"/resources/guidelines.php"}, {code:"Archives", url:"/resources/archives.php"} ] }, {code:"Get Involved", url:"/get_involved/", "format":{"itemoff":[0,148],"size":[26,78]}, sub:[ {"itemoff":[25,0], "style":STYLE2}, {code:"Support SCAA", url:"/get_involved/support_scaa.php", "format":{"itemoff":[33,0],"size":[38,78]}}, ] }, {code:"Press Coverage", url:"/press/", "format":{"itemoff":[0,77],"size":[26,95]} }, {code:"Events Calendar", url:"/calendar/", "format":{"itemoff":[0,94],"size":[26,97]}, sub:[ {"itemoff":[25,0], "style":STYLE2}, {code:"Event Registration", url:"/calendar/registration.php","format":{"size":[26,97]}} ] }, {code:"Collaborations", url:"/collaborations/", "format":{"itemoff":[0,96],"size":[26,92]} } ]; mymenu=new COOLjsMenu('mymenu',MENU_ITEMS); //Making the menu object.Argument:menuname function movemenu(menu,img) { var left; var top; left = moveXbySlicePos(0,img); left += menuoffsetx; top = moveYbySlicePos(0,img); top += menuoffsety; mymenu.move(left,top); }