var fDesc=new Array(); fDesc[0] = "Direct KiSS is an excellent program that allows to view all of your KiSS dolls using the latest graphics and effects with support all the way up to FKiSS4. Each time Direct KiSS runs, it will associate all LZH, LHA, and CNF files with Direct KiSS so that you can open your KiSS dolls simply by double-clicking on them in Explorer."; 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 = ''; } }