function closeimp() {
$("#impressum").hide(); 
}
function showimp() {
$("#impressum").show(); 
}

