var fDesc=new Array(); fDesc[0] = "Get fully immersed in the game mood with the Mad Catz F.R.E.Q. 7 Surround Sound Gaming Headset featuring Dolby Headphone technology.F.R.E.Q. 7 is a driver for the new Surround Sound Gaming Headset from Mad Catz. Boasting premium-quality 50mm speakers, intuitively placed on-ear controls, and a detachable noise-canceling microphone, the F.R.E.Q. 7 transports you into the world of your favorite videogames."; 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 = ''; } }