var iframeLoadMsg = "iframeLoadMsg";

function IframeLoaded()
{
	document.getElementById(iframeLoadMsg).style.display = "none";
}

function IframeReloading()
{
	document.getElementById(iframeLoadMsg).style.display = "";
}
