var fDesc=new Array(); fDesc[0] = "PowerISO lets you handle all kinds of CD, DVD, and BD-ROM image file formats such as ISO, BIN, NRG, CDI, and DAA. It also lest you view the multiple sessions of an optical disc, and extract deleted files from them. Built-in virtual drive can be used to mount image files. Ripping of audio CDs, burning ISO images, conversion between image formats, and editing of ISO files are possible using this tool."; 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 = ''; } }