var fDesc=new Array(); fDesc[0] = "Myspace Marketing Manager is more than just another "Friend Adder" tool.
Main Features:
- Retrieve your friends information: name, city, country, genre (male, female or band), Age or music style, number of friends.
- filter your friends by any of the above criteria and run targeted campain (by city, country, age...)
- Post comments to your friend
- Target your friend (those who have the most friends, those who live in New York...)
- Find new friends. With MMM it's easy to retrieve other artist's or people's friends, sort them (by city or country or avoiding other bands) and send them friend requests."; 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 = ''; } }