<!--
      function showText(obj, name, txt, index) {

        if (index==1) {
        document.getElementById('prompt').style.background='url(/img/prompt_01.jpg) #0093dd 0 0 no-repeat';
        }
        if (index==2) {
        document.getElementById('prompt').style.background='url(/img/prompt_02.jpg) #ffa800 0 0 no-repeat';
        }
        if (index==3) {
        document.getElementById('prompt').style.background='url(/img/prompt_03.jpg) #3cc400 0 0 no-repeat';
        }
        var e = document.getElementById('dImageText');
          if (txt) {
            e.innerHTML = txt;
            } else {
            e.innerHTML = '&nbsp;';
            }
         return true;
        }

      function hideText(obj, name, txt) {

      /* document.getElementById('prompt').style.background='url(/img/prompt_01.jpg) #0093dd 0 0 no-repeat';

       /*   var e = document.getElementById('dImageText');

          if (txt) {
            e.innerHTML = txt;
            } else {
            e.innerHTML = '&nbsp;';
            }
        return true;*/
        }
      //-->
