Normal = new Image();
Normal.src = "img/button_l.gif";
Highlight = new Image();
Highlight.src = "img/button.gif";

function Bildwechsel(id,Bildobjekt,CSSclass) {
        document.images[id].src = Bildobjekt.src;
		/*document.getElementById(id).className = CSSclass;*/
}
/* ------------------------------------------------------------------------------------ */
Normalf = "menue";                      /* Standard-CSS-class */
Highlightf = "menue_hl";                     /* Highlight-CSS-class */

function Farbwechsel(CSSclass) {
 document.getElementById("hl").className = CSSclass;           /* In Text-Tag muss ID definiert werden! */
}

/* ------------------------------------------------------------------------------------ */
function fl() {
	if (top.frames.length == 0) top.location.href="../index.php";
}

function show () {
  if (document.getElementById)
    document.getElementById("box1").style.visibility = "visible";
}
function layerclose () {
  if (document.getElementById)
    document.getElementById("box1").style.visibility = "hidden";
}
function menuJump(targ,selObj,restore){
    eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");  //eval führt Operationen aus
    if (restore) {selObj.selectedIndex=0;}         //bei Aktualisieren Index=0, d.h. Element 0 wird ausgewählt
}
function newWindow(dateiN) {
 fenster = window.open("popup.html", dateiN, "width=520,height=415,scrollbars=no,top=100,left=200");
 fenster.focus();
}
function newWindow2(dateiN) {
 fenster = window.open("galerie/gross/galerie_reitling_"+dateiN+".jpg", "Bilder", "width=500,height=375,scrollbars=no,top=100,left=200");
 fenster.focus();
}
