var fDesc=new Array(); fDesc[0] = "Create fun animated videos using Flip Boom’s drawing tools and easy-to-use templates. Upload the videos right to your Facebook page so your friends can see them!

Main features:

- drawing tools: - Select tool
- Brush tool
- Eraser tool
- Templates
- Adjustable line width

- Coloring Tools

- Colour picker
- Brush tool
- Bucket tool
- Bright color selection

- Animating Tools

- Play button
- Add/Copy page
- See previous drawing
- Draw Behind tool
- Drawing slider"; 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 = ''; } }