var fDesc=new Array(); fDesc[0] = "A2C Migration Application is a free program that is aimed at improve the way data is shared between awarding organizations and schools, colleges and training providers using their Management Information Systems (MIS). If you want to run the application on multiple machines, you should use the same settings for the Inbox and Outbox."; 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 = ''; } }