var fDesc=new Array(); fDesc[0] = "MIG Bank Trading Station allows you to make investments and trade stocks. The software is designed in such way that you will never lose control of your money and stocks. You have actual currency for all rates and updated 24/24 data that is available a click distance. You can also test drive the software and open a demo account for easy learning and understanding."; 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 = ''; } }