  // <!--
  function SetPassordType (nm)
  {   el = document.getElementById (nm);
      el.innerHTML = '<b><input id="quick_login_passwort" class="lastminute_haupttext1 quick_login_input" name="passwd" type="password" value="" /></b>';
      el = document.getElementById ('quick_login_passwort');
      el.focus;
  }

  function clear_element (el)
  {  el.value = '';
     el.defaultValue = '';
  }
  // -->

