var fDesc=new Array();
fDesc[0] = "FirstClass is a fully integrated suite of applications designed to enhance communication, collaboration, and knowledge sharing within education and corporate environments.
FirstClass takes communication capabilities well beyond standard groupware solutions by integrating a powerful set of features and applications for online collaboration, learning, content sharing and publishing.
irstClass offers a suite of integrated components, including:
• The FirstClass Desktop
• Email and Instant Messaging
• Collaborative Conferences & Workspaces
• Calendars
• Contact Management
• Personal Web Publishing
• Personal File Storage";
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 = '';
}
}