/*-------------------------------------------------------------------*/

 function Over(wert)
  {
   switch(wert)
   {
    case "a":
      document.all.a.style.backgroundColor = "yellow";
      document.all.aa.style.color = "#5687D2";
      break;
    case "b":
      document.all.b.style.backgroundColor = "yellow";
      document.all.bb.style.color = "#5687D2";
      break;
    case "c":
      document.all.c.style.backgroundColor = "yellow";
      document.all.cc.style.color = "#5687D2";
      break;
    case "d":
      document.all.d.style.backgroundColor = "yellow";
      document.all.dd.style.color = "#5687D2";
      break;
    case "e":
      document.all.e.style.backgroundColor = "yellow";
      document.all.ee.style.color = "#5687D2";
      break;
    case "f":
      document.all.f.style.backgroundColor = "yellow";
      document.all.ff.style.color = "#5687D2";
      break;
    case "g":
      document.all.g.style.backgroundColor = "yellow";
      document.all.gg.style.color = "#5687D2";
      break;
    case "h":
      document.all.h.style.backgroundColor = "yellow";
      document.all.hh.style.color = "#5687D2";
      break;
    case "i":
      document.all.i.style.backgroundColor = "yellow";
      document.all.ii.style.color = "#5687D2";
      break;
    case "j":
      document.all.j.style.backgroundColor = "yellow";
      document.all.jj.style.color = "#5687D2";
      break;
    case "k":
      document.all.k.style.backgroundColor = "yellow";
      document.all.kk.style.color = "#5687D2";
      break;
    case "l":
      document.all.l.style.backgroundColor = "yellow";
      document.all.ll.style.color = "#5687D2";
      break;
	case "m":
      document.all.m.style.backgroundColor = "yellow";
      document.all.mm.style.color = "#5687D2";
      break;
     case "x":
      document.all.x.style.backgroundColor = "yellow";
      document.all.xx.style.color = "#5687D2";
      break;
     case "hh":
      document.all.x.style.backgroundColor = "yellow";
      document.all.xx.style.color = "#5687D2";
      break;
           case "zz":
      document.all.x.style.backgroundColor = "yellow";
      document.all.xx.style.color = "#5687D2";
      break;
   }
  }
/*-------------------------------------------------------------------*/
  function Out(wert)
  {
   switch(wert)
   {
    case "a":
      document.all.a.style.backgroundColor = "transparent";
      document.all.aa.style.color = "white";
      break;
    case "b":
      document.all.b.style.backgroundColor = "transparent";
      document.all.bb.style.color = "white";
      break;
    case "c":
      document.all.c.style.backgroundColor = "transparent";
      document.all.cc.style.color = "white";
      break;
    case "d":
      document.all.d.style.backgroundColor = "transparent";
      document.all.dd.style.color = "white";
      break;
    case "e":
      document.all.e.style.backgroundColor = "transparent";
      document.all.ee.style.color = "white";
      break;
    case "f":
      document.all.f.style.backgroundColor = "transparent";
      document.all.ff.style.color = "white";
      break;
    case "g":
      document.all.g.style.backgroundColor = "transparent";
      document.all.gg.style.color = "white";
      break;
    case "h":
      document.all.h.style.backgroundColor = "transparent";
      document.all.hh.style.color = "white";
      break;
    case "i":
      document.all.i.style.backgroundColor = "transparent";
      document.all.ii.style.color = "white";
      break;
    case "j":
      document.all.j.style.backgroundColor = "transparent";
      document.all.jj.style.color = "white";
      break;
    case "k":
      document.all.k.style.backgroundColor = "transparent";
      document.all.kk.style.color = "white";
      break;
    case "l":
      document.all.l.style.backgroundColor = "transparent";
      document.all.ll.style.color = "white";
      break
	case "m":
      document.all.m.style.backgroundColor = "transparent";
      document.all.mm.style.color = "white";
      break
	case "x":
      document.all.x.style.backgroundColor = "transparent";
      document.all.xx.style.color = "white";
      break
    case "hh":
      document.all.x.style.backgroundColor = "transparent";
      document.all.xx.style.color = "white";
      break
          case "z":
      document.all.x.style.backgroundColor = "transparent";
      document.all.xx.style.color = "white";
      break

   }
  }
/*-------------------------------------------------------------------*/


