function changeTopHeader(newText) {
	parent.frmTop.window.document.getElementById('h2_SecondHeader').innerHTML = newText;
}