var fDesc=new Array(); fDesc[1] = "that manages the link between your BlackBerry smartphone and your email account, organizer and more."; fDesc[2] = "created for Palm Is devices, iSilo is now widely used and supported under Palm OS, Windows, Pocket PC, Windows Mobile Smartphone, Windows CE Handheld PC, Symbian, Blackberry and many more."; fDesc[3] = "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[4] = "including CD, DVD and Ipod videos. You can now create videos for YouTube, your Blackberry phone, MP4 player, Ipod Nano, Ipod Touch, PS3, PSP, Zune and Xbox 360 in a couple of minutes."; fDesc[5] = "document format (PDF, HTML, CHM, RTF, HLP, TXT, DOC, MDB, XLS, etc.) easily and quickly."; fDesc[6] = "connect to colleagues, clients and information. It gives you wireless access to your personal and corporate e-mails on your preferred device. You can enjoy a range of conveniences including send / receive your mails, view attachments..."; fDesc[7] = "information in IPD (BlackBerry Backup) files. You can retrieve an address book from IPD file, edit it and then put it back on BB."; fDesc[8] = "Bluetooth, and use it as a modem to connect to the Internet. You can configure this program to work with your home Internet connection instead of the mobile, so that you can use it outside while traveling around in places without an Internet connection."; fDesc[9] = ", MP4,WMV,MP3,AAC and WMA for playback on BlackBerry with excellent video and audio quality."; fDesc[10] = "stored in the hard drive of their computers from different popular formats to compatible files. Supports many inputs and allows the user to edit the output."; fDesc[11] = ", Curve 8300, 8310, 8320, Blackberry Bold and Storm devices. This program is necessary for the individuals who are always on the way. You can convert and store 8 films or 15 hours of other video information."; fDesc[12] = "AVI with high quality and fast speed for BlackBerry and other devices."; fDesc[13] = "ripping tool that helps you extract video from DVD movies, VOB and IFO files; and a Video Conversion tool for various video formats stored in your hard drive."; fDesc[14] = "This program is a very complete application that will allow you to convert your files and customize your conversions by setting many output parameters."; fDesc[15] = "BlackBerry including AVI, MP4, MPEG, WMV, XviD, H.264, DAT, MOV, ASF and FLV, etc. to BlackBerry AVI."; 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 = '...'; } }