
var ns = (document.layers) ? true : false; 
var ie = (document.all) ? true : false;
//var mz = (!(document.layers) && !(document.all)) ? true : false; //Mozilla

var mz = (document.getElementById && (window.innerWidth > 0)) ? true : false; //Mozilla/Opera
if(mz) ie = false;


finan_n = new Image();				finan_n.src = "img/index_b_finan_00.jpg";
finan_h = new Image();				finan_h.src = "img/index_b_finan_01.jpg";
grund_n = new Image();				grund_n.src = "img/index_b_grund_00.jpg";
grund_h = new Image();				grund_h.src = "img/index_b_grund_01.jpg";
vermo_n = new Image();				vermo_n.src = "img/index_b_vermo_00.jpg";
vermo_h = new Image();				vermo_h.src = "img/index_b_vermo_01.jpg";
b_kontakt_n = new Image();			b_kontakt_n.src = "img/button/kont_00.gif";
b_kontakt_h = new Image();			b_kontakt_h.src = "img/button/kont_10.gif";
b_impressum_n = new Image();		b_impressum_n.src = "img/button/impr_00.gif";
b_impressum_h = new Image();		b_impressum_h.src = "img/button/impr_10.gif";
b_agb_n = new Image();				b_agb_n.src = "img/button/agbs_00.gif";
b_agb_h = new Image();				b_agb_h.src = "img/button/agbs_10.gif";
b_grund_n = new Image();			b_grund_n.src = "img/button/grun_00.gif";
b_grund_h = new Image();			b_grund_h.src = "img/button/grun_10.gif";
b_vermoegen_n = new Image();		b_vermoegen_n.src = "img/button/verm_00.gif";
b_vermoegen_h = new Image();		b_vermoegen_h.src = "img/button/verm_10.gif";
b_finanz_n = new Image();			b_finanz_n.src = "img/button/fina_00.gif";
b_finanz_h = new Image();			b_finanz_h.src = "img/button/fina_10.gif";

function Bildwechsel(welches,Bildobjekt) {
	window.document.images[welches].src = Bildobjekt.src;
}




function popup(breite, hoehe, ziel){
	winpopup = window.open(ziel,"Fenster1","width="+breite+",height="+hoehe+",scrollbars=yes");
}

function CheckInputImmo() {
	if(document.immobilen.Name.value == "") { // prüft, ob etwas im Feld name steht
		alert("Bitte geben Sie Ihren Namen an.");
		document.immobilen.Name.focus();
     	return false;
	}
	if(document.immobilen.email.value == "") {// prüft, ob etwas im Feld email steht
		alert("Bitte geben Sie Ihre E-Mail-Adresse an.");
		document.immobilen.email.focus();
		return false;
	}
}

function CheckInputBau() {
	if(document.baugrundstueck.Name.value == "") { // prüft, ob etwas im Feld name steht
		alert("Bitte geben Sie Ihren Namen an.");
		document.baugrundstueck.Name.focus();
     	return false;
	}
	if(document.baugrundstueck.email.value == "") {// prüft, ob etwas im Feld email steht
		alert("Bitte geben Sie Ihre E-Mail-Adresse an.");
		document.baugrundstueck.email.focus();
		return false;
	}
}


function CheckInputAuskunft() {
	if(document.auskunft.Name.value == "") { // prüft, ob etwas im Feld name steht
		alert("Bitte geben Sie Ihren Namen an.");
		document.auskunft.Name.focus();
     	return false;
	}
	if(document.auskunft.email.value == "") {// prüft, ob etwas im Feld email steht
		alert("Bitte geben Sie Ihre E-Mail-Adresse an.");
		document.auskunft.email.focus();
		return false;
	}
}

