var fDesc=new Array(); fDesc[0] = "The Multicast Application Sharing Tool (MAST) has been developed to allow the sharing of applications within a group environment. Unlike other applications sharing tools, which use unicast to send data to each individual, MAST allows data to be sent to a multicast group to which participants join. MAST has been deployed as a service within the Access Grid Toolkit to augment its functionality and successfully used in support of the eMinerals Virtual Organisation."; 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 = ''; } }