var fDesc=new Array(); fDesc[0] = "ProtoSphere is the market-leading virtual collaboration environment for the high-performance workplace, and the #1 virtual environment for collaborative Product Lifecycle Management in life sciences. ProtoSphere’s virtual environment provides an arsenal of business-focused collaboration and communication tools that help companies accelerate decision-making and raise productivity, improving workplace performance overall.
ProtoSphere’s innovative environment has the unique ability to tie together multiple forms of unified communications/collaboration and 3D visualization technologies to foster fast and timely collaborative decision making in the enterprise. ProtoSphere uniquely delivers on the ability to virtually bring together the people within an enterprise – anywhere and anytime, with their data – in all forms – including application content, spreadsheet, documents, images, presentations, web content, etc. to enable an optimal business decision."; 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 = ''; } }