
var sentences= Array(10);
var descriptions = Array(10);

sentences[0] = 'I N T E R E S T';
descriptions[0] = '(n) extra money you pay to a bank when you borrow some money from it.';

sentences[1] = 'M O R T G A G E';
descriptions[1] = '(n) a loan taken from a bank to buy a building or an apartment.';

sentences[2] = 'W I T H D R A W';
descriptions[2] = '(v) to take money from your bank account.';

sentences[3] = 'D I S C O U N T';
descriptions[3] = '(n) a reduction in price you get when you buy in bulk.';

sentences[4] = 'O V E R D R A W N';
descriptions[4] = '(adj.) when you spend too much money from your bank account.';

sentences[5] = 'P U R C H A S E';
descriptions[5] = '(v) to buy something big or expensive.';

sentences[6] = 'I N V E S T M E N T';
descriptions[6] = '(n) money you put into a company in order to get a profit.';

sentences[7] = 'S A L A R Y';
descriptions[7] = '(n) a sum of money that you are paid every month when you work for a company.';

sentences[8] = 'E X P E N D I T U R E';
descriptions[8] = '(n) money which was spent by you or your company during a certain period of time.';

sentences[9] = 'W A G E S';
descriptions[9] = '(n) a sum of money you are paid according to the number of hours you work.';

