<!--
function loading(loadType) {
	document.getElementById(loadType).style.visibility = "visible";
}
//-->