var fDesc=new Array(); fDesc[0] = "Create ISO Image From Files Software is a program that allows you to compress multiple files into ISO files. You can simply drag and drop or choose files or an entire folder before starting the compression. With one click, you can save the ISO files to a chosen location, and the ISO image is ready for burning to a CD or DVD, which will open it in any player."; 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 = ''; } }