var fDesc=new Array(); fDesc[1] = "more from their player. Its forward backward button option, media library, online music search option, minimode are very useful additions. All this packed in a simple interface and makes it a great media player to work with."; fDesc[2] = "photos with friends and family is as easy as pressing a button!"; fDesc[3] = "photos (pictures) to email, send to mobile phone, create calendars, slide shows, greeting cards, print pictures or output files, etc. from images captured by camera, scanner, or whatever digital mean, or from existing pictures on the Hard Disk or other removable memory media."; fDesc[4] = "digital images. You can download your images from your camera in a few seconds. Then, you can create slideshows with background music or add special effects to your photos. Finally, you can send your photos by e-mail to share them with your friends."; fDesc[5] = "just needs the URL of the website with wallpapers and a few settings, and you will get all your favorite wallpapers downloaded to your PC automatically."; fDesc[6] = "interesting pictures and ignore the others. Organize pictures with tags. Shows unseen pictures Features for CD-ROM's: identify seen CD's, scan"; fDesc[7] = "digital photos to MP3 music files, or web files to Word files, ExplorerPlus lets you tackle even the most demanding file management tasks like a pro!"; fDesc[8] = "Pictures, Images, Text, Documents, Database, and Spread Sheet Files. Multimedia Files are located, played and organized."; fDesc[9] = "and video files"; fDesc[10] = "all your photos automatically, even if you want to sort thousands of photos and they are packed in archives. Key features: • Sort photos (automatically)"; fDesc[12] = "MP3 file types. You can create and maintain multiple Favorite Lists and Play Lists. Surf the Internet. Video Capture."; fDesc[13] = ", including keywords for grouping records, make it easy to track and find your information. Generate reports and password protect."; fDesc[14] = "or Click, you can Grab Pictures in Internet (including Google Image Search Results). It's easy and high-efficiency."; fDesc[15] = "pictures and compressed packages of pictures by e-mail over the internet. Pictures are organized by albums and grouped by packages for sending and recei..."; 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 = '...'; } }