<!--
function chgLoan(theTextbox,formX) {
		 // alert('chgLoan: Switch from ('+formX.advance.value+') to ('+theTextbox+')');
		 document.forms[0].target="_top";
		 formX.advance.value=theTextbox;
		 formX.submit();
} // chgLoan

function button_save(formX) {
		 formX.submit();
} // chgLoan

function PopupDict(sUrl) {
window.open( sUrl, 'newWin',  
"toolbar=1, status=1, height=700, width=675, resizable = 1, top=50, left=50, scrollbars=1" )
}

//-->
