// JavaScript Document

function ClearMsg(what){
			document.getElementById(what).innerHTML = "&nbsp;";
	}
