function hideIt() {
	document.getElementById('divLoadCont').style.visibility="hidden";
}