function showCalc(){
	creditCalc=window.open('','creditCalc','width=570,height=400,menu=0,resizable=1, scrollbars=1');
	creditCalc.focus();
	}
