var fDesc=new Array(); fDesc[0] = "ZEB-I2010 is a software that allows you to have a high quality TV on your PC.It has noise reduction function let you watch sharp video, time shifting allows you to pause a live broadcast, full motion video capture up to 30fps, pre-scheduled recordings of TV broadcasting programs and much more"; 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 = ''; } }