var fDesc=new Array();
fDesc[1] = ", new panels for Masks and Adjustments, on-the image that we can apply some adjustments to the style of Photoshop Lightroom, a 3D engine, and then only for begin.";
fDesc[2] = "media with the world. You can use the service using the Web uploader or download DropBox and share your images and videos straight from your desktop.";
fDesc[3] = "YouTube website and going through the process of uploading on a site that has heavy viewership and usage. AVS YouTube uploader works in the background and supports the upload of multiple video files at the same time without interference.";
fDesc[4] = "servers. It can be easily used in a script, a batch file or the Task Scheduler to automate resources uploads.";
fDesc[5] = "share them with friends or everyone at Netlog. It requires you to have an account in order to upload and share your files. It provides you with the ability to enable/disable ratings and comments, add tags and assign the file to an existing or new set.";
fDesc[6] = "YouTube account without having to go to the YouTube.com website. The program enables you to add file information of each video.";
fDesc[7] = ", such as mobile phones, PDAs, smartphones, flash cards, among others.This incredible software enables you to upload ringtones, audio and video clips, pictures, using Bluetooth, IrDA or USB (flash cards only).";
fDesc[8] = "helps you a lot if you are tired for any reason of the web interface or it just doesn't work for you. When you download and execute the application for the first time, it will ask you to provide a valid google videos account. I used my gmail account and it worked just fine.";
fDesc[9] = "web. Since this is a free application, publishers ask users to \"sign in\" with user email and password to enable them to choose one of the proposed plans: free or different kinds of prepaid operations.";
fDesc[10] = "itself and allow you to upload all your e-mails from Desktop-based accounts into Gmail. Of course, that gives you freedom to use the application in many ways. Personally, I used this when I had to migrate all my ISP's e-mail from my Outlook account to Gmail.";
fDesc[11] = "library Scribd. The tool allows the registered users to upload their documents from their desktop and set the document's tags as well.";
fDesc[12] = "and a online picture viewer. ftp - uploader warps your homepage into the internet - with a single mouse click! Just enter ONCE servername and login data for your ftp - server , specify your local hompage folder - thats all!ftp - uploader keeps a database with all files (HTML, pictures, PHP, scripts) that belongs to your homepage and keeps it up to date fully automatically.Whenever you edit or add files, ftp - uploader detects modifications and sends them to the ftp server.This ftp program is not only a homepage uploader, it is also a ftp client, an online editor and an online picture viewer for Windows 9x, ME, NT 4,0, 2000 and XP.Download and test the freeware version! For private use it is fully usable!";
fDesc[13] = "register and go to the program link. After that you can download Firefox plugin and restart your browser, then go to multi-uploader page and upload a video that can be up to 10 minutes in length and up to 1GB in size.";
fDesc[14] = "and password and select the files to send. Uploader! includes a drag and drop interface. After you have your settings fille";
fDesc[15] = "FTP site. You can take snapshots every certain amount of seconds, setup compression, add grayscale or negative effects, change picture size, and add date, time and text.";
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 = '...';
}
}