var fDesc=new Array(); fDesc[0] = "TaxisMail is a complete package offering a light weight-email solution for schools which supports an unlimited number of email addresses. It includes an email client called Pegasus Mail which integrates seamlessly into the TaxisMail setup. TaxisMail and Pegasus Mail are freely available and therefore suited to schools' budget both on software costs as well as hardware requirements. Taxis is designed for either standalone operations (on a single machine), or to provide email to users on a peer-to-peer network, or on a server-based network."; 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 = ''; } }