var fDesc=new Array(); fDesc[1] = "Web. Photo DVD Maker has been designed to be easy to use by anyone. Create dynamic slideshows in three steps: Add photos, design movie menu, and burn discs. All tasks can be done in an intuitive way."; fDesc[2] = "AVI in a very short amount of time and in a really easy way with no quality loss at all. This application supports a lot of video files, including, VOB, SVCD, VCD, OGM, ASX, MKV, MOD, MOV, RM, ASF, RMVB, FLV, M4V, MPEG and more."; fDesc[3] = "choice. This useful tool will help you save loads of space in your MP3 player, allowing you to enjoy more music and more audio books with fewer resources. The bit rates supported range from 8 to 256 kbps."; fDesc[4] = "any video file to fit into the handheld device of your choice (iPod, PSP, PS3, Zune, Xbox 360, and more). It supports more than twenty different video formats (AVI, DivX, XviD, WMV, MOV and H264 are some of them) and nine audio codecs."; fDesc[5] = "MP4 Player, iPod, PSP, PS3, Zune, XBOX 360, Archos, Cellular Phone and Pocket PC in two clicks. Additionally you can use the inbuilt video cutter to create clips out of big video files. All you have to do is just set the start and end points of the video to get a small video clip."; fDesc[6] = "of quality ringtones is touching sky limits. But user has been burning their pockets for such ringtones. Ringtone Converter / Ringtone Composer come as a savior to the pockets of such enthusiasts’ users."; fDesc[7] = "any video formats to 3gp video in a few clicks. Easy and fast. Make your favorite movies playable on a cellular phone!"; fDesc[9] = "will be able to play them on almost any mobile device. You can capture/import videos from your camcorder or alternative sources, edit videos and generate cell phone playable videos."; fDesc[10] = "quality 3GP/MP4 movie playable on cellular phone."; fDesc[11] = "playable on cellular phone."; fDesc[12] = "A straightforward and speedy program, MP3Resizer Express requires just three steps to achieve completion."; fDesc[13] = "messages including logos and picture messages. An excellent logo editor completes the features of this program."; fDesc[14] = "easier and faster than ever before!"; fDesc[15] = "cellular/handy phone) when stock values exceeds or drops below the certain limit. You will be informed of market movements when you need to be."; 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 = '...'; } }