// main_menu.js
var ctext = ' '
ctext += '<P align="center"><IMG border="0" src="images/graphics/r15banner.jpg" usemap="#menumap" width="725"	height="220"></P>'
ctext += '<map name="menumap">'
ctext += '<area shape="rect" alt="Home" coords="6,188,65,209" href="index.html" title="Home" />'
ctext += '<area shape="rect" alt="Staff" coords="75,188,123,209" href="staff.html" title="Staff" />'
ctext += '<area shape="rect" alt="Chapters" coords="136,188,219,209" href="chapters.html" title="Chapters" />'
ctext += '<area shape="rect" alt="Marines" coords="234,188,305,209" href="marines/index.html" title="Marines" />'
ctext += '<area shape="rect" alt="News and Events" coords="321,188,373,209" href="news.html" title="News and Events" />'
ctext += '<area shape="rect" alt="Awards" coords="386,188,460,209" href="awards.html" title="Awards" />'
ctext += '<area shape="rect" alt="Photos" coords="473,188,540,209" href="photos.html" title="Photos" />'
ctext += '<area shape="rect" alt="Documents" coords="555,188,653,209" href="documents.html" title="Documents" />'
ctext += '<area shape="rect" alt="Links" coords="668,188,721,209" href="links.html" title="Links" />'
ctext += '</map>'
document.write(ctext)
// newFunction
function newFunction() {
}