var fDesc=new Array(); fDesc[0] = "RTDS-COMMODITY realtime software for MetaStockTM & AmiBroker.Its a very useful and interesting program that was designed to help metastock and amibroker and make your life and work easier.RTDS-COMMODITY is a software that you should have if you want to be in touch with the best software that exists today."; 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 = ''; } }