function gcpmenu(){
// function to write menu items for hear-2-dance, so menu only appears once and can be
// changed easily, changed July 5, 2007
document.write("<div id=\"menu\">");
document.write("<P><a href=\"index.html\">Home</a></P>");
document.write("<P><a href=\"develop.html\">Why Did We Develop Hear-2-Dance</a></P>");
document.write("<P><a href=\"system.html\">System Description</a></P>");
document.write("<P><a href=\"demo.html\">System Demonstration</a></P>");
document.write("<P><a href=\"requirements.html\">Component Requirements</a></P>");
document.write("<P><a href=\"transmitter.html\">Transmitter Setup<br>Troubleshooting</a></P>");
document.write("<P><a href=\"service.html\">Service Mark Usage</a></P>");
document.write("<P><a href=\"contact.html\">Contact Us</a></P>");

document.write("</div>");
}
