var fDesc=new Array(); fDesc[0] = "PhoneFile provides a PC command line interface to control the file system of Series60 Smartphones.
PhoneFile works with all the leading bluetooth devices, supporting both the Widcomm and Microsoft XP bluetooth stacks.
Furthermore, as PhoneFile takes care of the configuration between PC and phone, it really does work straight out of the box...
With PhoneFile program you can:
1. Copy files to and from a smartphone.
2. List smartphone directories.
3. Delete smartphone files.
4. No user configuration - works right out of the box."; 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 = ''; } }