	function fnSetIFrame(pgStr)
	{
		id = document.getElementById('iframeRight');
		id.src = pgStr;
	}

