var fDesc=new Array(); fDesc[0] = "When all you want to do is just burn a CD or DVD, you should look for a simple recording application such as 4Free Disc Studio. This easy tool features everything you need to record both CD and DVD. It supports data and audio burning, dual-layer DVD and also disc images. It works with rewritable discs and can burn copies on the fly as well. Results are very satisfying, with just one small complaint: I'd like to have a sound normalizer for song compilations. 4Free Disc Studio is a simple and efficient tool for quick CD and DVD recording."; 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 = ''; } }