function loadiframe () {
	document.getElementById("loading").style.display = "none";
	document.getElementById("mainframe").style.display = "";
	return true;
}

function displayMainFrame() {

}
