<!-- //

function addMenuItem(name, alink, header)
{
	document.write('    <tr> ');
	document.write('      <td width="100%" height="18" class="MenuApply" 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 Council","/council/",true);
//addMenuItem("Contact Your Council Member","/council/councilcontact.htm",true);
//addMenuItem("Council District Map","/council/councilmap.htm",true);
//addMenuItem("Information on Council","/council/councilinformation.htm",true);
//addMenuItem("Council Meeting Agenda","/council/councilmeetingagendas.htm",true);
//addMenuItem("Council Meeting Minutes","/council/councilmeetingminutes.htm",true);
document.write('  </table>');


//-->

