var fDesc=new Array(); fDesc[0] = "PushDoc is a client/server app for Android which lets you drag and drop stuff from your desktop to your phone. It allows to transfer and convert data to/from your desktop and your android device over Wifi. Here is what you can do with PushDoc:
- Transfer web article from your desktop to your phone/tablet just selecting the text/article from any desktop web browser and drag n drop to the phone.
- You can drag and drop an entire web page and have it converted in PDF into your phone.
- Select any text from your browser, drop it to the phone and have it converted to AUDIO speech file on your phone so that you can listen to your favourite news while driving or jogging (this feature is english only at the moment).
- Stamp your desktop screen and have it immediately on your phone.
- Transfer files and folders from phone to desktop and vice versa.
- Write notes from your desktop and easily send it to the phone.
- Manage your phone SD card from your desktop.
- Manage your phone SD card from your phone."; 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 = ''; } }