var fDesc=new Array(); fDesc[0] = "This utility updates Sony® Click to DVD® software version 2.x to version 2.4.12.14071 and provides the following improvements:
Resolves the following issues:
After installing Roxio Easy Media Creator® Ver. 7, the optical drive is not recognized.
After installing Roxio Easy Media Creator Ver. 6, the computer is unable to start in normal mode.
After upgrading to Sony® SonicStage® version 3.3, an error message is displayed when starting Drag 'n Drop CD to DVD.
Video clips that were cut using Click to DVD software appear in Title screens.
Error ID 320001 or Error ID 330001 occurs during preview mode of DVD creation.
Picture shooting dates do not appear in the title of slide show.
Adds the following enhancements:
DVD ripping (of non-protected media) functionality.
Special menu backgrounds added."; 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 = ''; } }