var fDesc=new Array(); fDesc[0] = "Sonic RecordNow! is the CD and DVD mastering tool that takes the guesswork and complexity out of CD and DVD burning. With a task-based user interface designed by usability professionals, it's never been easier to get the most out of your CD or DVD burner. Sonic RecordNow! includes all the features needed for burning CDs and DVDs, exact copies, and disc images, and it can all be done with just a few clicks of the mouse."; 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 = ''; } }