//
var MENU_ITEMS = [
['Home', 'index.jsp', null], 
['People', 'page.jsp?page=people', null,
['What\'s On?', 'page.jsp?page=whatson', null], 
['Message Board', 'messageboard.jsp', null], 
['Waste Paper Project', 'page.jsp?page=waste', null], 
], 
['Places', 'page.jsp?page=places', null,
['Village Hall', 'page.jsp?page=villagehall', null], 
['Millenium Green', 'page.jsp?page=mill_green', null], 
['Church', 'page.jsp?page=church', null], 
['Godwick', 'page.jsp?page=godwick', null], 
['Tittleshall Bowls Club', 'page.jsp?page=bowlsclub', null], 
['Methodist Church', 'page.jsp?page=mc', null]
], 
['Council', 'page.jsp?page=council', null,
['Council Home', 'page.jsp?page=pc.news', null], 
['Minutes of Meetings', 'page.jsp?page=council.minutes', null], 
['Parish Council Members', 'page.jsp?page=members', null], 
['Appraisal Results', 'appraisal.jsp', null], 
['Contact Us', 'email.jsp?mode=pc', null]
], 
['History', 'page.jsp?page=history', null,
['Heritage Information', 'page.jsp?page=heritage', null], 
['The Coke Family', 'page.jsp?page=coke', null]
]

];