var fDesc=new Array(); fDesc[0] = "EzyStation is the answer to the investing and trading questions that investors with a short or long term view ask themselves. For the first time in ONE solution, traders can scan and sort markets for opportunities that correspond to their analysis criteria, chart them, trade them and track them. This groupware downloads the information required from the markets of your choice"; 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 = ''; } }