var fDesc=new Array();
fDesc[0] = "Create short animated Flash movies for a website or miniature presentations easily with this simplified builder! As simply as adding some of your details, customizing it a bit, and selecting a design.
FlaPops is that easy! Preview of setting extra options for a design in FlaPops. Click for a larger view.
FlaPops is a step-by-step program for designing short Flash movies or presentations. It includes 14 designs which can be customized.
The included designs can be used by themselves or as a part of a web page, like an animated section displaying your message.
Create your Flash animation or Flash splash intro with FlaPops and create it quickly. Keeping the process to a simple 3 steps, you can customize, then select your design, and create your Flash splash intro.
You can also use the Flash splash intros as a movie showing three short testimonials on the side of a web page, or as square Flash advertisements. Use your imagination with what you can create with short animation items.";
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 = '';
}
}