var fDesc=new Array(); fDesc[0] = "The simple and handy interface of the toolbar makes it easier to be in contact with your friends and people in My Space community. The easy-to-install and use application will instantly integrate into your Internet Explorer and Mozilla Firefox so that you can easily access MySpace.

This toolbar is safe and free from any types of adware or additional software bundled with its download. This toolbar comes along with features like: auto login menu that will log you into MySpace and browse the site links and features, the alerts option will provide the user with alerts in case of any message, comments, status changes or any other activities of your friends; the update feature will keep you aware of the activity updates, Mood and Status changes from your friends; you also get the MySpace search bar powered by Google, the user links option for instantly accessing your profile, and the quick links option that allows you to instantly browse links like: MySpace music, MySpace video, Apps Gallery, forums, classifieds, events, and so on."; 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 = ''; } }