function showProvInfo(obj){
	
	$("div.infoBox > div").hide(300);
	$('#info'+obj).show(300);
	
	
}
