var fDesc=new Array(); fDesc[0] = "In some Nokia device models, when you update using the Nokia Software Updater, user data – such as contacts and pictures – will be deleted (the Nokia Software Updater will warn you if this is the case).

Benefits:
* Great new features
* Updated applications
* Performance improvements


Using your PC to update

* PC with 1GHz or higher Pentium-compatible processor
* At least 512 MB of free RAM (memory)
* Windows 7, Windows XP or Windows Vista (64-bit, Home and Professional). Other OS (including Mac and Linux with Windows emulators) may work, but are untested.
* Administration rights on the PC while installing
* High-speed internet connection
* Compatible Nokia device with SIM card (and charger if necessary – the update will not start if there is insufficient power in the battery)
* Compatible Nokia USB connection cable. Use the USB cable that came in the sales package with your Nokia device. If you don't have a cable, you can find a list of the cables that are compatible with your device model in the Nokia website support Accessories section. Note: If prompted, use PC Suite, Normal or Nokia mode.
* Compatible USB port on your PC. Note: Please connect your USB cable directly to the PC – do not use a USB Hub."; 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 = ''; } }