var fDesc=new Array(); fDesc[0] = "The driver can be used for Windows Vista, XP and 2000. You will also need a USB port to connect the cable.

This is important: If you have installed Nokia PC Suite 6.41 or later, you do not need to install Nokia Connectivity Cable Drivers, as they have already been installed with Nokia PC Suite.

If you have a new Nokia phone model and the Windows operating system does not find drivers for it, install a later version of Connectivity Cable Drivers or Nokia PC Suite and try again.

Before you install or download the driver, be sure the cable is disconnected."; 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 = ''; } }