function navTo(oElt)
{
	if (oElt.selectedIndex > -1)
		window.location.href = "props_" + oElt.options[oElt.selectedIndex].text + ".asp";
	else
		alert("Please select a Property/Project from the list.");
}
