var fDesc=new Array(); fDesc[0] = "Photobucket Desktop is an application that helps you to upload images to Photobucket.

Main Features:

- Manual Upload - To manually upload photos to your Photobucket account, simply drag and drop the images/videos into the desktop uploader, or select the "browse files" option. It will create a new album in your account titled "Photobucket Desktop - "
- Progress - As the images are uploaded, the progress is displayed on the Progress tab for the uploader. A pop-up will display on your screen when an image/images have been uploaded, or if there were errors during the upload process.
- Auto Upload - To auto-upload, add a folder from your computer that you'd like to upload to your Photobucket account. (all albums will default to private). Any time you add an image to that folder on your PC, it will upload those images to your Photobucket account."; 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 = ''; } }