// JavaScript Document
var activ_link;
var activ_sublink;

function setColor(id) {
	document.getElementById(id).bgColor = '#c89349';
}
function restoreColor(id) {

	if (id != activ_link)
	{
		document.getElementById(id).bgColor = '#496fc2';
	}
}

function restoreSubColor(id) {

	if (id != activ_link)
	{
		document.getElementById(id).bgColor = '#6091e0';
	}
}

function goSite(id) 
{
	var url;
	if (activ_link != undefined)
	{
		//Hintergrundfarbe des vorherig aktiven Buttons zurück setzen
		document.getElementById(activ_link).bgColor = '#496fc2';
	}
	if (activ_sublink != undefined)
	{
		//Hintergrundfarbe des vorherig aktiven Buttons zurück setzen
		document.getElementById(activ_link).bgColor = '#6091e0';
	}
	//aktiv Button speichern
	activ_link = id;
	//alert(id);
	//aktiv Button hintergrundfarbe auf orange setzen
	//document.getElementById(id).bgColor = '#c89349';
	
	//Home
	if (activ_link == "button_home")
	{
		document.getElementById(activ_link).bgColor = '#c89349';
		url = "index.html";
	}
	if (activ_link == "pr_button_home")
	{
		document.getElementById(activ_link).bgColor = '#c89349';
		url = "../../index.html";
	}
	//____________________________________________________________________________________________________
	//Produkte
	else if (activ_link == "button_produkte" || activ_link == "button_klima")
	{
		activ_link = "button_klima";
		activ_sublink = activ_link;
		document.getElementById("button_klima").bgColor = '#c89349';
		url = "klimageraete.html";
	}
	else if (activ_link == "pr_button_produkte" || activ_link == "pr_button_klima")
	{
		activ_link = "button_klima";
		activ_sublink = activ_link;
		document.getElementById("button_klima").bgColor = '#c89349';
		url = "../../klimageraete.html";
	}
	//____________________________________________________________________________________________________
	else if (activ_link == "button_kuhl")
	{
		url = "kuehlmoebel.html";
		document.getElementById(activ_link).bgColor = '#c89349';
	}
	else if (activ_link == "pr_button_kuhl")
	{
		url = "../../kuehlmoebel.html";
		document.getElementById(activ_link).bgColor = '#c89349';
	}
	//____________________________________________________________________________________________________
	else if (activ_link == "button_waerme")
	{
		url = "waermepumpen.html";
		document.getElementById(activ_link).bgColor = '#c89349';
	}
	else if (activ_link == "pr_button_waerme")
	{
		url = "../../waermepumpen.html";
		document.getElementById(activ_link).bgColor = '#c89349';
	}
	//____________________________________________________________________________________________________
	else if (activ_link == "button_kondens")
	{
		url = "zubehor.html";
		document.getElementById(activ_link).bgColor = '#c89349';
	}
	else if (activ_link == "pr_button_kondens")
	{
		url = "../../zubehor.html";
		document.getElementById(activ_link).bgColor = '#c89349';
	}
	//____________________________________________________________________________________________________
	//Unternehmen
	else if (activ_link == "button_unternehmen" || activ_link == "button_produktion")
	{
		activ_link = "button_produktion";
		activ_sublink = activ_link;
		document.getElementById("button_produktion").bgColor = '#c89349';
		url = "uunternehmen.html";
	}
	else if (activ_link == "pr_button_unternehmen" || activ_link == "pr_button_produktion")
	{
		activ_link = "button_produktion";
		activ_sublink = activ_link;
		document.getElementById("button_produktion").bgColor = '#c89349';
		url = "../../uunternehmen.html";
	}
	//____________________________________________________________________________________________________
	else if (activ_link == "button_wGeschaeft")
	{
		url = "unternehmenwG.html";
		document.getElementById(activ_link).bgColor = '#c89349';
	}
	else if (activ_link == "pr_button_wGeschaeft")
	{
		url = "../../unternehmenwG.html";
		document.getElementById(activ_link).bgColor = '#c89349';
	}
	//____________________________________________________________________________________________________
	//Service
	else if (activ_link == "button_service" || activ_link == "button_kuhllast")
	{
		activ_link = "button_kuhllast";
		activ_sublink = activ_link;
		document.getElementById("button_kuhllast").bgColor = '#c89349';
		url = "kuhllast.html";
	}
	else if (activ_link == "pr_button_service" || activ_link == "pr_button_kuhllast")
	{
		activ_link = "button_kuhllast";
		activ_sublink = activ_link;
		document.getElementById("button_kuhllast").bgColor = '#c89349';
		url = "../../kuhllast.html";
	}
	//____________________________________________________________________________________________________
	else if (activ_link == "button_montage")
	{
		url = "montage.html";
		document.getElementById(activ_link).bgColor = '#c89349';
	}
	else if (activ_link == "pr_button_montage")
	{
		url = "../../montage.html";
		document.getElementById(activ_link).bgColor = '#c89349';
	}
	//____________________________________________________________________________________________________
	//Angebote
	else if (activ_link == "button_angebote")
	{
		url = "angebote.html";
		document.getElementById(activ_link).bgColor = '#c89349';
	}
	else if (activ_link == "pr_button_angebote")
	{
		url = "../../angebote.html";
		document.getElementById(activ_link).bgColor = '#c89349';
	}
	//____________________________________________________________________________________________________
	//Kontakt
	else if (activ_link == "button_kontakt")
	{
		url = "kontakt.html";
		document.getElementById(activ_link).bgColor = '#c89349';
	}
	else if (activ_link == "pr_button_kontakt")
	{
		url = "../../kontakt.html";
		document.getElementById(activ_link).bgColor = '#c89349';
	}
	//____________________________________________________________________________________________________
	//News/Presse
	else if (activ_link == "button_presse")
	{
		url = "wissenswertes.html";
		document.getElementById(activ_link).bgColor = '#c89349';
	}
	else if (activ_link == "pr_button_presse")
	{
		url = "../../wissenswertes.html";
		document.getElementById(activ_link).bgColor = '#c89349';
	}
	//____________________________________________________________________________________________________
	//News/Presse
	else if (activ_link == "button_recomSite")
	{
		url = "empfehlen.html";
		document.getElementById(activ_link).bgColor = '#c89349';
	}
	else if (activ_link == "pr_button_recomSite")
	{
		url = "../../empfehlen.html";
		document.getElementById(activ_link).bgColor = '#c89349';
	}
		
	//document.getElementById("_self").src = url;	
	location.href = url;
	
}

