function mov(t)
{
  t.src=t.src.replace("0.png","1.png");
}
function mot(t)
{
  t.src=t.src.replace("1.png","0.png");
}
function mcl(t)
{
}