var fDesc=new Array(); fDesc[0] = "Cinch PPT to Video Converter is a software for converting PowerPoint demonstrations into videos. This software can readily convert a series of slides to a popular video format AVI, WMV, MP4, MOV, and FLV. You can add an audio or music to have an interesting and wonderful presentation. Enhance your presentation and make it more enjoyable for your viewers in any device."; 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 = ''; } }