function SOGRS_Menu() {
	document.write("<div id='navbar'>");
	document.write("<table border='0' width='152'>");
	document.write("<tr><td align='left' style='height:85px;'><a href='about.htm'>About Rising Star</a><br><a href='features.htm'>Features</a><br><a href='screenshots.htm'>Screenshots</a></td></tr>");
	document.write("<tr><td align='left' style='height:70px;'><a href='comments.htm'>Reviews</a><br><a href='user_bands.php'>Players & Bands</a></td></tr>");
	document.write("<tr><td align='left' style='height:60px;'><a href='../forums/sogrs_mods.php'>User Mods</a><br><a href='equipment.php'>Equipment List</a></td></tr>");
	document.write("<tr><td align='left' style='height:60px;'><a href='notes.htm'>Designer Notes</a><br><a href='requirements.htm'>Requirements</a></td></tr>");
	document.write("<tr><td align='left' style='height:70px;'><a href='https://gilligames.plimus.com/jsp/buynow.jsp?contractId=1724660'>Buy Now!</a><br><a href='../index.php'>Gilligames</a></td></tr>");
	document.write("</table>");
	document.write("</div>");
}

document.write("<map name='Map'>");
document.write("  <area shape='rect' coords='115,7,205,8' href='#'>");
document.write("  <area shape='rect' coords='10,4,139,45' href='index.htm'>");
document.write("</map>");


