//variables
var STYLE1 = {border:1, borders:[1, 1, 1, 1], shadow:1, color:{border:"#666666", shadow:"#DBD8D1", bgON:"#F2E4EE", bgOVER:"#FCF5FE", imagebg:"#DBD8D1", oimagebg:"#B6BDD2"}, css:{ON:'clsCMOn', OVER:'clsCMOver'}};
//menu items
var MENU_ITEMS = [
  {pos:[10, 60], size:[30, 165], itemoff:[30, 0], leveloff:[0, 0], delay:700, imgsize:[16, 16], arrsize:[16, 16], style:{border:1, borders:[0, 0, 0, 1], shadow:0, color:{border:"#666666", shadow:"#DBD8D1", bgON:"#F2E4EE", bgOVER:"#FCF5FE", imagebg:"Aqua", oimagebg:"Aquamarine"}, css:{ON:'clsCMOn', OVER:'clsCMOver'}}}, 
    {code:"Home - Western US", url:"home.html"},
    {code:"Our Story", url:"ourstory_whatsnew.html",
      sub:[
      {size:[30, 116], itemoff:[29, 0], leveloff:[10, 145], delay:600, imgsize:[16, 16], arrsize:[16, 16], style:STYLE1}, 
        {code:"What's New", url:"ourstory_whatsnew.html"},
        {code:"Heritage", url:"ourstory_heritage.html"},
        {code:"OLP Stories", url:"ourstory_olpstories.html"},
		{code:"PeaceTimes", url:"ourstory_peacetimes.html"}
      ]},
    {code:"What We Do", url:"whatwedo_ministries.html",
      sub:[
      {size:[30, 140], itemoff:[29, 0], leveloff:[10, 145], delay:600, imgsize:[16, 16], arrsize:[16, 16], style:{border:1, borders:[1, 1, 1, 1], shadow:1, color:{border:"#666666", shadow:"#DBD8D1", bgON:"#F2E4EE", bgOVER:"#FCF5FE", imagebg:"#DBD8D1", oimagebg:"#B6BDD2"}, css:{ON:'clsCMOn', OVER:'clsCMOver'}}}, 
        {code:"Ministries", url:"whatwedo_ministries.html"},
        {code:"Ministry Stories", url:"whatwedo_ministrystories.html"},
        {code:"Sponsored Ministries", url:"whatwedo_sponsoredministries.html"}
      ]},
    {code:"Join Us", url:"joinus_intro.html",
      sub:[
      {size:[30, 150], itemoff:[29, 0], leveloff:[10, 145], delay:600, imgsize:[16, 16], arrsize:[16, 16], style:{border:1, borders:[1, 1, 1, 1], shadow:1, color:{border:"#666666", shadow:"#DBD8D1", bgON:"#F2E4EE", bgOVER:"#FCF5FE", imagebg:"#DBD8D1", oimagebg:"#B6BDD2"}, css:{ON:'clsCMOn', OVER:'clsCMOver'}}}, 
        {code:"Invitation", url:"joinus_intro.html"},
        {code:"CSJP Core Values", url:"joinus_corevalues.html"},
        {code:"Vowed Commitment", url:"joinus_vowedcommitment.html"},
        {code:"Associate Covenant", url:"joinus_associatecovenant.html"}
              ]},
    {code:"Peace & Spirituality Center", url:"peacespiritctr_about.html",
      sub:[
      {size:[30, 165], itemoff:[29, 0], leveloff:[10, 145], delay:600, imgsize:[16, 16], arrsize:[16, 16], style:{border:1, borders:[1, 1, 1, 1], shadow:1, color:{border:"#666666", shadow:"#DBD8D1", bgON:"#F2E4EE", bgOVER:"#FCF5FE", imagebg:"#DBD8D1", oimagebg:"#B6BDD2"}, css:{ON:'clsCMOn', OVER:'clsCMOver'}}}, 
        {code:"About the Center", url:"peacespiritctr_about.html"},
        {code:"Using the Center", url:"peacespiritctr_using.html"},
        {code:"Programs/Calendar", url:"peacespiritctr_programscalendar.html"},
        {code:"Retreats", url:"peacespiritctr_retreats.html"},
		{code:"Map and Directions", url:"peacespiritcentermap.html"}
      ]},
    {code:"Support Our Ministries", url:"support_waystogive.html",
      sub:[
      {size:[30, 165], itemoff:[29, 0], leveloff:[10, 145], delay:600, imgsize:[16, 16], arrsize:[16, 16], style:{border:1, borders:[1, 1, 1, 1], shadow:1, color:{border:"#666666", shadow:"#DBD8D1", bgON:"#F2E4EE", bgOVER:"#FCF5FE", imagebg:"#DBD8D1", oimagebg:"#B6BDD2"}, css:{ON:'clsCMOn', OVER:'clsCMOver'}}}, 
        {code:"Ways to Give", url:"support_waystogive.html"},
        {code:"Capital Campaign", url:"support_stmaryonthelake.html"},
        {code:"Ministries & Vocations", url:"support_ministriesvocations.html"},
        {code:"Care of the Sisters", url:"support_careofsisters.html"}
      ]},
	   {code:"Justice & Peace", url:"justicepeace_currentnews.html",
      sub:[
      {size:[30, 165], itemoff:[29, 0], leveloff:[10, 145], delay:600, imgsize:[16, 16], arrsize:[16, 16], style:{border:1, borders:[1, 1, 1, 1], shadow:1, color:{border:"#666666", shadow:"#DBD8D1", bgON:"#F2E4EE", bgOVER:"#FCF5FE", imagebg:"#DBD8D1", oimagebg:"#B6BDD2"}, css:{ON:'clsCMOn', OVER:'clsCMOver'}}}, 
        {code:"Current News", url:"justicepeace_currentnews.html"},
        {code:"Justice & Peace Links", url:"justicepeace_links.html"},
        {code:"Peace Prayer", url:"justicepeace_peaceprayer.html"}
      ]},
    {code:"Contact Us", url:"contactus_leadership.html",
      sub:[
      {size:[30, 114], itemoff:[29, 0], leveloff:[10, 145], delay:600, imgsize:[16, 16], arrsize:[16, 16], style:{border:1, borders:[1, 1, 1, 1], shadow:1, color:{border:"#666666", shadow:"#DBD8D1", bgON:"#F2E4EE", bgOVER:"#FCF5FE", imagebg:"#DBD8D1", oimagebg:"#B6BDD2"}, css:{ON:'clsCMOn', OVER:'clsCMOver'}}}, 
        {code:"Leadership Team", url:"contactus_leadership.html"},
        {code:"Prayer Request", url:"contactus_prayerrequest.html"}
      ]}
    
];


