var fDesc=new Array(); fDesc[0] = "TBS technologies has released a new PCI express DVB-S2 card with CI slot. TBS6928 is a kind of satellite PCTV card which allows CAM insertion for watching payTV digital satellite channels. It works with the many CAMs,such as AlphaCrypt (Mascom),Conax (NCAM HD) ,Conax (NP4), Conax (SMiT), Conax (Technisat), Irdeto CI (Skylink)."; 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 = ''; } }