function PreLoader() {
mmu1off = new Image;
mmu1off.src = "/img/de/mmu.suche.gif";
mmu1on = new Image;
mmu1on.src = "/img/de/mmu.suche.on.gif";
mmu2off = new Image;
mmu2off.src = "/img/de/mmu.informationen.gif";
mmu2on = new Image;
mmu3on.src = "/img/de/mmu.informationen.on.gif";
mmu3off = new Image;
mmu3off.src = "/img/de/mmu.hilfe.gif";
mmu3on = new Image;
mmu31on.src = "/img/de/mmu.hilfe.on.gif";
mmu4off = new Image;
mmu4off.src = "/img/de/mmu.kontakt.gif";
mmu4on = new Image;
mmu4on.src = "/img/de/mmu.kontakt.on.gif";
mmu5off = new Image;
mmu5off.src = "/img/de/mmu.anbieterbereich.gif";
mmu5on = new Image;
mmu5on.src = "/img/de/mmu.anbieterbereich.on.gif";
}

function mmuact(imgName) {
	imgOn="/img/de/mmu."+imgName+".on.gif";
	document [imgName].src=imgOn;
}
function mmuinact(imgName) {
	imgOff="/img/de/mmu."+imgName+".gif";
	document [imgName].src=imgOff;
}

function SwitchGeo(ind,sl,lnd)
{
	if(ind)
	{
		document.suche1.sloc1.checked = true;
		document.suche1.sdst.disabled = false;
		document.suche1.splz.disabled = false;
		document.suche1.sloc1.disabled = false;
		document.suche1.splz.style.backgroundColor = "#FFFFFF";
		document.suche1.sdst.style.backgroundColor = "#FFFFFF";
	}
	else
	{
		document.suche1.sdst.disabled = true;
		document.suche1.splz.disabled = true;
		document.suche1.splz.style.backgroundColor= "#EFEFEF";
		document.suche1.sdst.style.backgroundColor= "#EFEFEF";
		
		if(sl == 1)
		{
			var deflnd = "sloc"+lnd;
			document.suche1 [deflnd].checked = true;
			document.suche1.sloc1.disabled = true;
		}
	}
}

function ChangeCheckboxCount()
{
	var cnt = 0;
	for(i=1;i<=30;i++)
	{
		var tmpchk = "chk"+i;
		
		if(window.document.anfrage [tmpchk])
		{
			if(window.document.anfrage [tmpchk].checked == true )
				cnt++;
		}
	}
	
	if(cnt == 0)
		var newtxt = "Für eine Kontaktanfrage\nzuerst Anbieter markieren";
	else if(cnt == 1)
		var newtxt = "Jetzt dem markierten Anbieter\neine Kontaktanfrage senden";
	else
		var newtxt = "Jetzt den markierten "+cnt+" Anbietern\neine Kontaktanfrage senden";
	
	document.anfragebutton1.sanf1.value = newtxt;
	
	if(document.anfragebutton3)
		document.anfragebutton3.sanf3.value = newtxt;

}

function AnfrageSubmit()
{
	window.open('about:blank','Kontakt','alwaysRaised=1,dependent=0,width=490,height=500,location=no,menubar=0,personalbar=0,scrollbars=yes,status=0,toolbar=0,resizable=1');
	document.anfrage.submit();
}




