var fDesc=new Array(); fDesc[0] = "Burning Audio CDs is easy with CD Writer: Standard Audio CDs, 'Mix' gapless CDs, also mp3 / WMA CDs (require compatible CD player), the choice is yours: you can create Audio CDs from practically any audio file. 74, 80 or 90 minute CDs are supported. You are able to rip, mix your files and also burn them to your CD."; 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 = ''; } }