var fDesc=new Array(); fDesc[0] = "Cyberlink is well-known for its outstanding music and multimedia solutions. InstantBurn is one of the most acclaimed products ever created by CyberLink. InstantBurn is the program solution for rewritable DVD disks. You can use your optical disk as huge flexible disc. With InstantBurn you can easy rewrite CD or DVD. Simply drag files from the folders to your optical disk, which you can find in “My computer” folder. Also it is easy to cut, copy, delete unnecessary files, rename files, and change file’s information. This program has many features. It uses Mount Rainer technology, that allows to reduce time for disk format. Also you can choose between two modes of erasing – normal erase and quick erase. If you need to remove entire disk content, use normal mode, and to remove just file information use quick mode. Besides, there are verification tools that check if the data was burned onto disk in right order. InstantBurn supports multiple UDF standards and also the following formats: Video: WMV, WMV-HD, MPEG-1, MPEG-2, DVR-MS; Image: JPG, PNG, BMP; Audio: MP3, WMA, WAV, LPCM."; 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 = ''; } }