var fDesc=new Array(); fDesc[0] = "It’s a program which was created some time ago, back when Jazz2City was still thriving. It’s designed to help you, the JJ2 player, keep track of your levels quickly and easily. Its features include viewing Jazz2 and Cache directories, copying files from Cache to Jazz2, deleting files, playing levels, restoring files from the CD, and more. It also comes with a help file, and quite interestingly, supports skins. (Though not in the same way as other programs do.)"; 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 = ''; } }