document.write('<FORM><SELECT Onchange="location.href=options[selectedIndex].value">')
document.write('<OPTION selected VALUE="">Go to...')
document.write('                                                  <OPTION VALUE="show.pl?Events">Events')
document.write('                                                  <OPTION VALUE="show.pl?Home">Home')
document.write('                                                  <OPTION VALUE="show.pl?Magazine">Magazine')
document.write('                                                  <OPTION VALUE="show.pl?Organisations">Organisations')
document.write('                                                  <OPTION VALUE="show.pl?Services">Services')
document.write('                                                  <OPTION VALUE="show.pl?TestPage2">TestPage2')
document.write('                                                  <OPTION VALUE="show.pl?TestPage3">TestPage3')
document.write('                                                  <OPTION VALUE="show.pl?TestPage">TestPage')
document.write('                                                  <OPTION VALUE="show.pl?Tour">Tour')
document.write('<OPTION VALUE="edit.pl">Edit Pages')
document.write('</SELECT></FORM>')

