var fDesc=new Array(); fDesc[0] = "Photobucket Blaster is your fully automated Photobucket account creator and image uploading software. With a few clicks of the mouse button you can create an unlimited amount of accounts along with upload an infinite number of images to each of your created accounts. The software provides you a myriad of features, along with all your necessary account and url information so you can export your data and use it wherever it may be beneficial."; 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 = ''; } }