var fDesc=new Array(); fDesc[0] = "Take5 is an fast, user-friendly and affordable
stop motion animation program. Make your own
animations with objects or figures within minutes.
Capture images from a video camera or webcam
and instantly play them as an animation. Easely
change the order and sequence of the frames.
Take5 animation software is used to produce
stop motion films with clay, plasticine, lego
figures and puppets. It is also great to make
cut-out, sand, oil paint and paper animations."; 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 = ''; } }