<!--

function selectRegion(num) {
	var selObj = document.getElementById('region_select');
	selObj.selectedIndex = num;
}

-->