var fDesc=new Array(); fDesc[0] = "A Unique Real Time Market Watch Ticker available with smartinfo portal can be flashed on your desktop. It helps you keep track of the market while continue routine work on your computers without minimizing or switching windows. You can place this ticker on the top or bottom of your windows at the same time working on excel, work or other application."; 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 = ''; } }