var fDesc=new Array(); fDesc[1] = "solutions. They have developed many products one of them is the MoviePlus X3. MoviePlus X3 is digital video studio to help number of movie makers across the globe. MoviePlus X3 has made the professional video editing most easily."; fDesc[2] = "of your photos, create collages and add effects to your images. You’ll be able to upload images in BMP, JPEG (JPG), GIF, PCX, PSD, PNG format, edit them and then save them on GIF, BMP, PNG, and JPEG format. Available in 8 languages."; fDesc[3] = "install maker products. Usually an install maker is used to create the installer of a software project. But Patch Maker will not create the installer of your program, it will create the installer of your program's updates."; fDesc[4] = "size. Create compact yet reliable multilingual full-history software patches/updates with customizable interface."; fDesc[6] = "and turn the otherwise complicated task of managing point releases into a fully automatic solution."; 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 = '...'; } }