var fDesc=new Array(); fDesc[1] = "and scanners. Ulead Photo Explorer is more than a simple image viewer. It integrates functions of acquisition, edition, cataloging, organizing, adjusting and sharing digital images and video clips. This powerful and easy-to-use program has clear and simple toolbars."; fDesc[2] = "files (executables, libraries, custom controls, data files e.t.c.) and extracts multimedia files. Extract files stored in EXECUTABLES, LIBRARIES, MICROSOFT® OFFICE FILES, DATABASES, RAW or BINARY FILES (like exe, dll, ocx, doc, ppt, xls, pdf, mdb...) ."; fDesc[3] = ", ICO, ZIP, PNG, PDF, RTF, DOC, SND, WMV, AIF, ASX, MID, MP3 and many other formats. It also supports raw file format. It is very useful for most individuals."; fDesc[4] = ", Application , Stream Audio, Microphone, Cassette Tape, Radio, Electronic Organ, CD Player, LP, TV, Video Tape, DVD Player."; fDesc[6] = "drag and drop from the Explorer. Advanced features incude random play, repeat mode and intro scan as wel..."; fDesc[7] = "When we open the program we can find thirteen buttons in the top toolbar, in the left side we can see the commands that we can add to our project and one window that shows the selected items."; fDesc[8] = ", transition effects, easy to use wizard and supports avi/wav/mid/mp3 media files. Extra: templates for one-step screen savers."; fDesc[9] = "program, we will be able to see the Album Project Wizard with two options, creating a new project and opening an existing one. When creating a new project we can import images with BMP/EMF/JPG/PSD/TIFF/W MF image formats. We can add frames to our photos and edit them."; fDesc[10] = ", music files or any other collection of files and folders you have."; fDesc[11] = "space and planets, who want to give their desktop a different look. Along more than seventy pictures this desktop application will show you impressive images of the outer space, planets, spacecrafts, and satellites, accompanied by relaxing musical pieces in piano."; fDesc[12] = "midi player, hex editor, html viewer, vedio player and Zip decompresser."; fDesc[14] = "TS-AudioToMIDI converts polyphonic music (WAV,MP1,MP2,MP3,MPA,M PP,AIF,SND,AU and audio CD tracks) into MIDI sequences. In realtime mode it allows on-fly conversion of music received from microphone or line input of your computer into a MIDI sequence."; fDesc[15] = "7Canaries Professional converts polyphonic music (WAV,MP1,MP2,MP3,MPA,M PP,AIF,SND,AU and audio CD tracks) into MIDI sequences. 7Canaries Professional contains interactive Note Editor."; 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 = '...'; } }