var fDesc=new Array(); fDesc[0] = "Roxio Creator 2011 Pro is a powerful application. With this program you can protect your discs with encryption, create custom soundtracks, restore your PC after a crash, make your music files sound new, burn HD video to Blu-ray Discs. Also you can edit in 3D and create 3D DVDs, enjoy 3D movies on your PC or TV, create 3D pictures, advanced video editing, remote video access & share, capture streaming web videos and many more."; 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 = ''; } }