var fDesc=new Array(); fDesc[1] = "undesirable for you. This way, you can control the behavior of your automatic services under the following tags: Media Player Functions, Error Reports, Miscellanous Settings, Network, Internet Explorer, Services, Microsoft Messenger and Regsvr32.dlls."; fDesc[2] = "File for playing on mobile phone easily and quickly! Watch your own Videos on your 3GP Phone anytime, anywhere. It features excellent video and audio output quality with super fast processing speed. Really comfortable for usage with beautiful user friendly interface."; fDesc[3] = "language, French in this case. The software has three main parts: 1 CD-ROM, an audio CD and a workbook, with lots of practice in writing,speaking,liste ning,vocabulary,gramma r,speech recognition, and many more."; fDesc[12] = "(number of games played, number of games won, high score and average score), and zero your stats."; fDesc[13] = "layout for the recently typed characters; change the case of the selected characters."; fDesc[14] = "PhotoCDBrowser was created as AutoRun for CD-archives, therefore does not require installation and deinstallation. The program shows photos at full screen always. Zooming: smooth, 1:1, fit to screen. Image rotation through 90 and 5 degrees. There is navigation through folders and drives. Transition effects are supported. Background music in MP3 format. Several types of comment to photo are available: embedded in file, from a textual file, from a sound file. Global comment and comments to folders, slideshow scripts are avalable too. Macros and tags in comments are available. Slideshow modes: simple, recurrent, by scripts. Thumbnails mode is released also. The date and time of shooting of digital cameras is displayed. Shooting info are readed from followings camera vendors: Agfa, Canon, Casio, Epson, Fujifilm, Hewlett-Packard, JVC, Kodak, Konica, Kyocera, Leica, Minolta, Nikon, Olympus..."; 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 = '...'; } }