function doLoadMsg(){
	var LoadMsg = document.getElementById("LoadMsg");
	LoadMsg.style.display = "none";
}

