var fDesc=new Array(); fDesc[0] = "Free ISO Create Wizard can create ISO image from files or folders. With this easy and smart ISO Creator, you can easily create ISO image from any files and folders with the subfolders. This is a very easy tool for novices, yet powerful and efficient for veterans. You can make an ISO image in a short time for an exact backup of your important data, and then you can burn the created ISO to CD/DVD discs."; 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 = ''; } }