var fDesc=new Array(); fDesc[1] = "able to search for Winamp skins and plug-ins without having to open a separate website while they listen to their favorite music or watch videos."; fDesc[2] = "skins and plug-ins without having to open a separate website while they listen to their favorite music or watch videos. Even more, there is a search field which can be used to access AOL's search engine and find information about one's favorite singer."; fDesc[3] = "songs with the help of Power Vocal Remover, viewing soundtrack graph, synchronizing lyrics to the music, decreasing playback speed for better synchronization and more."; fDesc[4] = "of a famous movie celebrity, a comic, or the singer of your favourite band, to make the perfect joke, amuse your friends, or just to have a good time while creating some bizarre pictures."; fDesc[5] = "same place even if you reboot the system. To get rid of it, you need to delete it. The notes can be created with different fonts and colors; and the program allows you to share your tasks with others by sending notes to other computers on the network."; fDesc[6] = "show! Siglos Karaoke Professional will make your shows better and easier to run."; fDesc[7] = "program's main window you will see five different bars. Each bar will allow you to modify different properties of your audio files."; fDesc[8] = "it’s very powerful and can help professionals in so many ways. It’s a tool where anyone can create and mix his own tracks. Voice recording facility is also available with this software so any singer can edit the track and remove vocals from it and record his own voice."; fDesc[9] = "pointer. Bring the Power of CD+G, CD-Audio, VCD, DVD, and Karaoke Media Files (Audio+G) into one awesome program."; fDesc[10] = "the MP3+G Karaoke Format. Host any Karaoke show with ease."; fDesc[11] = "her before. You will be able to see her dressed in very revealing outfits that enhance her beauty and her sensuality. By the way the screen saver has many configurable options."; fDesc[12] = "lady right to your desktop at any moment. You will be able to see her in many high quality photos, dressed in different outfits that will enhance her beauty. It is undeniable is that she is a really beautiful and very sexy woman."; fDesc[13] = "in bikinis, lingerie and other revealing outfits and poses. All full screen - All high resolution - All 100% Free."; fDesc[14] = "many images of Carmen provocatively posed in bikinis, lingerie and other revealing outfits and poses."; fDesc[15] = ", or a DJ to have to spend time entering songs manually. Touch screen compatible, minimal hardware requriements."; 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 = '...'; } }