<script language="javascript">

function changecolor (i)
{
if(document.getElementById)
document.getElementById(abtus).color = "red";
else if(document.all)
document.all[abtus].color = "red";

// makes it so the page does not go to test.html
return false;
}
</script>  

