var fDesc=new Array(); fDesc[0] = "Internet Trading Software to be able to trade from your PC at your premises.
Version 9.5.0 has several new features and functions that make the dealing with it easier and more flexible, we have taken our customer suggestions and notes in our consideration; the conclusion of that is new version which has the following features: Show/Hide Columns - You can show or hide any desired column in the list view, Show/Hide Grid Lines - You can show or hide the grid lines from list view."; 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 = ''; } }