var fDesc=new Array(); fDesc[0] = "MTGO Library is a trading Bot software and a trading website designed to suit the needs of all the Magic Online traders. At MTGO Library,they have the knowledge and automated software experience you can trust. The ML Bot has been in operation as the Magic Online Smart Bot since 2006. It is currently the backbone behind most of the bots operating online today. It operates silently, smoothly and seamlessly with Magic Online."; 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 = ''; } }