preload1 = new Image();
preload1.src = "/tabs/images/sudoku_hot.png";

function OnMouseEnter(obj, image)
{
  obj.src = "/tabs/images/"+image+"_hot.png";
}

function OnMouseLeave(obj, image)
{
  obj.src = "/tabs/images/"+image+"_norm.png";
}
