var fDesc=new Array(); fDesc[0] = "vPoint serves as the Desktop Agent (connection broker) and Management Console of the SUNDE VDI system. It provides connection and management of Diana zero clients, user accounts and virtual desktops, including discovery, login and user authentication of Diana zero clients, user account creation and virtual machine assignment, connection brokering between users and their assigned VMs, monitoring and control over virtual desktops, etc."; 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 = ''; } }