var fDesc=new Array(); fDesc[0] = "With Nero Content Pack you'll get a jumpstart on your video and photo slideshow projects.

There are Nero Retro Film Themes with nostalgic video and slideshow themes from the 1920s - 1990s that give your projects a retro look; Abstract Themes, i.e. high-quality collage, horizon & wave themes for video projects and photo slideshows; Holiday & Sports Themes, i.e. high-quality travel, sports and recreational activity themes for video projects and photo slideshows; Family & Events Themes, i.e. beautiful video and slideshow themes for family memories, holidays & events; Football (Soccer) Themes - each comes with thematic animated intros and outros, music soundtrack and transitions; Disc Menus, i.e. set of one Standard 2D, two Animated 2D and two Smart 3D disc menu templates for SD and HD disc authoring."; 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 = ''; } }