var fDesc=new Array();
fDesc[1] = "adds the ability to buy movies online as well. The estimated cost for each movie varies between about $2 and $5. This version also includes a tool called Genius, which lets you create playlists automatically by analyzing your personal library for songs that are related.";
fDesc[2] = "it possible to convert from a wide range of video formats to audio/video files. We can use it to convert FLV, AVI, MPG, MP4, WMV, 3GP, MOV, RM, ASF video files to AVI, XViD, MPEG4, H264, and DivX video files; and MP3, and WAV audio files.";
fDesc[3] = "synchronise our data (calendar, contact, bookmarks, etc) from our PC to various devices such as iPhone, iPod touch, a more applications.";
fDesc[4] = "mayority of the format. It also have a conversor for iphone and psp that can transform any file to mp4 format for use in your iphone and psp.";
fDesc[5] = "known to miss many features that all other devices have. One of those is the ability to use the device as a Mass Storage unit. You can fix that with DiskAid.";
fDesc[6] = ", which is compatible with (and playable on) iPhone mobile devices. The program has the ability to convert the complete video or a part of it.";
fDesc[7] = "they specialize in creating great converters that work absolutely flawlessly and are, well, free. However, this one doesn't really cut it for me. Why would I want to convert a YouTube video to iPhone video (H.264), when the iPhone can play YouTube Videos out-of-the-box.";
fDesc[8] = "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[9] = "and the Iphone. Movies2iPhone converts video types such as (Divx, Xvid, avi, mpeg, wmv, asf, mov, vob, etc.) to a format optimized for your iPhone or iPod touch.";
fDesc[10] = "has improved aesthetics. But besides that, it also has other improvements, such as the ability to save multiple devices with different configurations (Model appliance and firmware) as well as auto-updates.";
fDesc[11] = "convert most video file formats into files that the iPhone and iPod support, namely, MP4. Videora iPhone Converter allows you to convert files such as .avi, mpeg, mpg, wmv, asf, and more into MP4.";
fDesc[12] = ", photos, podcasts from iPod to PC and vice versa. This incredible program has the ability to easily create, edit and delete iPod playlists, manage multiple iPods at the same time, transfer music and videos between iPhone and PC, among other things.";
fDesc[13] = "converters, both by its looks and the way it works. The application's GUI is the most striking of all the features this application has to offer. It is divided into 3 parts.";
fDesc[14] = "your iPhone in minutes. Xilisoft iPhone Video Converter can convert almost every video format including 3GP, SWF, VOB, FLV, MP4 and AVI to your iPhone MP4 video.";
fDesc[15] = ", this suite is a great choice. It features two of Cucusoft's top selling applications: DVD to iPhone and iPhone Video Converter. The first one is a DVD ripper.";
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 = '...';
}
}