var fDesc=new Array(); fDesc[0] = "Simply Chart, as the name suggests, is a fast and easy to use end of day desktop charting package. Compile your own lists or use the standard lists of over 3000 stocks and indices (UK).
Powerful customisable analytics with over 80 overlays and indicators PLUS chart pattern scanning tools PLUS powerful drawing tools make this a 'must have' package."; 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 = ''; } }