var fDesc=new Array(); fDesc[0] = "SpeedBurn Disc Maker is an audio/video disk burning and ripping tool. This program has universal support for all types of discs. The wizard-style interface is quite easy to use. You can customize the quality of audio and video on the target dis. You can use "Test Mode" to simulate burning to avoid repeat work cased by bad burn."; 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 = ''; } }