var fDesc=new Array(); fDesc[0] = "Click 'N Burn CD & DVD is a powerful CD & DVD burn solution that provides all necessary functionality for creating and burning audio (MP3, WAV, ...), video (AVI, DIVX, XVID, MPG, ...) and data (backup of documents, ...) CDs and DVDs. After adding selected files and/or folders to the burn queue, Click 'N Burn CD & DVD automatically determines the maximum burn speed and offers the possibility to close the disc or to leave it open for additional burn sessions. Supported device types include CD-R, CD-RW, DVD-R, DVD R, DVD-RW, DVD RW, and DVD-RAM (SCSI, IDE, EIDE, and USB)."; 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 = ''; } }