
function lewat(inp)
{
   inp.style.color="red";
   return false;
}

function keluar(inp)
{
   inp.style.color="blue";
   return false;
}