<!--
function showOnFrame(htmlPage)
{
	var ifrm;
	ifrm = document.getElementById("ifrmId")
	ifrm.src = htmlPage;

}
//-->