var foundtownhouses = MM_findObj2 ("townhouses");
		foundtownhouses.style.display = "none";
		
function changeformlayer(value)
{
	if (value == "15")
		{
			foundtownhouses.style.display = "block";
		}
	else
		{
			foundtownhouses.style.display = "none";
		}
}