//base = "http://www.makab.se/index.html"
//base = "file:///E|/makab/Internet/index.html"
base = "http://www.makab.se/display.asp"
//base = "http://andreas/makab/display.asp"


checkFrames()


function checkFrames() {
  if (top.frames.length != 2) {
    top.document.location.href = base + "?page=" + document.location.href 
  }
}



// Depreicated
function updateButtons(index) {}
