var fDesc=new Array(); fDesc[1] = "on a new site or modify an already done site. If you´re starting a new site, you will have to choose its name and where to save it."; fDesc[2] = "more. We can handle any kind of flash contents and we can create 3D buttons, 3D slideshows, button bars, news readers, Multilevel Menus and more. With the help of this program we can also create flash navigations, flash intros, 3Dflash, flash slideshows, flash banners and HTML websites."; fDesc[4] = "your pictures and create thumbnails in one click. Add logos, buttons, mp3s, video-clips and publish your website!"; 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 = '...'; } }