document.write('<ul id="sddm">')
document.write('<li><a href="./index.html">Home</a></li>')
document.write('<li><a href="./aboutus.html">About us</a></li>')
document.write('<li><a href="./project.html">Projects</a></li>')
document.write('<li><a href="./meetings.html" onmouseover="mopen(\'m2\')" onmouseout="mclosetime()">Meetings</a>')
document.write('<div id="m2" onmouseover="mcancelclosetime()" onmouseout="mclosetime()">')
document.write('<a href="./cmc45.html">CMC 45</a>')
document.write('<a href="./cmc46.html">CMC 46</a>')
document.write('<a href="./cmc47.html">CMC 47</a>')
document.write('<a href="./cmc48.html">CMC 48</a>')
document.write('<a href="./cmc49.html">CMC 49</a>')
document.write('<a href="./cmc50.html">CMC 50</a>')
document.write('<a href="./cmc51.html">CMC 51</a>')
document.write('</div>')
document.write('</li>')
document.write('<li><a class="alt" href="./press.html">Press Releases</a></li>')
document.write('<li><a href="./links.html">Links</a></li>')
document.write('<li><a href="./contactus.html">Contact us</a></li>')
document.write('</ul>')

document.write('<div style="clear:both"></div>')

