var fDesc=new Array(); fDesc[0] = "Featuring double-entry client accounting, complete with a unique full postal reversal option (for those little mistakes). Not only does it optionally link to Sage Line 50 to update your office accounts ... it also incorporates a comprehensive administration package bursting with features like a full diary system, standard letters linked to Microsoft Word, applicant and property matching, support for scanners and digital cameras, to name but a few."; 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 = ''; } }