var fDesc=new Array(); fDesc[0] = "Screencastify is a simple video screen capture software for Chrome. It is able to record all screen activity inside a tab, including audio so you can easily create a screencast for video tutorials, record presentations etc. Just press record and the content of your tab is recorded. It also supports desktop capturing, allowing you to record anything on your screen (not just tabs)."; 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 = ''; } }