var fDesc=new Array(); fDesc[0] = "If you're interested in exploding and not just increasing your Myspace friends then the adder program will be the perfect solution to all your problems.

Skip the points collecting and get straight to the top of the adder queue then investing in a featured profile may well be the best thing you've ever done for your myspace friends list.

Accept Friends feature that allows you to accept all pending friend request and also allows you to send out a comment or message along with accepting your new friends."; 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 = ''; } }