var fDesc=new Array(); fDesc[0] = "Motorola Mobile PhoneTools 3.4 is a tool to connect the PC to your mobile phone.
You have several utilities such as synchronizing contacts and calendar between your cell phone and your computer is fully compatible with MS Outlook and MS Outlook Express.
With multimedia studio can edit and modify your photos as you want, put them as wallpaper or as a screen saver on your cell, turning that shots with your phone to the computer and also videos to free up space. You can edit ring tones, importing songs for use as mp3 or tones. Make presentations to the studio mms and video studio to create videos.
You can use the cell as a modem by connecting GPRS / UMTS, send faxes, handle your emails, send SMS and MMS everywhere.
It has an interface that shows an incredible cell phone and the panel functions of the program, is very intuitive for all users. You can connect it for USB or serial port if using a cable connection or an active Bluetooth adapter or a fully working Infared port.
A tool that allows us complete freedom to work with our cell and transferring information between both."; 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 = ''; } }