<!--
function writeBanner()
{
	document.write("<table width='760' cellspacing='0' cellpadding='0' bgcolor='#000033' border='0'>");

 <!--  Begin Top Row  -->
 	document.write("<tr>");
	document.write("<td width='140' valign='center'><a href='index.htm'><img src='images/weblogo.jpg' width='140' height='79' border='0' alt='COLORADO PROPERTIES' /></a></td>");
	document.write("<td width='602' valign='center'><a href='index.htm'><img src='images/co-logo-mtn.jpg' width='602' height='79' border='0' alt='COLORADO PROPERTIES'  usemap='#AdminMap' /></a></td>");
	document.write("<td width='2' rowspan='4' bgcolor='#000033'><img src='images/clear.gif' width='1' height='1' /></td>");
	document.write("</tr>");
 <!--  End Top Row  -->
 
// white separator line
	document.write("<tr>");
	document.write("<td height='1' colspan='2' bgcolor='#ffffff'><img src='images/clear.gif' width='1' height='1' /></td>");
	document.write("</tr>");

// blue menu bar
	document.write("<tr>");
	document.write("<td height='18' colspan='2' bgcolor='#445599'>&nbsp;</td>");
	document.write("</tr>");

// white separator line
	document.write("<tr>");
	document.write("<td height='1' colspan='2' bgcolor='#ffffff'><img src='images/clear.gif' width='1' height='1' /></td>");
	document.write("</tr>");

	document.write("</table>");

// write out the image map
	document.write("<map name='AdminMap'>");
	document.write("<area shape='rect' coords='298,0,357,37' href='https://www88.safesecureweb.com/coproperties/rpm_administration.aspx' alt='Property Rental Administration'>");
	document.write("<area shape='rect' coords='0,1,300,79' href='index.htm' alt='COLORADO PROPERTIES'>");
	document.write("<area shape='rect' coords='355,1,601,78' href='index.htm' alt='COLORADO PROPERTIES'>");
	document.write("</map>");
}
//-->



