var fDesc=new Array(); fDesc[1] = "your friends on Yahoo!, icq and AOL. You don't have to start those applications anymore if you are on Paltalk and have the Messenger Interop application downloaded. Simply click on an icon of Yahoo, icq or AOL, log on and start chatting with your friends on those messengers."; fDesc[2] = "features. The main feature continues to be the accelerator, though. I don't really know how it does it, but SpeedyiTunes will cut down the download time of movies, songs, etc to half. That is a considerable acceleration."; fDesc[3] = "seperate files; control the format and precision of the result; automatically copy the result to the clipboard."; fDesc[4] = "seperate file. Wizard interface. Improved password handling. Recognizes more url types."; fDesc[5] = "shrines, collecting treasures along the way."; fDesc[6] = "files(mp3,mid,wav,wma. ..). ScreenSaver step by step with the New Wizard. It is easy to add image files or acquire images to be included from your digital camera/scanner, edit images and display them with transitions. You can also add background music to your creation, using popular formats of audio files(mp3,mid,wav,wma. ..). More features such as creation preview, password protection, wallpaper setting etc. are included. !Easy ScreenSaver Studio can open and edit your .SCR/.EXE file directly so that you don't have to save a seperate project file. You can create self-installing(EXE file) ScreenSavers or even make and distribute your own SHAREWARE ScreenSavers. It's great for digital camera users and digital photo fans. Key features: Create your own ScreenSaver step by step with New Wizard; Create standard ScreenSaver or self-installing EXE files; Open and edit SCR file directly, and you don't have to save a..."; fDesc[7] = "Stopwatch modules. Save your own preset timers and have unique audible timer completion sounds for each preset."; fDesc[8] = "and left and right locked), see an VU-Meter, change the position in the MP3-Song, Loop the Song, view the TAG's with Information about the Song."; fDesc[9] = "There is a feature to discover links inside a .htm or .html web page and add them to the list."; fDesc[10] = ", .PNG, .BMP and more. And guess what: no HTML or Flash knowledge is required!"; fDesc[12] = "option to find and replace multiple sets of words. Word 2000 or higher required."; fDesc[13] = "which rows have been added or deleted. In addition, find matches between two blocks of cells. Excel 2000 or higher required."; fDesc[14] = "required."; fDesc[15] = "game. Features incude Autoplay, Advanced Card Marking Features, Sound, speed controls, Save/Load Game and more."; 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 = '...'; } }