var fDesc=new Array(); fDesc[0] = "INWICAST Publisher is a user friendly and all in one tool for recording all kind of podcasts by simply using a microphone, a camera and / or screen captures.
It has built in automated publishing will help you to share your video contents on your e-learning or content management system."; 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 = ''; } }