godbrowser=0;
  function display(stuff) { window.status = stuff; }  


  godbrowser=1;

  boto1on  = new Image(107,115);
  boto1off = new Image(107,115);
  boto2on  = new Image(107,115);
  boto2off = new Image(107,115);
  boto2on  = new Image(107,115);
  boto2off = new Image(107,115);
  boto3on  = new Image(107,115);
  boto3off = new Image(107,115);
  boto4on  = new Image(107,115);
  boto4off = new Image(107,115);
  boto5on  = new Image(107,115);
  boto5off = new Image(107,115);
  boto6on  = new Image(107,115);
  boto6off = new Image(107,115);
  boto7on  = new Image(107,115);
  boto7off = new Image(107,115);
  boto8on  = new Image(107,115);
  boto8off = new Image(107,115);
  boto9on  = new Image(107,115);
  boto9off = new Image(107,115);
  boto10on  = new Image(107,115);
  boto10off = new Image(107,115);
  boto11on  = new Image(107,115);
  boto11off = new Image(107,115);
  boto12on  = new Image(107,115);
  boto12off = new Image(107,115);
  boto13on  = new Image(107,115);
  boto13off = new Image(107,115);
  boto91on  = new Image(107,115);
  boto91off = new Image(107,115);
  boto92on  = new Image(107,115);
  boto92off = new Image(107,115);
  boto81on  = new Image(107,115);
  boto81off = new Image(107,115);
  boto82on  = new Image(107,115);
  boto82off = new Image(107,115);
  boto0con  = new Image(107,115);
  boto0coff = new Image(107,115);
  boto0eon  = new Image(107,115);
  boto0eoff = new Image(107,115);



  boto1on.src  = 'img/off.jpg';
  boto1off.src = 'img/on.jpg';
  boto2on.src  = 'img/botons/bot1off_ct.gif';
  boto2off.src = 'img/botons/bot1on_ct.gif';
  boto3on.src  = 'img/botons/bot2off_ct.gif';
  boto3off.src = 'img/botons/bot2on_ct.gif';
  boto4on.src  = 'img/botons/bot3off_ct.gif';
  boto4off.src = 'img/botons/bot3on_ct.gif';
  boto5on.src  = 'img/botons/bot4off_ct.gif';
  boto5off.src = 'img/botons/bot4on_ct.gif';
  boto6on.src  = 'img/botons/bot5off_ct.gif';
  boto6off.src = 'img/botons/bot5on_ct.gif';
  boto7on.src  = 'img/botons/bot1off_eo.gif';
  boto7off.src = 'img/botons/bot1on_eo.gif';
  boto8on.src  = 'img/botons/bot2off_eo.gif';
  boto8off.src = 'img/botons/bot2on_eo.gif';
  boto9on.src  = 'img/botons/bot3off_eo.gif';
  boto9off.src = 'img/botons/bot3on_eo.gif';
  boto10on.src  = 'img/botons/bot4off_eo.gif';
  boto10off.src = 'img/botons/bot4on_eo.gif';
  boto11on.src  = 'img/botons/bot5off_eo.gif';
  boto11off.src = 'img/botons/bot5on_eo.gif';
  boto12on.src  = 'img/botons/bot6off_ct.gif';
  boto12off.src = 'img/botons/bot6on_ct.gif';
  boto13on.src  = 'img/botons/bot6off_eo.gif';
  boto13off.src = 'img/botons/bot6on_eo.gif';
  boto81on.src  = 'img/botons/bot7off_ct.gif';
  boto81off.src = 'img/botons/bot7on_ct.gif';  
  boto82on.src  = 'img/botons/bot8off_ct.gif';
  boto82off.src = 'img/botons/bot8on_ct.gif';
  boto91on.src  = 'img/botons/bot7off_eo.gif';
  boto91off.src = 'img/botons/bot7on_eo.gif';  
  boto92on.src  = 'img/botons/bot8off_eo.gif';
  boto92off.src = 'img/botons/bot8on_eo.gif';
  boto0con.src  = 'img/botons/bot0off_ct.gif';
  boto0coff.src = 'img/botons/bot0on_ct.gif';  
  boto0eon.src  = 'img/botons/bot0off_eo.gif';
  boto0eoff.src = 'img/botons/bot0on_eo.gif';


function HighLight(musboto){
    if (godbrowser)
    {
      botonavn = eval(musboto + "on");
      document [musboto].src = botonavn.src;
    }
  }
  function UndoHighLight(musboto){
    if (godbrowser)
    {
      botonavn = eval(musboto + "off");
      document [musboto].src = botonavn.src;
    }
   display('');
  }
