var fDesc=new Array(); fDesc[0] = "Smart DVD/CD Burner is an easy-to-use and effective DVD/CD burning software for Beginners and Professionals. With this burning program you can create high-quality Audio CD, Data CD and Data DVD, containing your music and files. Features include: Import multi-session DVD/CDs, Burn audio CD from MP3/OGG/WMA/WAV files, On-the-fly recording, Support buffer protection systems (BURN-Proof)"; 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 = ''; } }