function oc__keres(x) {
  x.submit();
  return;
}
function oc__ballapoz(x) {
  x.lap.value--;
  x.submit();
  return;
}
function oc__jobblapoz(x) {
  x.lap.value++;
  x.submit();
  return;
}
function oc__dbvalt(x,ertek) {
  x.dbperlap.value=ertek;
  x.submit();
  return;
}
function oc__oldal(x,ertek) {
  x.lap.value=ertek;
  x.submit();
  return;
}
function oc__selectal(mezo,valtozo)
{
  for (var cv=0; cv<mezo.length; cv++)
  {
    if (mezo.options[cv].value==valtozo) {
      mezo.options[cv].selected=true;
    }
  }
  return(true);  
}

function oc__dw(x) {
  document.writeln(x);
}
