function show (a)
      {
       eval (doc_type + a + z + '.background = "#FFFEB3";');
      }  

function hide ()
      {
        for (i=0; i<arguments.length; i++)
           {
            eval (doc_type + arguments[i] + z + '.background = "none"');
           }
      }

