Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
HTML

<script language="JavaScript" type="text/javascript">
<!--
function CngTxt(id,txt){
 var obj=document.getElementById(id);
 if (txt){ obj.innerHTML=txt; }
 else (txt){ obj.innerHTML='AguaClara is a multi-disciplinary program at Cornell University that designs sustainable water treatment systems. <em>Gravity-powered,</em> affordable AguaClara technologies currently provide clean water to over 25,000 people in communities around the world every day.<br><br><a href=/display/AGUACLARA/About+Us>About the program</a> | <a href=/display/AGUACLARA/AguaClara+and+Sustainability>AguaClara and sustainability</a> | <a href=/display/AGUACLARA/Automated+Design+Tool>Get a design</a>'; }
}

//-->
</script>

...