var fDesc=new Array(); fDesc[0] = "Minecraft Converter is a program that lets you convert Minecraft files between Xbox360 and PC versions. This application is quite easy to use; simply drag and drop the data files onto its interface. You can customize the conversion settings, dimensions in the selected world, etc. It can replace worlds from Minecraft PC/Xbox as per your requirement; it also deletes corrupt chunks automatically."; 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 = ''; } }