var fDesc=new Array(); fDesc[0] = "It's a handy tool for burning and mastering CD, DVD, Blu-ray and HD DVD media. Astroburn Pro allows you to perform burning, copying, erasing operations with all types of optical storage media: CD-R/RW, DVD-R/RW, DVD+R/RW, BD-R/RE, HD-DVD-R/RW and DVD-RAM. The program also works with a wide variety of burning hardware. With Astroburn Pro you can easily grab original discs to create image files and save them on your hard drive or compile disc images with the data or audio projects."; 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 = ''; } }