function goToKereses()
{
  document.form1.action = "index.asp"
  document.form1.submit();
}

function GoToDokValasztas()
{
  document.form1.action = "cegdokumentum.asp";  
  document.form1.submit();
}