var fDesc=new Array();
fDesc[0] = "Complete 2D Animation Software for Beginners
Anime Studio Debut 11 for beginner animators is fun, easy, and exciting. It's a great tool for artistic expression and ideal for any age group. While it is very affordable at $49.99, this entry-level animation software program is also very powerful. You won't find your ideas or projects limited by the features of the software. Detailed video tutorials make learning the tools a snap and pre-made content and characters help you get started right away. Get you or your kids started today!";
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 = '';
}
}