var fDesc=new Array(); fDesc[0] = "Burning Mill Express is a free graphical CD and DVD writing program for Microsoft Windows, available under the terms of the GNU General Public License version 2. Burning Mill Express uses the cdrtools software to perform the actual burning. Burning Mill Express can create custom data, audio and mixed-mode projects and record them to physical discs as well as disc images. Supports recording to dual-layer DVDs."; 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 = ''; } }