//variables
var POS1 = "relative";
var BORDERS1 = [0, 0, 0, 0];
var COLOR1 = {border:"White", shadow:"#DBD8D1", bgON:"#9BE99E", bgOVER:"#E8FFEA", imagebg:"#DBD8D1", oimagebg:"#B6BDD2"};
var CSS1 = {ON:'clsCMOn', OVER:'clsCMOver'};
var STYLE1 = {border:1, borders:BORDERS1, shadow:0, color:COLOR1, css:CSS1};
var COLOR2 = {border:"White", shadow:"#DBD8D1", bgON:"White", bgOVER:"White", imagebg:"White", oimagebg:"White"};
var STYLE2 = {border:1, borders:BORDERS1, shadow:0, color:COLOR2, css:CSS1};
var FORMAT1 = {size:[20, 45], itemoff:[0, 110], imgsize:[0, 0], arrsize:[16, 16], style:STYLE2};
var BORDERS2 = [1, 1, 1, 1];
var COLOR3 = {border:"#3200A4", shadow:"Silver", bgON:"white", bgOVER:"#CCBFE8", imagebg:"#DBD8D1", oimagebg:"#B6BDD2"};
var STYLE3 = {border:1, borders:BORDERS2, shadow:3, color:COLOR3, css:CSS1};
var FORMAT2 = {size:[20, 45], itemoff:[0, 75], imgsize:[0, 0], arrsize:[16, 16], style:STYLE2};
var FORMAT3 = {size:[20, 90], itemoff:[0, 75], imgsize:[0, 0], arrsize:[16, 16], style:STYLE2};
var FORMAT4 = {size:[20, 65], itemoff:[0, 120], imgsize:[0, 0], arrsize:[16, 16], style:STYLE2};
var STYLE4 = {border:1, borders:BORDERS2, shadow:3, color:{border:"#3200A4", shadow:"Silver", bgON:"white", bgOVER:"#CCBFE8", imagebg:"#DBD8D1", oimagebg:"#B6BDD2"}, css:{ON:'clsCMOn', OVER:'clsCMOver'}};
var FORMAT5 = {size:[20, 71], itemoff:[0, 95], imgsize:[0, 0], arrsize:[16, 16], style:STYLE2};
//menu items
var MENU_ITEMS = [
  {pos:POS1, size:[20, 100], itemoff:[0, 93], leveloff:[0, 0], delay:600, imgsize:[0, 0], arrsize:[16, 16], style:STYLE1}, 
    {code:"Home", url:"index.html", format:FORMAT1, 
      sub:[
      {size:[22, 87], itemoff:[21, 0], leveloff:[21, 0], delay:600, imgsize:[16, 16], arrsize:[16, 16], popup:true, popupoff:true, hidden_top:true, style:STYLE3}, 
        {code:"Site Map", url:"sitemap.html"},
        {code:"Privacy Policy", url:"privacy.html"}
      ]},
    {code:"About", format:FORMAT2, 
      sub:[
      {size:[22, 110], itemoff:[21, 0], leveloff:[21, 0], delay:600, imgsize:[16, 16], arrsize:[16, 16], style:{border:1, borders:[1, 1, 1, 1], shadow:3, color:{border:"#3200A4", shadow:"Silver", bgON:"white", bgOVER:"#CCBFE8", imagebg:"#DBD8D1", oimagebg:"#B6BDD2"}, css:{ON:'clsCMOn', OVER:'clsCMOver'}}}, 
        {code:"History", url:"history.html"},
        {code:"Mission", url:"mission.html"},
        {code:"Board of Trustees", url:"boardtrustees.html"},
        {code:"Financial Report", url:"financial.html"},
        {code:"FAQ", url:"faq.html"}
      ]},
    {code:"Priests", format:FORMAT2, 
      sub:[
      {size:[22, 110], itemoff:[21, 0], leveloff:[21, 0], delay:600, imgsize:[16, 16], arrsize:[16, 16], style:{border:1, borders:[1, 1, 1, 1], shadow:3, color:COLOR3, css:{ON:'clsCMOn', OVER:'clsCMOver'}}}, 
        {code:"Retired Priests", url:"retiredpriests.html"},
        {code:"Deceased Priests", url:"deceasedpriests.html"}
      ]},
    {code:"News & Events", format:FORMAT3, 
      sub:[
      {size:[22, 118], itemoff:[21, 0], leveloff:[21, 0], delay:600, imgsize:[16, 16], arrsize:[16, 16], style:{border:1, borders:[1, 1, 1, 1], shadow:3, color:{border:"#3200A4", shadow:"Silver", bgON:"white", bgOVER:"#CCBFE8", imagebg:"#DBD8D1", oimagebg:"#B6BDD2"}, css:{ON:'clsCMOn', OVER:'clsCMOver'}}}, 
        {code:"Latest News", url:"latestnews.html"},
        {code:"Parish Campaign ...", url:"parishcampaign.html", 
          sub:[
          {size:[22, 77], itemoff:[21, 0], leveloff:[0, 115], delay:600, imgsize:[16, 16], arrsize:[16, 16], popup:true, popupoff:true, hidden_top:true, style:STYLE3}, 
            {code:"Resources", url:"resources.html"}
          ]},
        {code:"Newsletter", url:"newsletter.html"},
        {code:"Photo Gallery", url:"gallery.html"},
        {code:"Personal Stories", url:"personalstories.html"}
      ]},
    {code:"Donations", format:FORMAT4, 
      sub:[
      {size:[22, 105], itemoff:[21, 0], leveloff:[21, 0], delay:600, imgsize:[16, 16], arrsize:[16, 16], popup:true, popupoff:true, hidden_top:true, style:STYLE3}, 
        {code:"Donate Online ...", url:"onlinedonation-intro.html", 
          sub:[
          {size:[22, 126], itemoff:[21, 0], leveloff:[1, 105], delay:600, imgsize:[16, 16], arrsize:[16, 16], style:STYLE4}, 
            {code:"One-Time or Monthly", url:"online-donation.html"},
            {code:"In Memoriam Gift", url:"in-memoriam-gift.html"},
            {code:"Living Gift", url:"living-gift.html"}
          ]},
        {code:"Ways of Giving", url:"waysgiving.html"}
      ]},
    {code:"Contact Us", url:"contact.html", format:FORMAT5}
];

