var fDesc=new Array(); fDesc[0] = "Timelapse Viewer Plus is a program designed for managing the wildlife on your property. It allows you to view a full day of activity in a few minutes. You can search, save and share single images or easily export a video clip of that big buck to all of your friends. It is also capable of playing back large files of standard still pictures taken by your Browning Trail Camera."; 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 = ''; } }