function drawMenu()
{
document.write('<div id="mainMenu"><a>Club</a><a>Events</a><a>Documents</a><a>Resources</a><a><i><font color=red>go-</font><font color=blue>ride</font></i></a></div><div id="submenu">');
document.write('<div id="submenu_1"> : <a href="index_old.html">Home</a> : <a href="http://mdcc.blogspot.com/">News</a> : <a href="t.html">Training</a> : <a href="clothing/index.html">Clothing</a> : <a href="c.html">Contact Us</a> : <a href="docs/join.html">Join</a> : </div>');
document.write('<div id="submenu_2"> : <a href="e.html">Calendar</a> : <a href="course/index.html">Courses</a> : <a href="results/index.html">Results</a> : <a href="results/club2010.htm">Championship</a> : <a href="m.html">Social</a> : </div>');
document.write('<div id="submenu_3"> : <a href="docs/mem.html">Membership</a> : <a href="docs/nl.html">Newsletters</a> : <a href="docs/com.html">Committee</a> : <a href="docs/misc.html">Other</a> : </div>');
document.write('<div id="submenu_4"> : <a href="http://www.flickr.com/photos/drpaulr/">Photos</a> : <a href="http://www.drpaulr.co.uk/forum">Forum</a> : <a href="g.html">Gear Calculator</a> : <a href="l.html">Links</a> : </div>');
document.write('<div id="submenu_5"> : <a href="go-ride/index.html">Overview</a> : <a href="go-ride/sat.html">Coaching</a> : <a href="go-ride/mtb.html">Rides</a> : <a href="go-ride/sch.html">Schools</a> : <a href="go-ride/c.html">Personnel</a> : <a href="go-ride/bikeweek.html">Bike Week</a> : </div>');
document.write('</div>');
}
