var fDesc=new Array(); fDesc[0] = "With CarryDVD you can backup your favourite DVDs and copy them easily onto your PSP, iPod, PDA or Pocket PC. Some movies can very easily be made to fit into 128 MB memory. The nice thing about CarryDVD is that you do not need any special players to view the video. What comes with your PSP or iPod is more than well suited for the job thus leaving your handheld devices with more room to spare.

Main features:

-Modify how the picture looks with the much improved Edit Tool
-Interactive Video Cropping - Stop guessing how your final video will look! CarryDVD shows you in real time!
-Cut out with one easy click parts you do not want from the start and the end
-Easy to change aspect ratio, apply pre-set clipping
-Quick preview to see how the video turns out (requires DirectX 9 which is most probably already on your machine anyway)
-View the movie directly on your PSP and iPod without the need to install extra video players!
-Video Part Editing - No more those interfering extra video parts!
-Brightness boost.
-Enhanced Video monitor
-Fast Scene Selector and Preview
-Multiple Speed allocation that has the potential to half compression times by using your computer to the full when idle!
-Use the hard drive to emulate a DVD drive for faster copying speeds!
-Check out the help menu to see all of CarryDVD's great features!
-Volume boost
-Special sound delay adjustment (should rarely be necessary since CarryDVD takes care of this automatically)
-Multi-language support
-Open a separate non-DVD file (limited in scope to be expanded soon please e-mail support for details).
-Copy directly to device for PocketPC\Windows Mobile\Smartphone
-Copy directly to your device for PSP
-Copy directly to memory stick on your PC ...
no more fiddling ... organize your videos with the Video Manager which tells you the total size of the files you want to copy
-Limit play time to fit the size you want
-Special built in CarrySmarts that detect if the previous task did not complete successfully
-Split the output files into separate smaller pieces so that you can fit them into more than one memory stick
-Various formats available"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }