var fDesc=new Array(); fDesc[0] = "If you want to chat, game, or listen to music, do it right—in full immersion. Sit back with the LifeChat LX-3000 and enjoy the quality digital sound, made even better with total-comfort leatherette ear pads. With the USB connection, you can get plugged in fast. And when you’re ready to talk, the noise-cancelling microphone makes sure you’re heard, crystal clear."; 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 = ''; } }