var items = [
  ["Home |", "http://www.iarbc.org/", null],
  ["Churches |", "sub",
    [
      ["By City", "http://www.iarbc.org/churches/churchlist.html", null],
      ["Find a church", "http://www.iarbc.org/churches/churchfinder.html", null]
    ]
  ],
  ["Ministries |", "sub", 
    [
      ["Next Town Evangelism", "http://www.iarbc.org/ministries/nexttown.html", null],
	  ["Philippian Providers", "http://www.iarbc.org/ministries/providers.html", null],
	  ["Revolving Loan Birth!", "http://www.iarbc.org/ministries/revolvingloan.html", null],
	  ["Youth Ministry", "http://www.iarbc.org/ministries/youth.html", null],
	  ["Talents For Christ", "http://www.iarbc.org//ministries/tfc.html", null],
	  ["Affiliations", "http://www.iarbc.org/links/affiliations.html", null]
    ]
  ],
  ["Praise & Prayer |", "sub",
    [
	  ["Praise & Prayer Reminder", "http://www.iarbc.org/resources/PraisePrayerCalendar.pdf", null]
    ]
  ],
   ["Events |", "sub",
    [
      ["Calendar", "http://www.iarbc.org/events/calendar.html", null]
    ]
  ],
  ["Resources |", "sub",
    [
      ["Publications", "http://www.iarbc.org/resources/publications.html", null],
      ["Pulpit Supply", "http://www.iarbc.org/resources/PULPITSUPPLY_list.pdf", null],
	  ["Spiritual Guidance", "http://www.iarbc.org/resources/guidance.html", null]
    ]
  ],
  ["About |", "sub",
    [
      ["Our Mission", "http://www.iarbc.org/about/vision.html", null],
      ["Our Beliefs", "http://www.iarbc.org/about/beliefs.html", null],
      ["IARBC Leaders", "http://www.iarbc.org/about/leaders.html", null],
	  ["Contact Us", "http://www.iarbc.org/about/contact.html", null]
    ]
  ],

  ["Links", "sub",
    [
	  ["Affiliations", "http://www.iarbc.org/links/affiliations.html", null]
    ]
  ]
];