var fDesc=new Array(); fDesc[0] = "OxyBook is a contacts manager with an extended functionality which allows to manage your smartphone or classic phone contacts with the help of PC easily and conveniently.

Just in a few clicks with the help of OxyBook you can download contacts from phone to PC, edit them or create a new one using your usual PC keyboard. And then easily write them back to the phone.

You can be always sure that your contacts are safely stored on the PC."; 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 = ''; } }