// Bildladefunktion
if (document.images)
{
var diebilder = new Array ( "",
	"startseite",
	"mieten",
	"kaufen",
	"unternehmen",
	"kontakt",
	"impressum"
	    );

// Bildladefunktion
    hl = new Array();
    hh = new Array();

    for (zaehler in diebilder){
    hl[zaehler] = new Image();
    hl[zaehler].src = "pics/menue/"+diebilder[zaehler]+"_0.gif";
    hh[zaehler] = new Image();
    hh[zaehler].src = "pics/menue/"+diebilder[zaehler]+"_1.gif";
    }
// Ende Bildladefunktion
}




// Initvariablen
var alt;
var zeit;
var namealt;
var first;
var sec;
normal="IBDA - Immobilienbörse Darmstadt";						// window.default.status
NS4 = (document.layers) ? true : false;
IE4 = (document.all && !document.getElementById) ? true : false;
IE5 = (document.all && document.getElementById) ? true : false;
KON = (navigator.appName == "Konqueror") ? true : false;
OP = (navigator.appName == "Opera") ? true : false;
NS67 = (!document.all && document.getElementById) ? true : false;
DOM = (document.getElementById) ? true : false;
LAY = (document.layers) ? true : false;
// Ende Initvariablen



var aktuell;
aktuell=0;
anzahl=hh.length-1;


var nameneu;
var namealt;
namealt='b2';
// Bild Autauschfunktionen
function bildover(bild,nr)
  {
	if (document.images)
	{
	if (nr!=aktuell) {document.images[bild].src=hh[nr].src;}
   	}
  }

function bildout(bild,nr)
  {
  	if (document.images)
	{
	if (nr!=aktuell) {document.images[bild].src=hl[nr].src;}
   	}
  }



// Ende Bild Austauschfunktionen




