// JavaScript Document
function setmenu() 
{
	var request = 2000;
    var menuitems = 2000;	
	{menuitems =  	"<li><a href=http://www.glococ.org>Home</a> &nbsp | </li>"+ 
           			"<li>&nbsp <a href=http://www.glococ.org/Calendar.html>Calendar</a> &nbsp |</li>" +
           			"<li>&nbsp <a href=http://www.glococ.org/pos.html> Salvation</a> &nbsp | </li>"+
           			"<li>&nbsp <a href=http://www.gloucesterchurchofchrist.org/map.html> Directions</a> &nbsp | </li>"+
           			"<li>&nbsp <a href=mailto:biblestudy.gloucesterchurchofchrist.org>Bible Study</a></li>"}
	request =  "<ul>" + menuitems + "</ul>";
	return (request);
}