var libKML = "http://www.hubi.fi/lib/kirjastot.kml";
var libGeo;

function goLib(keywords) {
    var libFrameElement = document.getElementById("libFrame");
    libFrameElement.src = "http://www.helmet.fi/search*fin/X?SEARCH=" + keywords.replace(/ /,"+") + "&searchscope=9&Submit.x=0&Submit.y=0&m=&l=&b=&Da=&Db=";
    updateMediaTable(keywords);
}

function showLibs() {
    map.addOverlay(libGeo);
}

function hideLibs() {
    map.removeOverlay(libGeo);
}
