// JavaScript Document
	//Single Family
	if (url == "port_CrescentAve.htm") {
		var port_CrescentAve = "portListOn"
	}
	if (url == "port_WoodsideRoad.htm") {
		var port_WoodsideRoad = "portListOn"
	}
	if (url == "port_ChurchillDrive.htm") {
		var port_ChurchillDrive = "portListOn"
	}
	if (url == "port_HillcrestRd.htm") {
		var port_HillcrestRd = "portListOn"
	}
	if (url == "port_RobertsWay.htm") {
		var port_RobertsWay = "portListOn"
	}
	if (url == "port_ChapinLane.htm") {
		var port_ChapinLane = "portListOn"
	}
	if (url == "port_GlendaleAve.htm") {
		var port_GlendaleAve = "portListOn"
	}
	if (url == "port_MarkhamLane.htm") {
		var port_MarkhamLane = "portListOn"
	}
	if (url == "port_Ranelagh.htm") {
		var port_Ranelagh = "portListOn"
	}
	if (url == "port_RobinRoad.htm") {
		var port_RobinRoad = "portListOn"
	}
	if (url == "port_SanMateoDrive.htm") {
		var port_SanMateoDrive = "portListOn"
	}
	if (url == "port_VictoriaManor.htm") {
		var port_VictoriaManor = "portListOn"
	}
	if (url == "port_RuthAvenue.htm") {
		var port_RuthAvenue = "portListOn"
	}
	if (url == "port_KelmoreSt.htm") {
		var port_KelmoreSt = "portListOn"
	}
	if (url == "port_CapuchinoAve.htm") {
		var port_CapuchinoAve = "portListOn"
	}
	
	document.write("<ul>");
	document.write("<li><img src='images/nav_port_sfres_on.gif' alt='Single Family Residential' /></li>");
	document.write("<li><h1>NEW</h1></li>");
	document.write("<li><a href='port_ChurchillDrive.htm' class='"+port_ChurchillDrive+"'>Churchill Drive</a></li>");
	//document.write("<li><a href='port_CrescentAve.htm' class='"+port_CrescentAve+"'>Crescent Avenue</a></li>");
	document.write("<li><a href='port_HillcrestRd.htm' class='"+port_HillcrestRd+"'>Hillcrest Road</a></li>");
	document.write("<li><a href='port_RobertsWay.htm' class='"+port_RobertsWay+"'>Roberts Way</a></li>");
	document.write("<li><a href='port_WoodsideRoad.htm' class='"+port_WoodsideRoad+"'>Woodside Road</a></li>");
	document.write("<li><h1>REMODELED</h1></li>");
	document.write("<li><a href='port_ChapinLane.htm' class='"+port_ChapinLane+"'>Chapin Lane</a></li>");
	document.write("<li><a href='port_GlendaleAve.htm' class='"+port_GlendaleAve+"'>Glendale Avenue</a></li>");
	document.write("<li><a href='port_KelmoreSt.htm' class='"+port_KelmoreSt+"'>Kelmore Street</a></li>");
	document.write("<li><a href='port_MarkhamLane.htm' class='"+port_MarkhamLane+"'>Markham Lane</a></li>");
	document.write("<li><a href='port_Ranelagh.htm' class='"+port_Ranelagh+"'>Ranelagh Road</a></li>");
	document.write("<li><a href='port_RobinRoad.htm' class='"+port_RobinRoad+"'>Robin Road</a></li>");
	document.write("<li><a href='port_RuthAvenue.htm' class='"+port_RuthAvenue+"'>Ruth Avenue</a></li>");
	document.write("<li><a href='port_SanMateoDrive.htm' class='"+port_SanMateoDrive+"'>San Mateo Drive</a></li>");
	document.write("<li><a href='port_VictoriaManor.htm' class='"+port_VictoriaManor+"'>Victoria Manor</a></li>");
	document.write("<li><h1>IN PROGRESS</h1></li>");
	document.write("<li><a href='port_CapuchinoAve.htm' class='"+port_CapuchinoAve+"'>Capuchino Avenue</a></li>");
	document.write("</ul>");