function inside(obj, bgc, tlc) {
 obj.style.backgroundColor = "#"+bgc;
 obj.style.color = "#"+tlc;
}

function outside(obj, bgc, tlc) {
 obj.style.backgroundColor = "#"+bgc;
 obj.style.color = "#"+tlc;
}

function neuFenster(url) {
 window.open(url,'Detailansicht','width=356, height=457, left=50, top=50, scrollbars=yes')
}

function showkarte(url) {
 window.open(url,"Anfahrt","width=530, height=570, scrollbars=no");
}


function grossbild(id) {
 url="bildergalerie/grossansicht.php?id="+id;
 window.open(url,'Detailansicht','width=300, height=300, left=10, top=10')
}


