function call3(region_pattern){
	document.select.unit_id.value = "F1110";
	document.select.region_pattern.value = region_pattern;
	document.select.submit();
	return false;
}

function OpenWin3(tour_Id,httpsUrl){
    win=window.open(httpsUrl+"?unit_id=F9110&type=3&tour_id="+tour_Id,"estwin2");
}

