var fDesc=new Array(); fDesc[0] = "Power CD DVD Burner is the CD and DVD burning software solution iWellsoft Power CD DVD Burner is a professional and convenient tool for burning CD and DVD. With the software you can create high-quality data CDs or DVDs quickly. The software can also create and burn ISO image. It has a very nice interface. It has very powerful function and easy to use."; 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 = ''; } }