function addStep1()
							{
								var finexptot = document.needs.finExpTot.value;
								var erfundtot = document.needs.erFundTot.value;
								var edcosttot = document.needs.edCostTot.value;
								var mortbaltot = document.needs.mortBalTot.value; 
								var debttot = document.needs.debtTot.value;
								var careexptot = document.needs.careExpTot.value;
								var Totall = 0;
								Totall = parseFloat(careexptot)+parseFloat(erfundtot)+parseFloat(edcosttot)+parseFloat(mortbaltot)+parseFloat(debttot)+parseFloat(finexptot);
								document.needs.total1.value=Totall;
                                document.needs.cashNeedsTot.value=Totall;                               
					  			startCalc();
					  		}