var fDesc=new Array(); fDesc[0] = "Active@ ISO Burner 4.0.3 is a simple-to-use dialog-style software to burn CD/DVD/Blue Ray ISO images compatible with the ISO 9660 standard. Automated burning is also supported. The freeware application allows you to burn an ISO image files to CD-R, DVD-R, DVD+R, CD-RW, DVD-RW, DL DVD+RW, HD DVD and Blu-ray Disc. Burning mode (TAO,SAO,DAO) and number of copies to burn can automatically be specified. Full text log with actions performed, errors and progress information is displayed. Configuration of after-burn actions supported: Verify, Eject, Shut Down PC. Test Mode burning is supported."; 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 = ''; } }