var fDesc=new Array(); fDesc[1] = "version now incorporates CPRx? technology to ensure the highest level of success copying the latest generation of DVD movies."; fDesc[2] = "CD and DVD content without using the physical disc -- just click on a desktop icon to launch a virtual CD with access rates up to 200 times faster."; fDesc[3] = "on a computer or save it to another DVD to share with friends and family. The software welcomes the idea of recording a child’s favorite show onto a laptop to provide entertainment during travel… entertaining for children of all ages!"; fDesc[4] = "This application will enable you to create data, bootable and audio cds as well as data dvds. It also includes a tool for creating labels and booklets, and allows you to design auto start menus to launch programs or documents automatically when you run a CD."; fDesc[5] = "Hollywood-style DVDs from your home movies and slideshows. Easily transfer and edit home recorded movies, create compelling motion slideshows, edit standard and high definition projects, even upload them to portable devices, all with professional-level production values."; fDesc[6] = ", this program easily meets all of your CD or DVD burning & ripping needs. Burn data CDs, DVDs, ISO-images, multi-session & bootable CD or DVD."; fDesc[8] = "functions. Text Monkey operates on text as it resides on the Windows clipboard, so it extends the functionality of every program you use."; fDesc[10] = "downloaded movies & video files to watch on your TV! Copy DVDs, copy PS2, PS1, and PC games, transfer VHS tapes to DVDs, make MP3s. 90 day risk-free trial."; fDesc[11] = "regardless DVD CSS and DVD Region. The build-up enhanced encoder deep compress output min files with high speed and lossless movie quality"; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }