<!-- //



function addMenuItem(name, alink, header)
{
	document.write('    <tr> ');
	document.write('      <td width="100%" height="18" class="menukids" 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("Camps/Clinics","../parks/kidcampsclinics.html",true);
	addMenuItem("Day Camps","../parks/kiddaycamps.html",false);
	addMenuItem("Clinics","../parks/kidclinics.html",false);
	addMenuItem("More...","../parks/kidcampsclinics.html",false);
addMenuItem("Sports","../parks/kidsports.html",true);
	addMenuItem("Baseball","../parks/kidbaseball.html",false);
	addMenuItem("Softball","../parks/kidsoftball.html",false);
	addMenuItem("Flag Football","../parks/kidflagfootball.html",false);
	addMenuItem("More...","../parks/kidsports.html",false);
addMenuItem("Specialty Programs","../parks/kidspecialtyprograms.html",true);
	addMenuItem("Candy Cane Hunt","../parks/kidcandycanehunt.html",false);
	addMenuItem("Pepsi Punt, Pass & Kick","../parks/kidpepsipuntpasskick.html",false);
	addMenuItem("More...","../parks/kidspecialtyprograms.html",false);
addMenuItem("Birthday Parties","../parks/kidbirthdayparties.html",true);
addMenuItem("Financial Aid","../parks/kidfinancialaid.html",true);
document.write('  </table>');