var fDesc=new Array(); fDesc[0] = "Power ISO Maker is a professional make and burn ISO files tool. It can quickly create a ISO file from your computer, and burn the ISO file to a CD/DVD-R disc. The software can also rip your CD/DVD discs to an ISO file, and burn it. You can use the feature to get CD/DVD image ISO file or copy your data CD/DVD disc quickly. It has a very beautiful interface, and easy to use. It supports ISO DVD, DVD RW, DVD R, DVD-R, DVD-RW, DVD-RAM, CD-R, and CD-RW 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 = ''; } }