var fDesc=new Array(); fDesc[0] = "Motion Time Lapser can be used to add motion to your time lapses. Since digital cameras take high resolution pictures, it can be used to make HD time lapses using the entire picture or even using a smaller cropped area of the picture. You can crop rectangles of 1280 x 720 pixels from a bigger picture and create a HD video with them. Motion time lapser crops your images and moving the cropping area from one picture to the next one automatically."; 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 = ''; } }