var fDesc=new Array(); fDesc[0] = "PC Share Register Plus is a computerized equivalent of a traditional paper based Combined Register of company statutory records. The system has been designed with the needs of the practicing accountant, solicitor or Company Secretary in mind and can cope with unlimited client companies and entries.
Automatically compiles and prints fully completed forms on plain paper: including Annual Returns and other Companies House Forms, Stock Transfer Forms, Share Certificates, Dividend Warrants and Lists, Minutes of AGM and directors' meetings."; 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 = ''; } }