var ArrayQn = new Array();
var ArrayAns = new Array();

ArrayQn[0] = 'Is my company required to provide collateral under LIS T3?'
ArrayAns[0] = 'This requirement will be assessed on a case to case basis, in general, a line will be taken on the goods/assets to be financed and personal guarantee are required.'


ArrayQn[1] = 'Are the rates similar to LEFS?'
ArrayAns[1] = 'Unlike LEFS, the funding under LIS T3 is via the participating financial institution, that is HLF and interest rates quoted are on commercial terms and vary according to risk profile of each customer.'

  
ArrayQn[2] = 'When does my company pay the insurance premium of 0.75%?'
ArrayAns[2] = 'This is payable upfront upon approval of the loan facility.'


var totalItem = 3

var itemID = 'lis3'

var viewID = new Array(itemID,totalItem,'view_LIS3')

generateViewClose();

generateFAQ(itemID,totalItem);

ArrayFAQ[6] = itemID+';'+totalItem;