var fDesc=new Array(); fDesc[0] = "All versions provide Corporations Internet Filing (CIF), Ontario Disk filing (D-File), RSI filing and import of GIFI from accounting software. In the T2 Limited versions the Client Data Base can only be configured on the C drive. In the Limited version the Client Data Base can only be on the C drive."; 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 = ''; } }