var fDesc=new Array(); fDesc[0] = "MySpace Friend Adder Elite is the number one tool to help you automate and manage your growing social community on MySpace. MySpace has become one of the top social networking sites in the internet. With MySpace Friend Adder Elite Software, you can be able to reach out to millions of users with ease. Talk to them about your common interest and even your business. The software gives you the opportunity to broaden your networks and your client base."; 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 = ''; } }