<!---
lProg=new Array("local","locmeet","loccon","locserv","locnews","locana2","locquiz","loclink","locphoto","locgeog",
"locwalk","burwalls_wood","brunel-lock","walk-portishead","local")
lLink=new Array(' <a href="local.htm" title="Menu">',' <a href="locmeet.htm" title="Meetings & Events">',
' <a href="loccon.htm" title="Contacts">',' <a href="locserv.htm" title="Services">',
' <a href="locnews.htm" title="Local Press">',' <a href="locana2.htm" title="Anagrams of Places & People">',
' <a href="locquiz.htm" title="Quiz 1 & 2">',' <a href="loclink.htm" title="Local Links">',
' <a href="locphoto.htm" title="Photos">',' <a href="locgeog.htm" title="Regional Map">',
' <a href="locwalk.htm" title="Walks & Cycling">',' <a href="burwalls_wood.htm" title="Burwalls Wood Walk">',
' <a href="brunel-lock.htm" title="Docks Gasferry Walk">',
' <a href="walk-portishead.htm" title="Portishead Marina Walk">')
lName=new Array("Menu","Meetings & Events","Bristol Group Contacts","Local Services","Local Press Story Links",
"Anagrams of Local Places & People","Quiz Pages","Local Links","Local Photos","Regional Map","Walks & Cycling",
"Burwalls Wood Walk","Docks Circular Walk","Portishead Marina Walk")

function locmenu(next) {
 max=lName.length
 nPg=next
 nx=parseInt(next)+1
 if (nx==max) nx=0
 ls=next-1
 if (ls<0) ls=max-1
 wk=lLink[nx]+'Next: '+lName[nx]+'</a> &nbsp; '+lLink[ls]+'Last: '+lName[ls]+'</a> '
 i=1
 w1='&nbsp; '+lLink[0]+'Menu</a> '
 while (max>i) {
  w1=w1+lLink[i]+i+'</a> '
  i++
 }
 document.write('<div class="bas stdcen">'+wk+w1+'</div>')
}
//--->
