/*	(c) Gerry Hodgson Crediflex Technology 2000 version 1 January 16th 2002	*/

	var borrowers=0;			// Number of borrowers
	var adults=0;				// Number of Adult
	var children=0;				// Number of Children
	var term=0;					// Term of Loan
	var income=0;				// Income of first Adult
	var income_other=0;			// Combined income of other borrowers
	var business=0;				// Average income from business
	var annual=0;				// Gross annual income
	var equity=0;				// Deposit or Equity in property	
	var equityincome=0;			// Income from securities			
	var deposit=0;				// Deposit on propery			
	var cards=0;				// Total Credit Store card limit
	var otherloans=0;			// Other loan commitments
	var grant="No";				// First home owners grant
	var baseincome=0;			// Base Income
	var nonrentalincome			// non rental income
	var surplus=0;				// Net available surplus


/*	Living expenses */

	var firstadult=11200;		// First Adult
	var subadult=4200;			// Subsequent Adults
	var firstchild=3000;		// First Child
	var subchild=2000;			// Subsequent Children
	
/*	Interest Rate */

	var preint=7.9;				// Pre qualification interest rate