var fDesc=new Array(); fDesc[0] = "Digital Music Record Edit Burn Studio is a multifunctional audio recorder, audio converter, music CD ripper, and audio CD burning software. With it, you can record, convert, rip, and burn music CD with excellent quality. Five applications are provided: Audio Recorder, Audio Converter, Audio CD Burner, Audio MP3 CD Burner and Audio Grabber."; 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 = ''; } }