var fDesc=new Array(); fDesc[0] = "liteCam HD can capture and record anything on your computer screen in full HD. It can be useful in capturing streaming videos, webinars, live game play, etc. You can easily create instructional videos, tutorials, demonstrations, and presentations using this tool. Its RSUPPORT Screen Capture Codec (RSCC) offers you higher compression, and 30% faster speeds compared to TechSmith Screen Capture Codec (TSCC). After recording, tou can convert videos into MP4 or WMV formats in the required quality or resolution."; 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 = ''; } }