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 grossbild(id) {
 url="bildergalerie/grossansicht.php?id="+id;
 window.open(url,'Detailansicht','width=300, height=300, left=10, top=10')
}


function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features).focus();
}





