<!-- //



function addMenuItem(name, alink, header)
{
	document.write('    <tr> ');
	document.write('      <td width="100%" height="18" class="menuplanning" 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("Current Planning Home","../cd/planning/currentplanning.html",true);
addMenuItem("Planning & Zoning Commission","../cd/planning/pzcommission.html",false);
addMenuItem("Board of Adjustment","../cd/planning/boardofadjustment.html",false);
addMenuItem("Other Business","../cd/planning/otherbusiness.html",false);
addMenuItem("Current Projects","../cd/planning/currentprojects.html",false);
addMenuItem("Staff Contact","../cd/planning/staffcontacts.html",false);
addMenuItem("Long Range Plans Home","../cd/planning/longrangeplans.html",true);
addMenuItem("Long Range Trans Plan","../cd/planning/longrangetransplan.html",false);
addMenuItem("Greenway Plan","../cd/planning/greenwayplan.html",false);
addMenuItem("Comprehensive Plan","../cd/planning/comprehensiveplan.html",false);
document.write('  </table>');


//-->

