function keydwn(){
  key = event.keyCode;
  if (key ==97) location.href = "../../index.html";
  if (key ==98) location.href = "../smphtm/color.html";
  if (key ==99) location.href = "../../images/exp/baloon.gif";
}

