var fDesc=new Array(); fDesc[0] = "Easy Adder is the ultimate Myspace Friend Adder tool to help promote your band, market your product and services, or even run for office. Easy Adder automates the daunting task of adding friends, sending messages, and leaving comments.
Add hundreds to even thousands of Myspace friends! Easy Adder allows you to easily add friends to your Myspace account. You can extract friends from other Myspace profiles & Myspace groups! You can also add friends based on age, gender, location, and more. You can even search for your favorite bands based on genre, country, state, zip code, sounds like or keyword."; 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 = ''; } }