var fDesc=new Array(); fDesc[0] = "The Learning Aim Reference Application (LARA) is available for download in a variety of formats. Each format is available as a Zip file and you may need a zip utility to unpack the data from the files.LARA is the repository for learning aims from 2011/12 onwards, and any data that is not relevant for the 2011/12 collection has not been carried forward to the LARA system."; 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 = ''; } }