var fDesc=new Array();
fDesc[0] = "sobees by sobees is based on .NET and is easily installable on any Windows 7 computer as well as Vista and XP if .NET is up-to-date (we recommend to update it through Windows update prior to installing sobees if not already available).
Main feature:
- Search the recent messages posted on Twitter and Friendfeed and be the first one informed if anything that matters to you happens.
- Get the best Facebook integration to access your profile, home, inbox and friends.
- Check your MySpace friends’ activities and update your own mood.
- Connect all your Twitter accounts and enjoy the most powerful Twitter client on Windows.
- Update your status on multiple services in one go.
- Customize your application (language, color scheme, etc).";
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 = '';
}
}