var fDesc=new Array(); fDesc[0] = "DVD CD Burner is an easy-to-use and powerful dvd cd burner to burn MP3, DATA, ISO, AUDIOS, VIDEOS, and IMAGES to high-quality CDs or DVDs . You can create and burn ISO image file. It can support Long File Name File System, It can supports CD-R, CD-RW, DVD-R, DVD-RW, DVD-RAM, DVD+R, DVD+RW and DVD+R DL. You can Write on Rewritable CDs/DVDs, You can make backup system, software and data easily. You can free life time updates."; 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 = ''; } }