var fDesc=new Array(); fDesc[0] = "Sony Ericsson Wireless Manager software is easily installed on your laptop PC. Wireless Manager offers an intuitive user interface including new buttons of browser quick start and mail client, SMS and address book applications. Wireless Manager provides control of connections, data using, information about messages and contacts. Also it provides for an individual setup in corporative environments. Wireless Manager offers a wide range of interesting possibilities. The main window consists of a set of options – settings, messages, work with address book and SIM-menu. In that way, a user can manage SMS messages which stored on SIM card and also send messages. However, you can’t make calls even if you have a wire headset connected to the laptop. Working with the address book stored on the SIM card you can add or change existing contacts. In the Settings option the user can choose between different versions of SIM card blocking, select a preferable network, a frequency band, the type of data transfer and enable forwarding of phone calls as well. In a whole, the settings remind corresponding phone’s menu options. Wireless Manager is compatible with Microsoft Exchange, Microsoft Outlook, Lotus Notes and Netscape programs."; 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 = ''; } }