
function preload_page()
{
	if(document.getElementById("total") != null)	
		document.getElementById("total").style.display = 'block';			   
}
