var fDesc=new Array(); fDesc[0] = "PhotoCDBrowser is program for creation and viewing of archives in TIFF, JPEG, P?X, TGA, EPS formats. 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, Ricoh, Toshiba, Sony, Yashica. All commands have hotkeys which can be redefined. Language of the interface is completely determined by contents of textual files (*.lang.txt), which can be edited or can be added. The language files from archive supports the following languagess: Russian, English, Ukrainian, German, Spanish, Italian, Portuguese, Chinese, Latvian, Dutch, Romanian, Hungarian, Arabic, Hebrew and Catalon. The program works under Windows 95, 98, NT4, 2000, ME, XP. Detailed help is provided."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }