function SetLbl(m,n){

	document.getElementById("divshow"+m).style.display = "none";
	document.getElementById("divshow"+n).style.display = "block";
} 

