<!--
function goto_URL(object) {
	if(object.options[object.selectedIndex].value == "http://www.realestatesimulator.com/leads/requestaccount.aspx?rcid=calcagni") {
    window.open(object.options[object.selectedIndex].value, target="_blank");
	} else {
	window.location.href = object.options[object.selectedIndex].value;
	}
}
//-->