function inFrame() {
  toWrite="";
  if (self == top) {
    toWrite="<p>Denna sida tillh&ouml;r ett frameset. Klicka p&aring; l&auml;nken. <a href=\"index.html\">Till startsidan</a></p>"
  }
  return toWrite;
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
