var fDesc=new Array(); fDesc[0] = "Wayk Now lets you take control of a remote computer, or allow an authorized user to take control of your computer. Wayk Now is free for personal and commercial use and currently available on Windows, Max OS X and Linux.

- Take control of a remote computer, or allow someone to take over and assist.
- Peer-to-Peer Connection Over the Internet
- Strong TLS 1.2 encryption with certificate validation is used to secure all
- Send or receive files of any size between different machines.
- Overcomes common usability problems found in remote support and remote desktop scenarios.
- Small downloadable package usable without installation or elevated permissions.
- Copy and paste anything between local and remote applications, with elaborate"; 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 = ''; } }