var fDesc=new Array(); fDesc[0] = "FreePhotobucketDownloader is free, easy to use and allows you to download any video clips from photobucket.com with the highest quality possible. Simply paste the photobucket.com video URL to the Free Photobucket downloader, press add, and the video will be downloaded. FreePhotobucketDownloader is a totally clean and safe program."; 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 = ''; } }