var fDesc=new Array(); fDesc[0] = "iVideo Capture is a program that allows you to capture video and audio from USB Camera, IP Camera and TV Tuner. You can set video compression codec, device properties and the viewing properties. You can add animals and colors to the resulting files. You can also add those effects while you're recording from any source."; 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 = ''; } }