var fDesc=new Array(); fDesc[0] = "Animiz Animation Maker is an animated video presentation software to create professional animated video presentations and GIFs. The program doesn't require any coding and designing experience; you can create animated video presentations by dragging and dropping. It includes multiple free assets, like roles, images, sounds, SWFs, charts, callouts, symbols, flashes, and more. Also, the program provides three options to publish your project: online video, offline video and GIF."; 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 = ''; } }