var fDesc=new Array();
fDesc[0] = "is Includes the complete Linux Desktop (based on Fedora Core) pre-integrated with Userful's unique 10-to-1 desktop advantage. Includes support for multi-user sound and USB keys. With this software and extra video cards up to ten users can independently browse the Internet, send email and run a wide variety of productivity software, all from one computer box.
Built on Fedora Core to leverage cost-effective Intel or AMD PC technology, Desktop Server is a robust multi-user desktop computing platform that can be customized to address a wide variety of vertical and horizontal applications. In any configuration, Desktop Server offers a proven environment supporting features including:
* Office suite
* Multi-user USB sound
* Security and privacy
* Multimedia player
* Photo editor
* PDF viewer
* CD-burner
Desktop Server also includes DualView feature, which allows a single desktop to span two monitors at any Desktop Multiplier station.";
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 = '';
}
}