   var OutColorsByLevel = Array( "#777777", "#777777", "#777777", "#777777", "#777777" );
   var OvrColorsByLevel = Array( "#000000", "#990033", "#990033", "#990033", "#990033" );


   function MTEvnt( evnt, el, from ) {
       if ( ! evnt ) {
           evnt = event;
       }

       if ( el ) {
           if ( evnt.type == 'click' ) {
                 document.forms[0].cmd.value =  from + ';' + el.id;
                 document.forms[0].submit();
           }
       }
   }
