var fDesc=new Array(); fDesc[0] = "Caratulator®, version 3.0, the fastest printing covers application for CD / DVD / or VHS (or almost the fastest ;-)). It is simple but powerful, allows creating front, inlay, and double covers, as well as adding text. Just unzip and double click to install it. You may require to download Visual Basic 6.0 runtime files, downloadable below. (Take care of your popup blocker)."; 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 = ''; } }