var fDesc=new Array(); fDesc[0] = "Unleash the power of Sound Blaster and THX® TruStudio Pro™ without the wires. The special edition Sound Blaster Tactic3D Wrath Wireless Headset combines the legendary Sound Blaster audio quality with a slick design featuring illuminated ear cups housing massively powerful 50mm FullSpectrum™ Speakers, a removable microphone, integrated volume and mute controls, and uncompressed wireless technology designed and meticulously tuned to deliver THX TruStudio Pro-enhanced audio on your PC."; 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 = ''; } }