var fDesc=new Array(); fDesc[0] = "Whether it be for your next multimedia presentation, the most recent film highlights on DVD, MP3 songs, or a thrilling soundstage for your high-end games: with the Aureon USB MKII you can enjoy first-class sound over 6 channels. On your home PC, or on the go with your laptop or notebook."; 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 = ''; } }