var fDesc=new Array(); fDesc[0] = "Any Send for Windows is a program that can send files to devices in the network. It can be used on computers, mobile phones, and tablets. Transferring files between the portable devices is easy using the application. All you have to do is copy the file you need, click the icon on the taskbar to bring up the list of network devices, and select the device you need to send the file to.

The program can only send files - it doesn't let the devices access shared files and folders."; 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 = ''; } }