var fDesc=new Array(); fDesc[1] = "for everyone with very few computer skills to show ideas or products in a tidy way, using text, images, sounds and transitions. It can even be connected to a projector to view the presentations on a large screen."; fDesc[2] = "version of Windows Live Messenger 2009 but want to enjoy all the benefits and added Plus!. Yes, this version is the official version released by the sponsor program and resolves all problems of incompatibility that existed between messenger 9 final messenger plus live."; fDesc[3] = "tools, like SweetIM Toolbar for Internet Explorer and Firefox, a new icon bar with all the cool content, from emoticons to winks, sound FX, videos and more. It works also with Messenger Plus. You can get an update every time there is new content available."; fDesc[4] = "away, as if you were sitting in front of it. You can hear alert sounds, use your files, print remotely, transfer and synchronize files, link local drives to connected PCs and more."; fDesc[5] = "files using more than 10 audio filters. Like Silence, Reverse, Echo, Fade In, Fade Out, Audio-cleanup. The audio graph helps the user to know the current playback and exact position for using a filter or editing of sound."; fDesc[6] = "your hands to alter SWF files. You can simply modify or completely re-do your SWF movie even if you have lost the original FLA file."; fDesc[7] = "From your private collection of love songs to entirely homemade video clips – everything's possible! For your songs, music videos, video emails, karaoke shows, funny clips, and much more."; fDesc[8] = "JACK and SDL libraries and audio card are required. With LMMS you can produce electronic music via your computer, so you don’t have to buy expensive hardware for having great sounds and making cool music."; fDesc[9] = "half-professional program for music creation and MIDI-keyboard. It is perfect complete package for stunning songs, experimental beats and exciting soundtracks. The Premium version offers extra features, more sounds, effects and functions. It contains up to 3,500 professional sounds."; fDesc[10] = "day. All you have to do is start this program and select a sound theme. The program includes ten sound themes. You can add random sounds like thunder roll or croaking of frogs into any sound theme."; fDesc[11] = "providing them with an extensive library collection of percussion instrument sounds, samples and midi files, for their studios. The EZXPercussion 1.0 uses Teentalk Percussive Compression and the recorded sounds in this library add-on of different sizes of instruments"; fDesc[12] = "sounds. Those sounds are the mainly the sounds that one would consider white noise. They are often used for relaxation and meditation. The sounds range from several types of rains to wildlife in India."; fDesc[13] = "choice. Various sounds can be created with just one sample. Composed song can be export as a WAV file."; fDesc[14] = "movie. They are: Beating Heart, Cat Screech, Chain Saw, Creaky Door, Door Shut, Experiment, Gasp, Ghost, Growl, Killer, Man Screaming, Monster Grunt, Mu-hahaha, Owl, Scraping, Vampire Bat, Witch Laugh and Woman Screaming."; fDesc[15] = "will be added to MorphVOX Voice Changer Software. This library will be of no use without the MorpVOX program. These sounds will be specially adequate when playing online games, but can be also used when talking with your buddies through any Instant Messenger."; 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 = '...'; } }