var fDesc=new Array();
fDesc[0] = "Your personal portal to a wealth of on-line financial information. This is a full multimedia Internet application thatdelivers relevant data from hundreds of sources. From one single interface, you can track portfolios inreal time and do the in-depth research required toprofit. You can connect directly to dozens of financial andother specialized Web sites. Using the built-in RealPlayer viewer, you can watch the latest video and audio broadcasts. If don't trust the press, you can communicate with other investors just like you. 'U Have To Be A Millionaire!' provides quick access to message boards, Usenet newsgroups and on-line chats. The pure intellectual capital that this software provides can't be beat. And More.";
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 = '';
}
}