function skr(plats)
{
if (plats == "akt")document.writeln("29 Augusti 2003");
if (plats == "din")document.writeln("17 April 2005");
if (plats == "eft")document.writeln("17 april 2005");
if (plats == "und")document.writeln("22 December 2001");
if (plats == "vit")document.writeln("6 April 2003");
if (plats == "klar")document.writeln("1 Oktober 2005");
if (plats == "DL")document.writeln("28 April 2002");
}

function setVariables() {
  if (navigator.appName == "Netscape") {
    v=".top=";
    dS="document.";
    sD="";
    y="window.pageYOffset";
  }
  else {
    v=".pixelTop=";
    dS="";
    sD=".style";
    y="document.body.scrollTop";
  }
}

function checkLocation() {
  object="object1";
  yy=eval(y);
  eval(dS+object+sD+v+yy);
  setTimeout("checkLocation()",10);
}

function highlightButton(s) {
if ("INPUT"==event.srcElement.tagName)
event.srcElement.className=s
}






