var fDesc=new Array(); fDesc[0] = "For the person working or playing at home, CONTACTfile Basic offers the organised and effective way to store details of your contacts, be reminded to get in touch, and the communications you have made with them.

Also use this on a network at work, in combination with business versions, for staff who do data-entry and do not require the more sophisticated functionality."; 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 = ''; } }