var fDesc=new Array(); fDesc[0] = "The easy way to manage your club, association, voluntary organisation, pressure group, society or charity.

The principle behind KIS Software is 'Keep It Simple!' This software allows you to enter details of contacts (individuals or organisations), their membership, transactions and Gift Aid (for UK). It also supports sending documents to contacts based upon user definable text, and the generation of labels, badges/cards, letters and emails. Plus there is a facility to assist you with Direct Debit transactions export to your BACS software."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }