function menu(file,linktitle) {

document.write("<div id='m'><table border=0 cellspacing=0 cellpadding=0 width=170 height=30>");
document.write("<tr><td id='d' width=10></td>");
document.write("<td bgcolor='black' width=1></td>");
document.write("<td id='l' width=4></td>");
document.write("<td id='l'><a href='" + file + ".htm'>" + linktitle + "</a></td>");
document.write("</tr></table></div><br>");

}

menu("index","HOME");
menu("services","RDO - BRIEF");
menu("AboutUs","RDO - DETAILED");
menu("highlights","HIGHLIGHTS");
<!-- menu("utilizing","UTILIZING RDO");-->
menu("links","LINKS OF INTEREST");
menu("grant","GRANT RESOURCES");
menu("ac","AMERICORPS CAPE COD");
menu("puppet","BUFFET PUPPET SHOW");
menu("contact","STAFF/CONTACT US");