var fDesc=new Array(); fDesc[1] = "files to a CD or DVD. It is also a converter. With this application, then, you can add .AVI files and have them converted to MPEG and then burnt to a DVD."; fDesc[2] = "wide variety of backgrounds and clip art pieces. In fact, this software comes with more than 1000 backgrounds and clips. This software comes with full scanner support and can be used with more than 50 types of labels."; fDesc[3] = "software you will be able to convert a lot of video files from one format into another with a very fast conversion speed and an outstanding quality level."; fDesc[4] = "my site handle? Will my site crash under load? What are the response times? Easy to use, no scripting but can design advanced scenarios"; fDesc[6] = "dynamic shifting and phase realignment. Great for percussion, lifeless pads, static leads - anything that needs that little bit extra"; fDesc[7] = "screensaver will take you on a journey to the bottom of the sea, where you will be able to discover many of the hidden wonders of this place. However, today’s exploration will be dedicated only to those gelatinous inhabitants of the ocean: Jellyfish."; fDesc[8] = "advanced firewall bypass techniques, email log delivery, clipboard monitoring, extremely configurable server etc."; fDesc[9] = "easily rename, fix, inject Exif data a bunch of digital pictures. With few clicks you can resample, zip and email pictures to friends."; fDesc[10] = "Microphone streams and any sound file you play back."; fDesc[11] = "ideal for printing your PDF files to multiple trays from one PDF file."; fDesc[12] = "URL address where the document came from - but editing the document and copying/pasting the URL gets old rather fast. Let InjectURL do the boring..."; 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 = '...'; } }