// JavaScript Document
function zeigeinfo(){
    info.style.visibility = 'visible';
}
function hideinfo(){
    info.style.visibility = 'hidden';
}

