var fDesc=new Array(); fDesc[0] = "Inscriptio is a handy application that helps you save all your collections of music, movies, games or documents safely on CDs or DVDs. The app bundles drag-and-drop features support for dual-layer DVD and also disc images. Additionally, rewritable discs are supported as well as copies on the fly recording."; 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 = ''; } }