var fDesc=new Array(); fDesc[0] = "Corex 3 Local users will notice improved synchronisation times when compared to previous versions of Corex.
If you have done a report on Local, but before you have had the chance to synchronise, your secretary has edited the case on Smartclient, the status of the case is moved to Synchronisation Conflict. It is then upto you to change the status of the case to either Force Upload or Force Download."; 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 = ''; } }