var fDesc=new Array(); fDesc[0] = "Multicraft is a powerful and flexible hosting platform for Minecraft servers. It allows administrators to control thousands of Minecraft servers from a single Web-based control panel. Its modular architecture enables easy interoperability with billing software like Blesta, WHMCS and BoxBilling, and its extensive API offers all the functions required for third-party integration or automation."; 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 = ''; } }