function menuBasic(){ 
document.write("<table cellspacing=0 cellpadding=0 border=0>")
document.write("<tr><td bgcolor=#e4e8ed ><a href='index.html'>&nbsp;Home&nbsp</a></td><td> | </td>")
document.write("<td bgcolor=#e4e8ed ><a href='recLocations.html'>&nbsp;Rec Programs&nbsp </a></td><td> | </td>")
document.write("<td bgcolor=#e4e8ed ><a href='compLocations.html'>&nbsp;Competitive Programs&nbsp </a></td><td> | </td>")
document.write("<td bgcolor=#e4e8ed><a href='coaches.html'>&nbsp;Coaches&nbsp</a></td><td> | </td>")
document.write("<td bgcolor=#e4e8ed ><a href='forms.html'>&nbsp;Registration Forms&nbsp </a></td><td> | </td>")
document.write("<td bgcolor=#e4e8ed ><a href='CRGC - CLUB SATISFACTION SURVEY.doc'>&nbsp;Survey&nbsp </a></td><td> | </td>")
document.write("<td bgcolor=#e4e8ed><a href='photos2008.html'>&nbsp;Photos&nbsp</a></td><td> | </td>")
document.write("<td bgcolor=#e4e8ed><a href='links.html'>&nbsp;Links&nbsp</a></td>")
document.write("</tr></table>")
}