var fDesc=new Array(); fDesc[0] = "The ITU-R CPM11-2 Sync Application for Windows* allows you to synchronize CPM11-2 documents** from the ITU server to your local drive. It has been configured to access ITU Server and synchronize on demand to the latest published documents. The first time you use it, synchronization is mandatory and takes a few minutes to synchronize all the documents."; 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 = ''; } }