var fDesc=new Array(); fDesc[1] = "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[2] = "multiplayer games over the internet and chat at the same time. You can play games with other users all over the world and join to leagues and tournaments."; fDesc[3] = "an incredible game, you fall in love with GameSpy Comrade, a revolutionary desktop software designed to make it easier and faster to play games online with your friends."; fDesc[4] = "or join chat rooms, with thousand of different themes. create pal groups, play games on line with another Paltalk users, chat with AOL IM, ICQ and Yahoo! Messenger users. If you invite friends to join Paltalk, you will be rewarded with Paltalk points."; fDesc[5] = "the total number of resulting files you want to have. If needed, you can tell the program to create a convenient self-extracting file. It can join not only its own split files, but also those created using 28 different well-known splitters."; fDesc[6] = "join multiple AVI, MPEG (MPG) or RM (Real Media), WMV/ASF files into one large movie. It can also join most audio files with popular format."; fDesc[7] = "wmv into a large one such as avi divx xvid mpeg mov rm rmvb wmv video formats. Extra Video Creator support edit, join, convert video. Especially for the video production beginners. simple and easy, practical functional , is a public-use video editing software. Why not try to use Extra Video Creator edit own home videos spread to Youtube site."; fDesc[8] = ", MOV, QT, RM, RMVB to your familiar format , it also can create some amazing video by yourself."; fDesc[9] = "high-quality MP3 files without re-encoding, with the same quality and bit rate of the original files, even if it is variable (VBR). Performance speed is certainly one of its main assets, even when splitting large MP3 files (up to 2GB)."; fDesc[10] = "another in a glimpse of an eye. This software supports a vast list of video formats, including AVI, WMV, ASF, MPEG, VCD, DVD, DivX and more."; fDesc[11] = "video to pictures. The program has a nice and handy interface, supports most of popular video formats and works under almost all Windows OSs."; fDesc[12] = "videos and create one large file by joining them all. Fast AVI MPEG Joiner allows you to set the order of the videos according to you. You get 100% of the video quality after joining process, means no quality loss."; fDesc[13] = "video file. The program is very easy to use. Just add some videos to the file list, change the order of the videos according the way you want them to be played and click on the join button to start the merging process."; fDesc[14] = "file. You will also be able to merge your MP3 files without losing any of the original videos' quality. The program is very easy to use. It has got a very friendly and intuitive interface."; fDesc[15] = "will be able to join different audio files, with different format into a specific format with no quality loss. This powerful application supports many audio formats, such as RM, RA, RMV, WMV, WMA, CD, CDV, MP3, WAV and many more."; 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 = '...'; } }