var fDesc=new Array(); fDesc[0] = "The brand new AVerTV 3D refreshes you with the new look and various cool features and customizables. The intuitive user interface saves your time in learning or exploring the features you need. You can easily switch channel, adjust volume, TimeShift, or watch the astonishing and immersive live 3DTV with one click, just like the same way you do with the TV in the living room."; 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 = ''; } }