var fDesc=new Array(); fDesc[1] = "a phone, back up and restore phone data, import and export contacts and calendars. This program can use the mobile phone to connect your PC to the Internet."; fDesc[2] = "Viewer version 1.0, to Picture Motion Browser version 4.2.10."; fDesc[3] = "almost any formats such as AVI (DivX, XviD, etc.), DV AVI, MP4 (inc. Sony PSP and Apple iPod), WMV, 3GP, 3G2, QuickTime (MOV, QT), SWF, DVD, VOB, VRO,MPG, MPEG 1,2,4, DAT, VCD, SVCD, ASF, ASX, MJPEG, and many others."; fDesc[4] = "Sony VAIO VGN-CR260A notebook model. In case we need to reinstall the program again or want to upgrade to Microsoft Windows Vista Home Premium, we can download the original drivers for free from the official Sony website."; fDesc[5] = "effects for the manipulation of audio. This application is ideal to handle audio recording, audio editing, effects processing and media encoding. Users can combine Sound Forge with any Windows-compatible sound card to create, record, and edit audio files."; fDesc[6] = "suite. The software updates the phone's firmware in a few simple steps. For doing that you will need to have an USB cable compatible with your phone´s model, the \"Update service\" program and an internet connection, preferably broadband."; fDesc[7] = "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[8] = "plug-ins: Vinyl Restoration™, Noise Reduction, Clipped Peak Restoration™, and Click and Crackle Removal™ plug-ins. Save valuable time and money by applying the Noise Reduction processing power to salvage vintage vinyl recordings, and rescue problem tracks."; fDesc[9] = "download this small yet powerful application to create stunning themes for your device. As its name suggests, with this program you will be able to design custom themes, controlling almost every detail of them."; fDesc[10] = "user interface including new buttons of browser quick start and mail client, SMS and address book applications. Wireless Manager provides control of connections, data using, information about messages and contacts."; fDesc[11] = "creation process. Real-time playback of your edits, nondestructive editing, and unlimited undo/redo make tweaking your videos a snap, while dockable windows and customizable keyboard commands let you personalize the interface for your work style."; fDesc[12] = "provide basic system functionality under Windows XP operating system. WARNING!: Because the computer is optimized for use with Windows Vista® operating system, some functionality will be lost under Windows XP operating system."; fDesc[13] = "content on your PSP. Sony Media Manager for PSP is now free in Japan and have been replaced everywhere else by Sony Media Manager Pro, which is a commercial version that includes the ability to transfer Playstation 1 games."; fDesc[14] = "easy to use. There are not much confusing stuff that only professional audio editors need. We can easily record audio from any input source like microphone. The memory requirements are less and the program is quite fast in encoding and decoding. noise reduction, audio enhancements are features."; fDesc[15] = "DVD-authoring at your home computer. This is a professional program and can work as a part of Sony Vegas and as a standalone application. It has easy and comprehensible interface, and no doubt, that it is highly competitive with Sonic Scenarist program."; 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 = '...'; } }