// JavaScript Document
function show_loading_icon()
{
	document.getElementById("loading_icon").style.display='inline';
}

