function scramble()
{
  document.getElementById("auth_pwd").value = hex_md5(document.getElementById("auth_pwd").value);
  document.getElementById("js").value = "1";
}

function startJeti()
{
  var leftpos = (screen.availWidth - 200)-40;
  resiz = (navigator.appName=="Netscape") ? 0 : 1;
  F = window.open( "/applet/jeti.html", "jabber", "width=158, height=446, top=40, left="+leftpos+", directories=no,                    location=no, menubar=no, scroll=no, status=no, titlebar=no, toolbar=no, resizable="+resiz+"" );
}

