var fDesc=new Array(); fDesc[0] = "TibiaHub Smart MC is the most advanced multi client program for Tibia and if completely free. With traditional Tibia MC patchers you are burdened with having to install updates or download a completely new patch when Tibia updates, but with TibiaHub Smart MC you will never have to do either of those. TibiaHub Smart MC can find the MC address automatically allowing you to run multiple clients of any version. The program is 100% safe and does not modify the client at all! It simply changes the MC address to allow another client to run and then changes it back before you connect!"; 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 = ''; } }