


function PopulateRegion(__regionName){
	$("#rightColumn table").hide();
	$("#" + __regionName + "Table").show();
}