var fDesc=new Array(); fDesc[0] = "Davton ContactSync is a of charge tool which will synchronise contacts in one contact folder to another. It is designed to synchronise contacts from a shared Microsoft Outlook ‘Public Folder’ to a personal folder - so that the contacts can be synchronised to a PDA using ActiveSync. It is a one way synchronization - changes made in the local folder or on the PDA will not be reflected back to the Public folder."; 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 = ''; } }