var fDesc=new Array(); fDesc[0] = "Oregon Scientific Action Lab is a tool that you can use to organize and preview your videos and images through a wide variety of video and image-editing tools. It helps you create and touch-up your video clips with our range of features which include: trimming, drawing, naming, adding filter effects, transition effects and sound effects.
Action Lab contains over 100 animations that can be added to your videos to make fantastic movies and provides a sound tool which grants you access to a library of over 80 sound effects."; 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 = ''; } }