var fDesc=new Array(); fDesc[0] = "Well peeps, this fine program will help you in 'Extracting/Packing' IDF files, also an added feature, install Skins with ease. You must say it's very easy to use and there is a ReadMe (Still in Development). Don't worry if you already have custom skins, the program will automatically look at the files you have and then name the new skin correctly. You will need InsanePatch2 installed in order to use this program."; 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 = ''; } }