var fDesc=new Array(); fDesc[0] = "Okoker DVD/CD Data Burner is a professional and convenient tool that burn your data to a DVD/CD disc. You can backup the important data in your hard disk to a DVD/CD disc with the software, so you can avoid data loss. Besides ISO files, It can burn all your data to CD/DVDs. With the software you can create high-quality data CDs or DVDs quickly, safely and easily to store your files and directories. It has a very nice interface, and is easy to use. It supports DVD RW, DVD R, DVD-R, DVD-RW, DVD-RAM, CD-R, and CD-RW discs."; 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 = ''; } }