<!-- 
if ( MM_FlashCanPlay ) {
document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');
document.write('codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" ');
document.write(' ID="features" WIDTH="533" HEIGHT="260" ALIGN="center">');
document.write(' <PARAM NAME=movie VALUE="swf/features.swf"> <PARAM NAME=quality VALUE=high> <PARAM Name=wmode VALUE=opaque><PARAM NAME=bgcolor VALUE=#ffffff>  '); 
document.write(' <EMBED src="swf/features.swf" wmode="opaque" quality=high bgcolor=#ffffff  ');
document.write(' swLiveConnect=FALSE WIDTH="533" HEIGHT="260" NAME="features" ALT="Learn About Our City... Quality services and facilities that meet the needs of a caring and diverse community."');
document.write(' TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">');
document.write(' </EMBED>');
document.write(' </OBJECT>');
} 
else{
	document.write('<table width="533" border="0" cellspacing="0" cellpadding="0" height="260" class="laocBack" name="features" summary="Learn About Our City... Quality services and facilities that meet the needs of a caring and diverse community.">');
document.write('<tr>');
document.write('<td valign="top" align="right" rowspan="4"><a href="/services/learn_about_our_city/default.asp"><img src="img/hdr/spacer.gif" width="367" height="169" border="0" alt="Learn About Our City..."></a></td>');		
document.write('<td width="166" height="43" valign="top" align="right"><a href="/services/learn_about_our_city/dev_n_service.asp"><img src="img/hp/edbsBut_off.jpg" width="166" height="43" border="0" name="edbs" alt="Economic Development Business Services" border="0"></a></td>');	
document.write('</tr>');					   
document.write('<tr>');
document.write('<td width="166" align="right" height="23" valign="top"><a href="/services/learn_about_our_city/residential_resources.asp"><img src="img/hp/rsBut_off.jpg" width="166" height="23" border="0" alt="Resident Services" name="rs"></a></td>');
document.write('</tr>');					   
document.write('<tr>');
document.write('<td width="166" align="right" height="23" valign="top"><a href="/services/learn_about_our_city/visitor.asp"><img src="img/hp/vrBut_off.jpg" width="166" height="23" border="0" alt="Visitor Resources"></a></td>');
document.write('</tr>');					   
document.write('<tr>');	
document.write('<td width="166" align="right" valign="top"><img src="img/hdr/spacer.gif" border="0" width="166" height="169"></td>');
document.write('</tr>');					   
document.write('</table>');			  
 }

//-->