function iFrameHeight()
{
	if(document.getElementById && !(document.all))
	{
		h = document.getElementById('defaultframe').contentDocument.body.scrollHeight;
		document.getElementById('defaultframe').style.height = h;
	}
	else
		if (document.all)
		{
			h = document.frames('defaultframe').document.body.scrollHeight;
			document.all.defaultframe.style.height = h;
		}
}


document.write("<link href='http://www.anaheim.net/includes/main_styles.css' rel='stylesheet' type='text/css'>");
document.write("<table bgcolor='#FFFFFF' border=0 cellpadding=0 cellspacing=0 align=center width=777 style='border:7px solid white'>");
document.write("<!-- PLAN_MAPS_HEADER -->");
document.write("  <!-- 2008 NEW ANAHEIM SEAL AND NAVIGATION -->");
document.write("  <tr>");
document.write("    <td>");
document.write("  <img src='http://www.anaheim.net/images/main_images/banner.jpg' border='0' usemap='#Map' width='786'>");
document.write("<map name='Map' id='Map'>");
document.write("	<area shape='rect' coords='32,128,89,148' href='http://www.anaheim.net/indexflash8.asp' alt='Home' />");
document.write("	<area shape='rect' coords='100,128,186,148' href='http://www.anaheim.net/articlenew.asp?id=1937' alt='Residents' />");
document.write("	<area shape='rect' coords='198,129,291,148' href='http://www.anaheim.net/articlenew.asp?id=1936' alt='Businesses' />");
document.write("	<area shape='rect' coords='302,129,371,149' href='http://www.anaheim.net/articlenew.asp?id=1938' alt='Visitors' />");
document.write("	<area shape='rect' coords='380,130,490,148' href='http://www.anaheim.net/articlenew.asp?id=508' alt='Departments' />");
document.write("	<area shape='rect' coords='500,130,628,148' href='http://www.anaheim.net/articlenew.asp?id=1939' alt='On-line Services' />");
document.write("	<area shape='rect' coords='638,131,740,148' href='http://www.anaheim.net/articlenew.asp?id=1953' alt='Quick Links' />");
document.write("<area shape='poly' coords='310,17,309,17,306,54,306,74,374,66,371,83,375,90,381,105,389,112,405,117,410,116,417,113,423,110,428,105,432,100,433,97,433,92,435,92,438,87,439,80,434,67,506,75,503,19,495,17,479,12,455,8,429,6,398,5,374,7,336,11' href='http://www.anaheim.net/indexflash8.asp' alt='Home' />");
document.write("</map>");
document.write("    </td>");
document.write("  </tr>");
