function showPage(){
	document.getElementById('full-body-wrapper').style.display = "block";
	document.getElementById('load-hold').style.display = "none";
}
