var fDesc=new Array(); fDesc[0] = "This version was designed for firms with broader marketing requirements like multi-user (and/or multi-office) systems and connectivity to existing CRM or project management systems. All the features of the Executive Version with the added benefits of choosing ANY type of database (Access, SQL, Lotus Notes, etc.) in which to store the relevant information used to generate the forms. This data is then available to other users and other programs (both locally and remotely) with security being off-loaded to the firm's system/database administrator."; 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 = ''; } }