/*
 * Dette er metodene som blir kjørt når man klikker på linkene i menyen
 * øverst på siden
 * 
 */

function drawMap(boeyid){ 
    document.location.href="draw.map?boey="+boeyid;
} 
function latestDataMap(){
    document.location.href="latestdata.map";
} 
function   searchMap(){
    document.location.href="search.map";
} 
function  imr(){
    document.location.href="http://www.imr.no";
} 
function marineData(){ 
    document.location.href="http://www.imr.no/aktiviteter/overvakning/marine_data";
}
function home(){
    document.location.href="/observasjonsboye";
}
