var fDesc=new Array(); fDesc[0] = "Samsung PC Studio allows you to easily manage the files in your Samsung mobile phone. The first step is to connect the Samsung mobile phone to the PC. You can choose and configure the type of connection that your phone uses: USB, Bluetooth, Infrared or Serial. By connecting your mobile phone to your PC you have access to your personal data and multimedia files. This professional tool allows you to transfer files from your PC to your Samsung mobile phone or to retrieve personal data from your phone like your phonebook and organizer. You can modify different multimedia files with the "Multimedia Manager" option. All you have to do is to import the files from your phone, PC or CD, edit them and then send the created files back to your phone. With the "Multimedia Player" you can reproduce multimedia files that are compatible with the phone (movies, sounds and multimedia messages). Samsung PC Studio also allows you to organize and edit your phone and multimedia messages on your PC or to create new multimedia messages directly on your PC and send them via the mobile phone. This application offers interesting features, such as an option to synchronise the data saved in the phone and the data saved in the PC, and a Networking Wizard that allows you to connect to the Internet using your mobile phone as a modem."; 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 = ''; } }