var fDesc=new Array(); fDesc[1] = "its spectacular visual finish, which was built on the basis of the Essence engine. This game engine enables us to appreciate the battle from every angle imaginable with an amazing quality."; fDesc[2] = "the beat, and what's more interesting debuts a new hearing \"Now Playing,\" which aims to compensate for the lack of displays offering a slideshow elegant and full of visual effects with photos and information about the artist that we are listening."; fDesc[3] = "chat typing text in a Window, with a person or group. While chatting, you can use different fonts, colors, backgrounds, emoticons and winks."; fDesc[4] = "pronunciation in a foreign language. It offers you a complete system for learning words through a flashcard based system. The flash cards come with picture and sound. The deluxe version of the software adds pronunciation practice and mobile support."; fDesc[5] = ", monthly, even annual calendar views enabling them to organize their appointments, schedules and keep note of important dates. The Calendar Wizard included with Calendar Creator 12.0 provides users with the choice of over 250 customizable templates."; fDesc[6] = "audio files from different sources, eliminate the lead vocalist’s performance from most stereophonic recording and synchronize the song lyrics with the `devocalized’ soundtrack."; fDesc[7] = "worldwide stations that broadcast its programs over the Internet. These stations can be usually tuned through any web browser, the main advantage of this program is to have all of them in just one interface."; fDesc[8] = "or whether it is encrypted. It just records what you are seeing and hearing. What you should do is to select a video rectangle to record."; fDesc[9] = "through a standard sound card and headphones."; fDesc[10] = "MP3-music, radio of viewing TV or playing games. The flexible tuning will allow you effectively use by the program in all cases."; fDesc[13] = "hearing webcast. Its made for new computer user or those people who wants to hear webcast easily."; fDesc[14] = "of portable devices. Hence Saga CD Ripper helps to copy tracks from a CD to MP3, WMA, WAV and OGG files. It gives good quality and fast speed and also gives customizing options including Bit Rate and frequency according to the user requirements."; fDesc[15] = "of 192kbps, which can bring you the pleasant and attractive audio. It also could optimize the audio file."; 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 = '...'; } }