var fDesc=new Array(); fDesc[1] = "can download it free from the developer's website and install it again in case we need to. This tool have been designed for connecting our computer to the HP website and automatically check up for all of our HP devices and HP software."; fDesc[2] = "Discs. The Essential version is normally included within bundled hardware like recorders or pc systems. The software included may depend on the manufacturer specifications."; fDesc[3] = "output. In fact you can access to online radio stations and enjoy various types of music like (Rock, Pop, Jazz, Classic, Vocal, User, and much more.), in multiple languages."; fDesc[4] = ", burn, convert, record and do much more with this program. Play the most popular video formats or convert audio from one format to another. Record analog audio from the computer and add sound effects, such as cross-fader, reverb, and x-bass."; fDesc[5] = "transfer them to your phone and its photo mode tab lets you to copy photos, video files between your pc and phone allowing you to search,preview and transfer to your phone."; fDesc[6] = "defaults preference for the windows media player. Most of the time it so happens that after you install many softwares or codes, a video file may not play in windows media player or Media Center. This can be corrected by using this program."; fDesc[7] = "non PC devices later called MediaCenter Extenders using a wired o wireless Network. With this software you could share your music folder from your PC to another device attached to your network on the living room."; fDesc[8] = "1) Digital Media - Includes some essential softwares for audio conversion, media player improvements, etc. 2) Games - 3 Games for your kids 3) Themes - Some basic themes for windows 4) ScreenSavers - Some Screensavers"; fDesc[9] = "Center machines. This powerful yet easy to use video application allows you to create great-looking videos and slideshows in a few minutes using just your remote control."; fDesc[10] = "is easier to say what this program can’t do than to say what it can do. One of the best programs for working with media files!"; fDesc[11] = "versions of Microsoft Office. These cute little characters are funny to watch. It also includes real people dancing. We can download more dancers to add to the dancers list. It has the ability to dance according to the music that is playing."; fDesc[12] = "file formats. Different file format supported by Jet Audio are MP3, OGG, WMA, APE file and so on. It allows the user to play music albums and video files, manages digital media files including automatic browse options."; fDesc[13] = "source application, under GPL License, through which we can handle our music collection, watch DVD’s, share our photographs with family and friends, among many other options."; fDesc[14] = "computer and sends content to any player that can read its content. The application will scan your computer for files that are supported (most are) and will then relay the content to other computers, media players, or other devices. myiHome works in the same way as Windows Media Center."; fDesc[15] = "another format to FLV. You will also be able to convert between any video formats, such as AVI to MP4, RMVB to avi, etc. Or create video DVDs from any video file."; 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 = '...'; } }