<!-- //

function addMenuItem(name, alink, header)
{
	document.write('    <tr> ');
	document.write('      <td width="100%" height="18" class="menucode" 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("Animal Protection and Control","../cd/animal/animal.html",true);
	addMenuItem("Photo Gallery","../cd/animal/photogallery.html",false);
	addMenuItem("Animal Codes","../cd/animal/animalcodes.html",false);
	addMenuItem("Adoptions/Shelter","../cd/animal/adoptions.html",false);
	addMenuItem("Lost/Found Pets","../cd/animal/lostpets.html",false);
	addMenuItem("Animal FAQs","../cd/animal/FAQs.html",false);
addMenuItem("Building Regulations","../cd/codeenforcement/buildingregulations.html",true);
	addMenuItem("Signs","../cd/codeenforcement/signs.html",false);
	addMenuItem("New Residental Construction","../cd/codeenforcement/residentialconstruction.html",false);
	addMenuItem("New Commercial Construction","../cd/codeenforcement/commercialconstruction.html",false);
	addMenuItem("Remodels & Additions","../cd/codeenforcement/remodelsadditions.html",false);
	addMenuItem("Permits","../cd/codeenforcement/permits.html",false);
	addMenuItem("Plumbing License","../cd/codeenforcement/plumbinglicenses.html",false);
	addMenuItem("Electrical License","../cd/codeenforcement/electricallicenses.html",false);
addMenuItem("Environmental Health","../cd/codeenforcement/environmentalhealth.html",true);
	addMenuItem("Food Service Guidelines","../cd/codeenforcement/foodservice.html",false);
	addMenuItem("Trash Service","../cd/codeenforcement/trashservice.html",false);
	addMenuItem("Yard Waste","../cd/codeenforcement/yardwaste.html",false);
	addMenuItem("Mosquito Control","../cd/codeenforcement/mosquitocontrol.html",false);
	addMenuItem("Recycling","../cd/codeenforcement/recycling.html",false);
	addMenuItem("Community Education","../cd/codeenforcement/communityeducation.html",false);
	addMenuItem("Property Appearance (Nuisance)","../cd/codeenforcement/propertyappearance.html",false);
	addMenuItem("City Cemeteries","../cd/codeenforcement/citycemeteries.html",false);
document.write('  </table>');
//-->