var fDesc=new Array(); fDesc[0] = "Explore&Burn is a CD burning and DVD burning software solution with intuitive and easy to use interface.Explore&Burn does not require you to start any programs to burn a CD or burn a DVD. With this program you can burn movies, burn disc images, backup or copy your files to CD and DVD Discs and much more"; 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 = ''; } }