// JavaScript Document
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function prehashuj(form)
  {
  form.heslo.value=hex_md5(form.heslo.value);
  form.hash.value='ano';
  return true;
  }

