var fDesc=new Array(); fDesc[1] = "optimize your photos and apply a lot of scary effects that will let you to convert your images in ghostly photos, and to personalize them to high extents, but that's not all. Customize text messages, edit screenshots and adjust webcam captures."; fDesc[2] = "media content, interactive quizzes, dynamic screencast and streaming video clips.No need of hiring a development"; fDesc[4] = "bat. Many variants including Pong, Duck Shoot, Space Invaders and levels where you get to draw your own pictures!"; fDesc[7] = "e-learning on your PC and export them to Web, JoomlaLMS, Blackboard etc. using SCORM. Create Flash quizzes and surveys in a minute!"; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }