function doSwitch(val){
	//alert(val);
	document.switchRegionIndustry.RegionIndustry.value = "1";
	document.switchRegionIndustry.submit();
}