var fDesc=new Array();
fDesc[0] = "The Blackbird Browser lets you live more richly online. You can find all of the Internet sites you normally go to just like with Internet Explorer, plus with Blackbird a world of community-specific features are right at your fingertips when you want them.
Blackbird is a web browser that provides easy access to Black content, creates a new community online, and has advanced Web 2.0 features built right into the browser.
Blackbird provides easy access to advanced features and services, greater visibility and access to hard-to-find African-American online content and a platform for sharing their entire internet experience on the web.
Access the best of Black on the web with our preset Bookmarks and add your own.";
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 = '';
}
}