// Main Menu Content
document.write
(
'<span class="menu"><a href="aboutmcur.html" class="whiteonblue" id="choice1" onmouseover="movein(this,\'Mission Statement, Frequently Asked Questions\')" onmouseout="moveout(this)">About the Center</a></span><br>',

'<span class="menu"><a href="programs.html" class="whiteonblue" id="choice2" onmouseover="movein(this,\'Maryland Student Researchers, Senior Summer Scholars, Undergraduate Research Day, Summer Seminar Series\')" onmouseout="moveout(this)">Center Programs</a></span><br>',

'<span class="menu"><a href="researchday.html" class="whiteonblue" id="choice3" onmouseover="movein(this,\'Research Showcase for Undergraduate Research\')" onmouseout="moveout(this)">Undergraduate Research Day</a></span><br>',

'<span class="menu"><a href="researchopps.html" class="whiteonblue" id="choice4" onmouseover="movein(this,\'On and Off Campus Opportunities....Research Opportunities at University of Maryland Colleges\')" onmouseout="moveout(this)">Research Opportunities</a></span><br>',
          
'<span class="menu"><a href="presentresearch.html" class="whiteonblue" id="choice5" onmouseover="movein(this,\'Journals That Accept Submissions from Undergraduates\')" onmouseout="moveout(this)">Present Your Research</a></span><br>',

'<span class="menu"><a href="publishresearch.html" class="whiteonblue" id="choice6" onmouseover="movein(this,\'Local and National Opportunites and Conferences for Student Research\')" onmouseout="moveout(this)">Publish Your Research</a></span><br>',

'<span class="menu"><a href="studentresources.html" class="whiteonblue" id="choice7" onmouseover="movein(this,\'Resources for Faculty Mentors and Student Researchers\')" onmouseout="moveout(this)">Research Resources </a></span><br>',

'<span class="menu"><a href="index.html" class="whiteonblue" id="choice8" onmouseover="movein(this,\'Return to the MCUR home page\')" onmouseout="moveout(this)">MCUR Home</a></span><br>',

'<span class="menu"><a href="http://www.ugst.umd.edu" class="whiteonblue" id="choice9" onmouseover="movein(this,\'MCUR is a Unit of the Office of Undergraduate Studies\')" onmouseout="moveout(this)">Undergraduate Studies</a></span><br><br>'

)