var fDesc=new Array(); fDesc[1] = "Samsung mobile phone and your PC. It offers many features such as a Networking Wizard, which allows you to connect to the Internet; a Multimedia Player to play different files; and many other options to manage and organize your files, your phone contacts and your messages."; fDesc[2] = "environment to render their ideas with ease and precision. With a modern interface, still friendly and intuitive, Encore offers a comprehensive set of tools for composing, arranging, editing, and printing music."; fDesc[3] = "accounts at the same time. The new version 3.4 has been greatly enhanced and it now supports a wider range of webmail accounts such as AOL, AIM, Excite, FastMail, Gmail, Hotmail, MSN, Live Hotmail, iWon, Juno, Lycos, Mail.com, MyWay, NetZero, RediffMail, and Yahoo."; fDesc[4] = "write images in a variety of formats (over 100) including DPX, EXR, GIF, JPEG, JPEG-2000, PDF, PhotoCD, PNG, Postscript, SVG, and TIFF. Use ImageMagick to translate, flip, mirror, rotate, scale, shear and transform images, adjust image colors, apply various special effects."; fDesc[5] = "to attract customers, by sending them personalized content. The Free Edition of SendBlaster can set up to 100 messages for each mailing and allows you to manage 2 mailing lists. The registered version has no limits."; fDesc[6] = "program you can write your own songs, or transcribe existing ones, using the notation editor, that allows you to create notation in a similar way to writing a document in a word processor."; fDesc[7] = "ring tone every other day. With the help of this software the user can cut the music files into smaller pieces to compose ring tones of personal choice with great ease."; fDesc[8] = "as well as Hotmail accounts and offers support for HTML email, mailbox encryption, multiple accounts and more. Foxmail also comes with a WYSIWIG tool to compose nice looking HTML emails from templates or scratch."; fDesc[9] = "morphing. This computer application includes a layering feature. The addition of the layering feature has a couple of advantages. For one you can create complex morphing effects. Secondly, the feature makes it easier to integrate with video compositing tools."; fDesc[10] = "like dance music and want to make songs of their taste, or for those who want to become Disc Jockeys. With Dance eJay, users can remix and compose dance-style tracks with over 5,000 unique sound samples."; fDesc[11] = "record, edit, playback and print sheet music as well. Compose in either staff or piano roll notation."; fDesc[12] = "though. By the looks of it, there is nothing you can't possibly do with this application. It also doesn't seem to be the easiest tool out there. I am not a musician, but there is one particular feature that I caught my eye."; fDesc[13] = "choice. Various sounds can be created with just one sample. Composed song can be export as a WAV file."; fDesc[14] = "powerful tools that enable you to compose, record, edit and mix your own music. However, it is not hard to use and can even be understood by beginners."; fDesc[15] = "program can be used by composers, musicians and music hobbyists. The program contains different Components - “building blocks”, which you can combine to create your music project. Each project can be a whole music composition or just a part of a larger one."; 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 = '...'; } }