var fDesc=new Array(); fDesc[0] = "ArcSoft TotalMedia Backup & Record is a powerful yet easy to use solution that includes a wide range of burning and backup features with an unsurpassed level of usability. This incredible program allows you to make basic archival discs or restore documents, burn custom audio CDs or rip tracks with CDDB support, or create DVD movies from files on your hard drive. Moreover, the application features a very simple and intuitive user interface which does not need any technical knowledge to be operated and makes this task a breeze. What is more, the utility enables you to schedule automatic full or incremental backups of your your photos, videos, email, etc. You can also append data to previously burned discs, make exact copies of existing discs, make bootable CDs and DVDs, and quickly format and burn DVD-R/RW discs. As regards music, you also can make custom audio CDs for your car or home disc player, create Jukebox CDs using MP3, WMA, and WAV files, and much more. In addition to this, the program enables you to create DVD discs from unprotected sources, create and burn images of CDs and DVDs for future disc burning and archival purposes, and easily erase rewritable 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 = ''; } }