function go(newurl) {
  document.location.href=newurl
}

function dispmenu() {
  document.write("<p align=center><font size=2><a href=main.htm>") 
  document.write("HOME</a> <a href=email.htm>") 
  document.write("BHS EMAIL LISTINGS</a> ") 
  document.write("<a href=cpyright.htm>COPYRIGHTS</a>") 
  document.write("<a href=icmusic.htm>MUSIC</a> <a href=utilities.htm>") 
  document.write("UTILITIES</a> </font> ") 
}
