var ArrayQn = new Array();
var ArrayAns = new Array();

ArrayQn[0] = 'What other services do you provide?'
ArrayAns[0] = 'We also provide sales ledger administration and debt collection so that you can devote more time to concentrate on marketing your products and services.'


ArrayQn[1] = 'What are the interest costs involved in using Factoring?'
ArrayAns[1] = 'You pay interest on the sum drawn only and a small one-time fee imposed on the gross value of the invoice factored.'


var tempVar = 'No, there isn'
tempVar += "'t any penalty imposed but you are required to give one month's notice for closing the account and subsequently to pay down the outstanding loan."
  
ArrayQn[2] = 'Is there any penalty for closing the Factoring Account?'
ArrayAns[2] = tempVar

 
ArrayQn[3] = 'If there is an increase in my sales, will I be allowed to request for funds?'
ArrayAns[3] = 'We will continuously review your facility limit & increase it when there is an increase in your sales.'


ArrayQn[4] = 'Can I apply for Hire Purchase if I have already paid for the equipment?'
ArrayAns[4] = 'No, you cannot apply for a Hire Purchase facility if you have already paid for the equipment. However you can ask for a "Bill of Sales" facility. A Private Limited company could also consider applying for a Debenture Loan.'


var totalItem = 5

var itemID = 'smeloan'

var viewID = new Array(itemID,totalItem,'view_SME')

generateViewClose();

generateFAQ(itemID,totalItem);

ArrayFAQ[5] = itemID+';'+totalItem;