// JavaScript Document


function goToPropertyHome(slct){
if (slct.options[slct.selectedIndex].value != "") {
		//alert(slct.options[slct.selectedIndex].value);
		location = slct.options[slct.selectedIndex].value
		}
	}
//-->
