//menu items
var MENU_ITEMS = [
  {pos:[3, 16], size:[25, 106], itemoff:[24, 0], leveloff:[0, 0], delay:600, imgsize:[16, 16], arrsize:[16, 16], style:{border:1, shadow:2, color:{border:"#666666", shadow:"#DBD8D1", bgON:"white", bgOVER:"#B6BDD2", imagebg:"#DBD8D1", oimagebg:"#B6BDD2"}, css:{ON:'clsCMOn', OVER:'clsCMOver'}}}, 
    {code:"Home Page", url:"index.htm"},
    {code:"Circuit Minister", url:"minister.htm"},
    {code:"Services:", 
      sub:[
      {size:[22, 110], itemoff:[21, 0], leveloff:[0, 83], delay:600, imgsize:[16, 16], arrsize:[16, 16], style:{border:1, shadow:2, color:{border:"#666666", shadow:"#DBD8D1", bgON:"white", bgOVER:"#B6BDD2", imagebg:"#DBD8D1", oimagebg:"#B6BDD2"}, css:{ON:'clsCMOn', OVER:'clsCMOver'}}}, 
        {code:"Service Plan", url:"plan.htm"},
        {code:"Open on Sundays", url:"opensun.htm"},
        {code:"Junior Church", url:"jchurch.htm"},
        {code:"Creche", url:"creche.htm"},
        {code:"Keeping in Touch", url:"intouch.htm"}
      ]},
    {code:"Facilities:", 
      sub:[
      {size:[24, 110], itemoff:[23, 0], leveloff:[1, 84], delay:600, imgsize:[16, 16], arrsize:[16, 16], style:{border:1, shadow:2, color:{border:"#666666", shadow:"#DBD8D1", bgON:"white", bgOVER:"#B6BDD2", imagebg:"#DBD8D1", oimagebg:"#B6BDD2"}, css:{ON:'clsCMOn', OVER:'clsCMOver'}}}, 
        {code:"For Disabilities", url:"disabil.htm"},
        {code:"Room Bookings", url:"bookings.htm"},
        {code:"Baptism/Marriage", url:"bap_marr.htm"}
      ]},
    {code:"Music:", 
      sub:[
      {size:[23, 111], itemoff:[22, 0], leveloff:[0, 83], delay:600, imgsize:[16, 16], arrsize:[16, 16], style:{border:1, shadow:2, color:{border:"#666666", shadow:"#DBD8D1", bgON:"white", bgOVER:"#B6BDD2", imagebg:"#DBD8D1", oimagebg:"#B6BDD2"}, css:{ON:'clsCMOn', OVER:'clsCMOver'}}}, 
        {code:"Church Choir", url:"cchoir.htm"},
        {code:"Junior Choir", url:"jchoir.htm"},
        {code:"Choral Society", url:"choral.htm"},
        {code:"Music Group", url:"musicg.htm"},
        {code:"Music Appreciation", url:"magic.htm"}
      ]},
    {code:"Social Groups:", 
      sub:[
      {size:[27, 111], itemoff:[26, 0], leveloff:[1, 83], delay:600, imgsize:[16, 16], arrsize:[16, 16], style:{border:1, shadow:2, color:{border:"#666666", shadow:"#DBD8D1", bgON:"white", bgOVER:"#B6BDD2", imagebg:"#DBD8D1", oimagebg:"#B6BDD2"}, css:{ON:'clsCMOn', OVER:'clsCMOver'}}}, 
        {code:"Coffee Morning", url:"coffee.htm"},
        {code:"Social Club", url:"socialc.htm"},
        {code:"Tuesday Club", url:"tuesday.htm"},
        {code:"Thursday Club", url:"thursday.htm"},
        {code:"Men's Fellowship", url:"fellow.htm"},
        {code:"Network", url:"network.htm"},
        {code:"House Groups", url:"house.htm"}
      ]},
    {code:"Youth Groups:", 
      sub:[
      {size:[22, 111], itemoff:[21, 0], leveloff:[1, 83], delay:600, imgsize:[16, 16], arrsize:[16, 16], style:{border:1, shadow:2, color:{border:"#666666", shadow:"#DBD8D1", bgON:"white", bgOVER:"#B6BDD2", imagebg:"#DBD8D1", oimagebg:"#B6BDD2"}, css:{ON:'clsCMOn', OVER:'clsCMOver'}}}, 
        {code:"Mums & Tots", url:"tots.htm"},
        {code:"I2 Youth Club", url:"i2.htm"},
        {code:"Rainbows", url:"rainbows.htm"},
        {code:"Brownies", url:"brownies.htm"},
        {code:"Scouts", url:"scouts.htm"}
      ]},
    {code:"Location Map", url:"location.htm"},
    {code:"Methodists Today", url:"whatis.htm"}
];

