var fDesc=new Array(); fDesc[0] = "Ensign Windows is a state-of-the-art charting program designed for investors, brokers, and traders. The program is compatible with all versions of the Windows operating system. Ensign Windows can be used with a live data-feed to provide real-time charts, quotes, news, portfolio management, and technical analysis. Dozens of studies and drawing tools can also be used to analyze chart data and to enhance trading decisions."; 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 = ''; } }