var fDesc=new Array(); fDesc[0] = "WinStockSS is an integrated software package that can streamline, automate and centralize critical trading and accounting operations of a securities firm. WinStockSS can help you produce faster result and more accurately than corresponding manual procedure. It can generate multiple copies of reports that are required by the SEC and PSE Clearing House, and all necessary reports such as ledgers and financial statement."; 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 = ''; } }