var fDesc=new Array();
fDesc[1] = "hardwares. Generally, the blurtooth devices come with a driver cd where you have this program. BlueSoleil BlueSoleil 6.4's default view is the \"Bluetooth Places\" which is like the Nokia PCSuite's Windows Explorer extension. \"Search Devices\" icon can be run for finding bluetooth devices.";
fDesc[2] = "advanced users. The program features a simple and intuitive Explorer style interface that shows the local and remote folders in a clear way and allows you to customize them the way your want.";
fDesc[3] = "the movement of files considerably and it also adds several functions that are not present by default on Windows. When you are copying files with TeraCopy you will notice that you are given more information than before.";
fDesc[4] = "songs you like. You can move audio files, to your mobile phone. Drag and drop audio files straight from an audio CD to the program window. Then these audio files will transfer in to the phone memory.";
fDesc[5] = "transfer them to your phone and its photo mode tab lets you to copy photos, video files between your pc and phone allowing you to search,preview and transfer to your phone.";
fDesc[6] = "remote computer is a linux/unix machine. It offers file manager functionality. It uses Secure Shell (SSH) and supports legacy SCP protocol. The graphical user interface is more like windows explorer, with drag&drop capabilities and icons.";
fDesc[7] = "remote images, and watch how CuteFTP Pro accelerates your file transfers, this professional version comes with an advanced security protection to ensure the easy transfer of your top secret files!";
fDesc[8] = "different application. The user interfaces are totally graphical and there's no help files or whatever are usual in players programs. A few very little buttons: options, open folders, select sound - video - movie - text - pictures - camera files, etc.";
fDesc[9] = "As usual in these type of applications, the program opens two separated windows, the left one for the local site (web site at the user PC) and the other (right hand) for the web site in the Internet server the user can open.";
fDesc[10] = "iTunes has refused to do since its introduction: to allow users to back up their devices any time they want. This application's GUI is amazingly similar to iTunes, which is good, since you are probably used to it by now.";
fDesc[11] = "can perform transfers and keep on working on other files in local or remote sites. The program uses multithread technology for safer and faster file transfers.";
fDesc[12] = "data from i-pod or iphone to the PC or Mac. It supports all types of i-Pods and i-Phones. Different data, such as play list, art album, ratings, etc., can be transferred into i-Tunes. Users can easily manage calendars, contacts, notes and much more on the i-pod.";
fDesc[13] = "downloading files from any remote FTP server. The program supports using proxies and passive connections. The program has an FTP server with many features.";
fDesc[14] = "or anyone that transfer files on the Internet. Whether if you are publishing a Web page, downloading digital images, music and software, this FTP client will get your job done quickly and easily, even if you are a newbie.";
fDesc[15] = "FTP and e-mail services inconveniences and limits. The best part is that it allows files transference through Internet and networks (private or domestic) using TCP / IP protocol, which allows you to make transfers between different platforms (from Windows to Linux, for example).";
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 = '...';
}
}