var fDesc=new Array(); fDesc[0] = "Agora Offline is a stand-alone application that can be installed on Windows-based computers. It allows learning activities from the Agora web portal to be downloaded, and completed without subsequent use of an internet connection. The use of Agora Offline is recommended in offices with slow or unreliable connections, or for traveling users who’d like to take some learning materials with them. Upon completion of an activity, and when an internet connection is available again, it is then possible to report data back to the web portal, to receive full recognition of your development activities."; 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 = ''; } }