var fDesc=new Array(); fDesc[0] = "Plotagon is all about being creative, having fun and expressing yourself in different forms - through animated selfies, animated messages, personal emoijs, greeting, short stories and most importantly - with your own animated characters!

Plotagon is the award-winning educational app that allows students to create instant animated videos simply by typing. Students can create their own characters, choose scenes, write dialogue, add emotions, sound effects, and actions. Then they make their movies come alive!"; 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 = ''; } }