// JavaScript Document
function showControlText(idValue) {
	$(".controlCnt").css("display","none");
	$("#"+idValue).css("display","block");
}