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] = "high-quality formats your iPod can play. It converts your video clips to either of the high-quality MPEG4 or H264 formats that are playable on a 5th-generation iPod, a 6th generation iPod Classic, a 3rd generation iPod Nano, or a first-gen iPhone or iPod Touch."; fDesc[3] = "between your iPod/iPhone and your computer. This incredible application helps you transfer iPod/iPhone music,video,photos,iPo d podcast and TV programs to your local disk , and vice versa."; fDesc[4] = "your computer. As you know, iTunes blocks iPod-to-computer song transfer. With this incredible program, iPod users now can transfer songs from your iPod to computer easily."; fDesc[5] = "synced by using iTunes. So, any time that they want to put music on their devices, they have to have a computer with iTunes. Downloading music from an iPod is just as hard."; fDesc[6] = "ripper pack, you can easily rip DVD and convert video to almost all popular video and audio formats with excellent quality."; fDesc[7] = "burn your video files to video slideshow DVDs with a complete set of transitions, highly customizable DVD menu, and multiple burning options."; fDesc[9] = "blessing for frustrated Apple's iTunes users who can't copy music files from iPod to pc desktop or laptop since iTunes blocks iPod-to-computer song transfer. Now the things are different! With Lenogo iPod to PC Transfer, iPod users can transfer iPod Songs to PC easily. Lenogo iPod to PC Transfer utilizes iPod's internal database to display your iPod's contents instantly. Lenogo iPod to PC Transfer is fully compatible with all existing iPod including iPod(1st, 2nd, 3rd, 4th, and 5th generation iPod), iPod Photo, iPod mini, iPod shuffle, iPod nano and iPod video. Features: Powerful transfer: iPod music backup/recovery to PC Complete transfer: Backup artists, albums, ratings and play lists. Fastest transfer: Transfer speed is ultimately high. Easy single-step transfer: directly transfer music from iPod to PC, no need of any mid step. Compatible transfer: Full compatibility with all iPod..."; fDesc[10] = "iPod to your PC without any loss."; 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 = '...'; } }