var fDesc=new Array(); fDesc[0] = "ModPack Studio is a freeware created by JC Alsup (j_c_a), designed to help players create ModPacks.It has features like The Project Explorer essentially that lets you browse through all Resources. Akin to Windows Explorer, it opens a clicked-on-resource in the right-hand window. Resource-Specific Options are available in the right-hand window also."; 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 = ''; } }