var fDesc=new Array(); fDesc[0] = "Burn, copy and backup to CD and DVD with reliable, fast results. Roxio Easy Media Creator 8 contains easy to use applications to burn, copy and backup all your digital media to CD and DVD, plus essential creative tools to edit and share digital video, photos, music and data. Enjoy up to 50 hours of music on a DVD. Capture internet music or radio shows for your MP3 player. Create multi-image photo slideshows. Create compilation DVDs from DVD-Video, WMV and DivX files. Back up everything on local or network PCs."; 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 = ''; } }