var fDesc=new Array(); fDesc[0] = "Thinstuff XP/VS Server is a software solution which adds the ability that multiple Remote Desktop Protocol (RDP) enabled devices – “Clients” (e.g.Windows PC´s) can connect to the “Host” computer to access the same or different Windows applications and Resources (printers, drives, network connections etc.) of the “Host” computer simultaneously and independently in independent Windows Desktop sessions.
By using the Thinstuff XP/VS Server on a Windows „Host“ computer together with “Thin Clients” instead of PC´s on all workplaces (“Clients”), a cost effective Server Based Computing (SBC) solution for small to medium offices can be established."; 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 = ''; } }