var fDesc=new Array(); fDesc[0] = "Roxio Creator 2012 Pro is an application that lets you enhance, capture & share your digital life like a professional. With this tool, you cam remove unwanted noise from soundtracks, convert most digital video files into DivX videos, compose your own music soundtracks with professional soundtrack titles, and spice up your videos with 14 amazing video effects found in nature and beyond.

You can also protect your PC from disasters with the real-time system protection that recovers a system from virus attacks, rogue web sites, and user mistakes."; 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 = ''; } }