BLANK_IMAGE = 'http://www.nyyta.org//images/spacer.gif'; var STYLE = { border:1, // item's border width, pixels; zero means "none" shadow:0, // item's shadow size, pixels; zero means "none" color:{ border:"#f5e6ab", // color of the item border, if any shadow:"#DBD8D1", // color of the item shadow, if any bgON:"#f98a49", // background color for the items bgOVER:"#F6B474" // background color for the item which is under mouse right now }, css:{ ON:"clsCMOn", // CSS class for items OVER:"clsCMOver" // CSS class for item which is under mouse } }; var SUB_STYLE = { border:1, // item's border width, pixels; zero means "none" shadow:0, // item's shadow size, pixels; zero means "none" color:{ border:"#f5e6ab", // color of the item border, if any shadow:"#DBD8D1", // color of the item shadow, if any bgON:"#F6B474", // background color for the items bgOVER:"#f98a49" // background color for the item which is under mouse right now }, css:{ ON:"clsCMOn2", // CSS class for items OVER:"clsCMOver2" // CSS class for item which is under mouse } }; var MENU_ITEMS = [ {pos:[29,122], itemoff:[0,99], leveloff:[21,0], style:STYLE, size:[22,100]}, {code:"", "format":{"size":[22,87]}, url:"#"}, {code:"Home", "format":{"size":[22,64], "itemoff":[0,86]}, url:"http://www.nyyta.org/index.html"}, {code:"About NYYTA", "format":{"size":[22,95], "itemoff":[0,63]}, url:"http://www.nyyta.org/about/index.html", sub:[ {itemoff:[21,0], style:SUB_STYLE, size:[22,150]}, {code:"News", url:"http://www.nyyta.org/about/news.html"}, {code:"Mission Statement", url:"http://www.nyyta.org/about/mission_statement.html"} ] }, {code:"Membership", "format":{"size":[22,95], "itemoff":[0,94]}, url:"http://www.nyyta.org/membership/index.html", sub:[ {itemoff:[21,0], style:SUB_STYLE, size:[22,200]}, {code:"Join NYYTA - Become a Member", url:"https://secure.axis80.com/nyyta.org/membership/register.html"}, {code:"Update Profile", url:"http://www.nyyta.org/membership/update_profile.html"}, {code:"Renew", url:"http://www.nyyta.org/membership/renew.html"}, {code:"Print Membership Card", url:"http://www.nyyta.org/membership/membership_card.html"}, {code:"FAQ", url:"http://www.nyyta.org/membership/faq.html"} ] }, {code:"Events", "format":{"size":[22,65],"itemoff":[0,94]}, url:"http://www.nyyta.org/events/index.html", sub:[ {itemoff:[21,0], style:SUB_STYLE, size:[22,100]}, {code:"Calendar", url:"http://www.nyyta.org/events/calendar.html"}, {code:"Post an Event", url:"http://www.nyyta.org/events/post_event.html"} ] }, {code:"Community", "format":{"size":[22,89],"itemoff":[0,64]}, url:"http://www.nyyta.org/community/index.html", sub:[ {itemoff:[21,0], style:SUB_STYLE, size:[22,130]}, {code:"Classfieds", url:"http://www.nyyta.org/community/classifieds/index.html"}, {code:"Message Boards", url:"http://www.nyyta.org/community/message_boards/index.html"}, {code:"Volunteers", url:"http://www.nyyta.org/community/volunteers/index.html"}, {code:"Related Links", url:"http://www.nyyta.org/community/links.html"} ] }, {code:"Teacher Directory", "format":{"size":[22,127],"itemoff":[0,88]}, url:"http://www.nyyta.org/teacher_directory/index.html"}, {code:"Studio Directory", "format":{"size":[22,117],"itemoff":[0,126]}, url:"http://www.nyyta.org/studio_directory/index.html"}, {code:"Contact", "format":{"size":[22,70],"itemoff":[0,116]}, url:"http://www.nyyta.org/contact/index.html"} ]; var menu1 = new COOLjsMenuPRO("menu1", MENU_ITEMS); menu1.initTop();