<!-- //

function addMenuItem(name, alink, header)
{
	document.write('    <tr> ');
	document.write('      <td width="100%" height="18" class="menucityparks" onMouseOver="MM_timelineStop(\'MENUOFF\')" onMouseOut="MM_timelinePlay(\'MENUOFF\');MM_timelineGoto(\'MENUOFF\',\'1\')"> ');
	if (header)
	{
		document.write('        <a style="width:100%" href="'+alink+'"><strong>'+name+'</strong></a></td>');
	}
	else
	{
		document.write('<a style="width:100%;text-indent: .5em;" href="'+alink+'">'+name+'</a></td>');
	}
	document.write('    </tr>');
}

document.write('  <table width="100%" border="0" cellpadding="1" cellspacing="1"  bgcolor="#FFFFFF">');
addMenuItem("City Parks Home","../parks/cityparks.html",true);
addMenuItem("Playgrounds","../parks/playgrounds.html",true);
addMenuItem("Pavilions","../parks/pavilions.html",true);
addMenuItem("Lakes/Rivers","../parks/lakesrivers.html",true);
addMenuItem("Skate Park","../parks/skatepark.html",true);
addMenuItem("Dog Park","../parks/northjeffersoncityrecreationarea.html#dogpark",true);
addMenuItem("Scenic Stops","../parks/scenicstops.html",true);
	addMenuItem("Rotary Centennial Park (Boliver St.)","../parks/rotarycentennialpark.html",false);
	addMenuItem("Ellis Porter/Riverside Park","../parks/ellisporterriversidepark.html",false);
	addMenuItem("Madison Street","../parks/madisonstreet.html",false);
document.write('  </table>');