
function popup(fil)
{
  var h;
  var b;
  
  if (popup.arguments.length > 1)
  {
    b = popup.arguments[1];
    h = popup.arguments[2];
  }
  else
  {
    b = 500;
    h = 400;
  }
  window.open(fil, '','scrollbars=yes,width='+b+',height='+h);
}



function dr(dato)
{
  parent.dr(dato);
}

function drflytt(dato,flyttdato,utsnitt)
{
  parent.drflytt(dato,flyttdato,utsnitt);
}

function sistedr()
{
  parent.sistedr();
}

function hendelse(id)
{
  parent.hendelse(id);
}

function navgraf(dato)
{
  parent.navgraf(dato);
}

function fyllvtekst(tekst)
{
  parent.fyllvtekst(tekst);
}

function startMain()
{

}

function flyttgraftil(dato)
{
  parent.flyttgraftil(dato);
}

