var fDesc=new Array(); fDesc[0] = "The web‘n’walk USB manager enables you to edit, send, receive and view text messages on your PC.
To launch the web‘n’walk USB manager, double-click the web‘n’walk USB manager icon on the desktop of your PC.
You can use the Statistics function to check on the data transfer statistics of the network.
Also,you can easily manage your contacts in the phonebook using the web‘n’walk USB manager."; 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 = ''; } }