var fDesc=new Array(); fDesc[0] = "DAO4Sync Mobile Edition establishes a local drive representing your mobile data. Your PC’s operation system will recognize the DAO4Sync Drive as a normal hard drive medium. All applications of your daily work will work directly with your mobiles data, like Windows Explorer, text processing, virus scanner, backup/restore, security, folder network sharing etc. You save your work in the application you are using and it will be transparently stored immediately on to your mobile’s storage."; 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 = ''; } }