function replaceFonts() {
  if(typeof sIFR == "function") {
    sIFR.replaceElement("h1", named({sFlashSrc: "/Client/shared/flash/gillsans.swf", sWmode: "transparent", sColor: "#000", sCase: "normal"}));
  };
}

function showSubscriptionForm() {
	var theForm = document.getElementById("reportSubscriptionForm");
	theForm.style.display = "block";
	var inputFields = theForm.getElementsByTagName("input");
	inputFields[0].focus();
	return false;
}
