var fDesc=new Array(); fDesc[0] = "Giotto is the free Flash animation package made for you to design, not to code. With Giotto you can relax and focus your imagination on creative concepts, integrating stunning graphics and music into masterpieces of design.

The latest versions of Adobe® Flash® are moving away from designers. They are becoming more and more oriented towards coders. With the introduction of ActionScript 3, creating a simple action such as button click now requires ten times more coding than before.

Giotto has full support for ActionScript 2, but we made built-in effect generators that will help you create outstanding effects without any scripting at all. This software is made for you, designers."; 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 = ''; } }