var fDesc=new Array(); fDesc[0] = "Nvolve Remote Desktop Tool is an easy way to share computer desktops across the internet. This feature allows the user to connect to a computer in another location, see that computer's desktop and interact with it as if it were local. This application is very simple and easy to use and can be set up within minutes.

Main Features:
- Removes commuting expenses
- Improves business performance
- Improves overall collaboration
- Share your screen with team member to clarify the situation and avoid ambiguity
- Brainstorm and collaborate with colleagues off site
- At one click of a button you can gain access to a remote computer"; 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 = ''; } }