var fDesc=new Array(); fDesc[0] = "CyberLink Power2Go is the all-media disc burning software, adding drag-and-drop burning support for Windows 7. The latest version of Cyberlink's software also improved support for blue-laser disc burning, supporting CD, DVD, Blu-ray Disc, and HD DVD data burning. The update adds drag-and-drop burning using Power2Go's Windows Sidebar gadget, enabling easy burning via Windows 7, instant location of files by searching using file name or tag information, drag-and-drop thumbnail layout for creating discs of photo slideshows and videos, password protection and encryption for data burning and unlimited MP3 ripping, file conversion, and other music CD utilities."; 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 = ''; } }