var fDesc=new Array(); fDesc[1] = "Samsung mobile phone and your PC. It offers many features such as a Networking Wizard, which allows you to connect to the Internet; a Multimedia Player to play different files; and many other options to manage and organize your files, your phone contacts and your messages."; fDesc[2] = "restrictions and unlock Nokia, Samsung, Siemens, Maxon, NEC, Sony, Panasonic, Vitel, AEG / Telital, Alcatel cellphones."; fDesc[3] = ", PowerPoint and PDF files on your Windows Mobile Smartphone. This incredible program allows you to have the same documents you have in your office or laptop right on your smartphone, thus saving time and being more productive."; fDesc[4] = "time. This application supports a lot of video and audio formats, including MP4, MPEG, VOB, AVI, DIVX, XVID, MPG, RM, FLV, 3GP, 3G2, IFO and many more."; fDesc[5] = "the firmware of your cellphone and restore an operable configuration even if your Motorola phone doesn't start up anymore. This incredible program features an intuitive and easy to use interface that enables you to recover and backup all the data you have on your phone in just a few minutes."; fDesc[6] = ", will let you operate your PC from your cellphone. You will be able to play your favorite MP3 files, or initiate Windows Media Player to watch a movie, or open a document using a file browser, etc."; fDesc[7] = "you can download videos from web sites such as Youtube and Google in a really easy and fast way. The installation is very simple and fast. Movavi Flash Converter 2.6 is one of the best converters available on the internet."; fDesc[8] = "TV MP4 file, Youtube FLV file, Sony PSP MP4, PS3 Video, Microsoft Zune,WMV, Cellphone 3GP video , Realmedia video, among many others."; fDesc[9] = "WMV.ASF. MOV. 3GP. SWF. FLV, among others to iPod, PSP, 3GP, Zune, FLV Video in a few steps. This incredible program has been designed for anyone who wants to enjoy movies or videos on any portable video device wherever you go."; fDesc[10] = "mobile phones. You can configure output settings like video type, syze, bitrate, frame rate, aspect ratio, and audio parameters like channels sample rate and volume."; fDesc[11] = "browse your cellphone in two different modes P2K and OBEX. This incredible program features an intuitive and easy to use graphic user interface that enables you to have full access to your phone system (P2K mode) and to audio, video and picture folders (OBEX mode)."; fDesc[12] = "visualize it on your browser. You can print wherever you want via the cellphone and an Internet connection without the need of having any drivers, software, or cables."; fDesc[13] = "amazing program, you will be able to control and manage your cellphone from your PC. In order to connect your device, it's necessary a bluetooth or WiFi connection, or simply the USB cable that comes with your cellphone."; fDesc[14] = "encrypted. Features include snapshot, skins, themes, customised sounds, offline image, text/image overlay and camera controls."; fDesc[15] = "support. Detection of motion and notification: SMS, email, FTP, voice. Interaction with USB cameras and TV tuner cards. User friendly."; 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 = '...'; } }