function OnPrintPost()
{
	var values = SerializeUTF8(document.postData, "");
	var address = "wp-content/plugins/vhNaNuToolkit/vhNaNuToolkitPDF.php?"+values;
	
	window.open(address, "EnergieComfortHaus", "width=600,height=800");
}

function OnSavePost()
{
	if (!CheckPost())
		return;
		
	var retValue = SaveFormUTF8(document.postData, "wp-content/plugins/vhNaNuToolkit/savePost.php");
	
	switch (retValue.substr(0, 9))
	{
		case '?page_id=':
		{
			document.getElementById('postData').style.display = "none";
			document.getElementById('brDraftMessage').style.display = "inline";
			//alert(document.getElementById("brDraftMessage").value);
			break;
		}
		default:
		{
			location.replace(retValue);
			break;
		}
	}
}

function CheckPost()
{
	var bResult = true;
	var sColor = "orange";
	
	if (!document.getElementById("brAbout").value)
	{
		bResult = false;
	}
	
	/*
	if (!document.getElementById("brAuthorName").value)
	{
		bResult = false;
	}
	
	if (!document.getElementById("brAuthorEmail").value)
	{
		bResult = false;
	}
	else
	{
		if (!ValidateEmail(document.getElementById("brAuthorEmail").value))
		{
			bResult = false;
		}
	}
	*/
	
	return bResult;
}

function ValidateEmail(emailStr)
{
	var checkTLD=1;
	var knownDomsPat=/^(com|net|org|edu|int|mil|gov|arpa|biz|aero|name|coop|info|pro|museum)$/;
	var emailPat=/^(.+)@(.+)$/;
	var specialChars="\\(\\)><@,;:\\\\\\\"\\.\\[\\]";
	var validChars="\[^\\s" + specialChars + "\]";
	var quotedUser="(\"[^\"]*\")";
	var ipDomainPat=/^\[(\d{1,3})\.(\d{1,3})\.(\d{1,3})\.(\d{1,3})\]$/;
	var atom=validChars + '+';
	var word="(" + atom + "|" + quotedUser + ")";
	var userPat=new RegExp("^" + word + "(\\." + word + ")*$");
	var domainPat=new RegExp("^" + atom + "(\\." + atom +")*$");
	var matchArray=emailStr.match(emailPat);
	
	if (matchArray==null) 
	{
		return false;
	}
	
	var user=matchArray[1];
	var domain=matchArray[2];
	
	for (i=0; i<user.length; i++) 
	{
		if (user.charCodeAt(i)>127) 
		{
			return false;
		}
	}
	
	for (i=0; i<domain.length; i++) 
	{
		if (domain.charCodeAt(i)>127) 
		{
			return false;
		}
	}
	
	if (user.match(userPat)==null) 
	{
		return false;
	}
	
	var IPArray=domain.match(ipDomainPat);
	
	if (IPArray!=null) 
	{
		for (var i=1;i<=4;i++) 
		{
			if (IPArray[i]>255) 
			{
				return false;
			}
		}
		return true;
	}
	
	var atomPat=new RegExp("^" + atom + "$");
	var domArr=domain.split(".");
	var len=domArr.length;
	
	for (i=0;i<len;i++) 
	{
		if (domArr[i].search(atomPat)==-1) 
		{
			return false;
		}
	}
	
	if (checkTLD && domArr[domArr.length-1].length!=2 && 
	domArr[domArr.length-1].search(knownDomsPat)==-1) 
	{
		return false;
	}
	
	if (len<2) 
	{
		return false;
	}
	
	return true;
}

function MM_effectBlind(targetElement, duration, from, to, toggle)
{
	Spry.Effect.DoBlind(targetElement, {duration: duration, from: from, to: to, toggle: toggle});
}
function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}
// Variable für aktuell angezeigtes Menü
var	faesser1 = null;

function ShowFaesser1(id)
{
	// das Objekt für das neue Menü identifizieren
	var newFaesser1 = document.getElementById(id);

	// prüfen, ob das Menü identifiziert werden konnte
	if (!newFaesser1)
		return;

	// prüfen, ob ein aktuelles Menü vorhanden ist, wenn ja: ausblenden
	if (faesser1)
		faesser1.style.display = "none";
		
	// neues Menü anzeigen
	newFaesser1.style.display = "inline";

	// neues Menü als aktuelles Menü setzen
	faesser1 = newFaesser1;
}

// Variable für aktuell angezeigtes Menü
var	hilfeausgabe = null;

function ShowHilfeausgabe(id)
{
	// das Objekt für das neue Menü identifizieren
	var newHilfeausgabe = document.getElementById(id);

	// prüfen, ob das Menü identifiziert werden konnte
	if (!newHilfeausgabe)
		return;

	// prüfen, ob ein aktuelles Menü vorhanden ist, wenn ja: ausblenden
	if (hilfeausgabe)
		hilfeausgabe.style.display = "none";
		
	// neues Menü anzeigen
	newHilfeausgabe.style.display = "inline";

	// neues Menü als aktuelles Menü setzen
	hilfeausgabe = newHilfeausgabe;
}
var	menu3 = null;

function ShowMenu3(id)
{
	// das Objekt für das neue Menü identifizieren
	var newMenu3 = document.getElementById(id);

	// prüfen, ob das Menü identifiziert werden konnte
	if (!newMenu3)
		return;

	// prüfen, ob ein aktuelles Menü vorhanden ist, wenn ja: ausblenden
	if (menu3)
		menu3.style.display = "none";
		
	// neues Menü anzeigen
	newMenu3.style.display = "inline";

	// neues Menü als aktuelles Menü setzen
	menu3 = newMenu3;
}
// Variable für aktuell angezeigtes Menü
var	menu2 = null;

function ShowMenu2(id)
{
	// das Objekt für das neue Menü identifizieren
	var newMenu2 = document.getElementById(id);

	// prüfen, ob das Menü identifiziert werden konnte
	if (!newMenu2)
	{
		alert("HELLO");
		return;
	}
	
	// prüfen, ob ein aktuelles Menü vorhanden ist, wenn ja: ausblenden
	if (menu2)
		menu2.style.display = "none";

	// neues Menü anzeigen
	newMenu2.style.display = "inline";

	// neues Menü als aktuelles Menü setzen
	menu2 = newMenu2;
}
// Variable für aktuell angezeigtes Menü
var	menu1_1 = null;

function ShowMenu1_1(id)
{
	// das Objekt für das neue Menü identifizieren
	var newMenu1_1 = document.getElementById(id);

	// prüfen, ob das Menü identifiziert werden konnte
	if (!newMenu1_1)
		return;

	// neues Menü anzeigen
	newMenu1_1.style.display = "inline";

	// neues Menü als aktuelles Menü setzen
	switch (document.getElementById('nanu_haus').value)
	{
		case '1':
		{
			document.getElementById('austausch').src = 'wp-content/plugins/vhNaNuToolkit/grafik/haeuser/strunz_mittel.png';
			break;
		}
		case '2':
		{
			document.getElementById('austausch').src = 'wp-content/plugins/vhNaNuToolkit/grafik/haeuser/schalk-gerken_mittel.png';
			break;
		}
		case '3':
		{
			document.getElementById('austausch').src = 'wp-content/plugins/vhNaNuToolkit/grafik/haeuser/dieterichs_mittel.png';
			break;
		}
	}
	
	menu1_1 = newMenu1_1;
}

var	menu1 = null;

function ShowMenu1(id)
{
	// das Objekt für das neue Menü identifizieren
	var newMenu1 = document.getElementById(id);

	// prüfen, ob das Menü identifiziert werden konnte
	if (!newMenu1)
		return;

	// prüfen, ob ein aktuelles Menü vorhanden ist, wenn ja: ausblenden
	if (menu1)
		menu1.style.display = "none";

	// neues Menü anzeigen
	newMenu1.style.display = "inline";

	// neues Menü als aktuelles Menü setzen
	switch (document.getElementById('nanu_haus').value)
	{
		case '1':
		{
			document.getElementById('austausch').src = 'wp-content/plugins/vhNaNuToolkit/grafik/haeuser/strunz_mittel.png';
			break;
		}
		case '2':
		{
			document.getElementById('austausch').src = 'wp-content/plugins/vhNaNuToolkit/grafik/haeuser/schalk-gerken_mittel.png';
			break;
		}
		case '3':
		{
			document.getElementById('austausch').src = 'wp-content/plugins/vhNaNuToolkit/grafik/haeuser/dieterichs_mittel.png';
			break;
		}
	}
	
	menu1 = newMenu1;
}

// Variable für aktuell angezeigtes Menü
var	hausteiler = null;

function ShowHausteiler(id)
{
	// das Objekt für das neue Menü identifizieren
	var newHausteiler = document.getElementById(id);

	// prüfen, ob das Menü identifiziert werden konnte
	if (!newHausteiler)
		return;

	// prüfen, ob ein aktuelles Menü vorhanden ist, wenn ja: ausblenden
	HideHausteiler();

	// neues Menü anzeigen
	newHausteiler.style.display = "inline";

	// neues Menü als aktuelles Menü setzen
	hausteiler = newHausteiler;
}

function HideHausteiler()
{
	if (hausteiler)
		hausteiler.style.display = "none";
}

var	grundrissteiler = null;

function ShowGrundrissteiler(id)
{
	// das Objekt für das neue Menü identifizieren
	var newGrundrissteiler = document.getElementById(id);

	// prüfen, ob das Menü identifiziert werden konnte
	if (!newGrundrissteiler)
		return;

	// prüfen, ob ein aktuelles Menü vorhanden ist, wenn ja: ausblenden
	if (grundrissteiler)
		grundrissteiler.style.display = "none";

	// neues Menü anzeigen
	newGrundrissteiler.style.display = "inline";

	// neues Menü als aktuelles Menü setzen
	grundrissteiler = newGrundrissteiler;
}

var	grundriss_schalkgerken = null;

function ShowGrundriss_Schalkgerken(id)
{
	// das Objekt für das neue Menü identifizieren
	var newGrundriss_Schalkgerken = document.getElementById(id);

	// prüfen, ob das Menü identifiziert werden konnte
	if (!newGrundriss_Schalkgerken)
		return;

	// prüfen, ob ein aktuelles Menü vorhanden ist, wenn ja: ausblenden
	if (grundriss_schalkgerken)
		grundriss_schalkgerken.style.display = "none";

	// neues Menü anzeigen
	newGrundriss_Schalkgerken.style.display = "inline";

	// neues Menü als aktuelles Menü setzen
	grundriss_schalkgerken = newGrundriss_Schalkgerken;
}

var	grundriss_strunz = null;

function ShowGrundriss_Strunz(id)
{
	// das Objekt für das neue Menü identifizieren
	var newGrundriss_Strunz = document.getElementById(id);

	// prüfen, ob das Menü identifiziert werden konnte
	if (!newGrundriss_Strunz)
		return;

	// prüfen, ob ein aktuelles Menü vorhanden ist, wenn ja: ausblenden
	if (grundriss_strunz)
		grundriss_strunz.style.display = "none";

	// neues Menü anzeigen
	newGrundriss_Strunz.style.display = "inline";

	// neues Menü als aktuelles Menü setzen
	grundriss_strunz = newGrundriss_Strunz;
}

var	grundriss_dieterichs = null;

function ShowGrundriss_Dieterichs(id)
{
	// das Objekt für das neue Menü identifizieren
	var newGrundriss_Dieterichs = document.getElementById(id);

	// prüfen, ob das Menü identifiziert werden konnte
	if (!newGrundriss_Dieterichs)
		return;

	// prüfen, ob ein aktuelles Menü vorhanden ist, wenn ja: ausblenden
	if (grundriss_dieterichs)
		grundriss_dieterichs.style.display = "none";

	// neues Menü anzeigen
	newGrundriss_Dieterichs.style.display = "inline";

	// neues Menü als aktuelles Menü setzen
	grundriss_dieterichs = newGrundriss_Dieterichs;
}

var	right = null;

function ShowRight(id)
{
	// das Objekt für das neue Menü identifizieren
	var newRight = document.getElementById(id);

	// prüfen, ob das Menü identifiziert werden konnte
	if (!newRight)
		return;

	// prüfen, ob ein aktuelles Menü vorhanden ist, wenn ja: ausblenden
	HideRight();
	
	// neues Menü anzeigen
	newRight.style.display = "inline";

	// neues Menü als aktuelles Menü setzen
	right = newRight;
}

function HideRight()
{
	if (right)
		right.style.display = "none";
}

var	einst_standard = null;

function ShowEinst_Standard(id)
{
	// das Objekt für das neue Menü identifizieren
	var newEinst_Standard = document.getElementById(id);

	// prüfen, ob das Menü identifiziert werden konnte
	if (!newEinst_Standard)
		return;

	// prüfen, ob ein aktuelles Menü vorhanden ist, wenn ja: ausblenden
	if (einst_standard)
		einst_standard.style.display = "none";

	// neues Menü anzeigen
	newEinst_Standard.style.display = "inline";

	// neues Menü als aktuelles Menü setzen
	einst_standard = newEinst_Standard;
}

var	einst_daemmstoff = null;

function ShowEinst_Daemmstoff(id)
{
	// das Objekt für das neue Menü identifizieren
	var newEinst_Daemmstoff = document.getElementById(id);

	// prüfen, ob das Menü identifiziert werden konnte
	if (!newEinst_Daemmstoff)
		return;

	// prüfen, ob ein aktuelles Menü vorhanden ist, wenn ja: ausblenden
	if (einst_daemmstoff)
		einst_daemmstoff.style.display = "none";

	// neues Menü anzeigen
	newEinst_Daemmstoff.style.display = "inline";

	// neues Menü als aktuelles Menü setzen
	einst_daemmstoff = newEinst_Daemmstoff;
}

var	einst_waermequelle = null;

function ShowEinst_Waermequelle(id)
{
	// das Objekt für das neue Menü identifizieren
	var newEinst_Waermequelle = document.getElementById(id);

	// prüfen, ob das Menü identifiziert werden konnte
	if (!newEinst_Waermequelle)
		return;

	// prüfen, ob ein aktuelles Menü vorhanden ist, wenn ja: ausblenden
	if (einst_waermequelle)

		einst_waermequelle.style.display = "none";

	// neues Menü anzeigen
	newEinst_Waermequelle.style.display = "inline";

	// neues Menü als aktuelles Menü setzen
	einst_waermequelle = newEinst_Waermequelle;
}

var	einst_lueftungsanlage = null;

function ShowEinst_Lueftungsanlage(id)
{
	// das Objekt für das neue Menü identifizieren
	var newEinst_Lueftungsanlage = document.getElementById(id);

	// prüfen, ob das Menü identifiziert werden konnte
	if (!newEinst_Lueftungsanlage)
		return;

	// prüfen, ob ein aktuelles Menü vorhanden ist, wenn ja: ausblenden
	if (einst_lueftungsanlage)
		einst_lueftungsanlage.style.display = "none";

	// neues Menü anzeigen
	newEinst_Lueftungsanlage.style.display = "inline";

	// neues Menü als aktuelles Menü setzen
	einst_lueftungsanlage = newEinst_Lueftungsanlage;
}

var	einst_solaranlage = null;

function ShowEinst_Solaranlage(id)
{
	// das Objekt für das neue Menü identifizieren
	var newEinst_Solaranlage = document.getElementById(id);

	// prüfen, ob das Menü identifiziert werden konnte
	if (!newEinst_Solaranlage)
		return;

	// prüfen, ob ein aktuelles Menü vorhanden ist, wenn ja: ausblenden
	if (einst_solaranlage)
		einst_solaranlage.style.display = "none";

	// neues Menü anzeigen
	newEinst_Solaranlage.style.display = "inline";

	// neues Menü als aktuelles Menü setzen
	einst_solaranlage = newEinst_Solaranlage;
}

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function OnClick_haus(haustyp)
{
	document.getElementById('nanu_haus').value=haustyp;
	
	switch (haustyp)
	{
		case '4':
		{
			document.getElementById('satteldach').style.padding = "0px";
			document.getElementById('pultdach').style.padding = "0px";
			document.getElementById('versdach').style.padding = "0px";
			MM_swapImage('austausch','','wp-content/plugins/vhNaNuToolkit/grafik/haeuser/hauserstansicht.png',1);
			
			break;
		}
		case '1':
		{
			ShowHausteiler('haus_strunz'); 
			ShowRight('hausansicht'); 
			document.getElementById('div_schritt11_ja').style.display = "inline";
			document.getElementById('div_schritt11_nein').style.display = "none";
			document.getElementById('satteldach').style.padding = "2px";
			document.getElementById('pultdach').style.padding = "0px";
			document.getElementById('versdach').style.padding = "0px";
			ShowGrundrissteiler('grundriss_strunz'); 
			ShowGrundriss_Strunz('grundriss_strunz_s');  
			MM_swapImage('austausch','','wp-content/plugins/vhNaNuToolkit/grafik/haeuser/strunz_mittel.png',1);
			
			break;
		}
		case '2':
		{
			ShowHausteiler('haus_schalkgerken'); 
			ShowRight('hausansicht'); 
			document.getElementById('div_schritt11_ja').style.display = "inline";
			document.getElementById('div_schritt11_nein').style.display = "none";
			document.getElementById('satteldach').style.padding = "0px";
			document.getElementById('pultdach').style.padding = "2px";
			document.getElementById('versdach').style.padding = "0px";
			ShowGrundrissteiler('grundriss_schalkgerken'); 
			ShowGrundriss_Schalkgerken('grundriss_schalkgerken_s');
			MM_swapImage('austausch','','wp-content/plugins/vhNaNuToolkit/grafik/haeuser/schalk-gerken_mittel.png',1);
			
			break;
		}
		case '3':
		{
			ShowHausteiler('haus_dieterichs');
			ShowRight('hausansicht'); 
			document.getElementById('div_schritt11_ja').style.display = "inline";
			document.getElementById('div_schritt11_nein').style.display = "none";
			document.getElementById('satteldach').style.padding = "0px";
			document.getElementById('pultdach').style.padding = "0px";
			document.getElementById('versdach').style.padding = "2px";
			ShowGrundrissteiler('grundriss_dieterichs');
			ShowGrundriss_Dieterichs('grundriss_dieterichs_s');  
			MM_swapImage('austausch','','wp-content/plugins/vhNaNuToolkit/grafik/haeuser/dieterichs_mittel.png',1);
			
			break;
		}
	}
	
	calculation();
}

function OnClick_Daemmung(value)
{
	document.getElementById('nanu_daemmstandard').value=value;
	
	switch (value)
	{
		case '4':
		{
			document.getElementById('enev').style.padding = "0px";
			document.getElementById('kfw').style.padding = "0px";
			document.getElementById('passiv').style.padding = "0px";
			
			break;
		}
		case '1':
		{
			document.getElementById('enev').style.padding = "2px";
			document.getElementById('kfw').style.padding = "0px";
			document.getElementById('passiv').style.padding = "0px";
			document.getElementById('div_schritt121_ja').style.display = "inline";
			document.getElementById('div_schritt121_nein').style.display = "none";
			MM_swapImage('verbrauch','','wp-content/plugins/vhNaNuToolkit/grafik/hg_site/drei_faesser.gif',1);
			ShowEinst_Standard('einst_enev');
			ShowFaesser1('faesser2');
			MM_swapImage('enev','','wp-content/plugins/vhNaNuToolkit/grafik/icons/standard/standard/Icon_enev1.png',1);
			
			break;
		}
		case '2':
		{
			document.getElementById('enev').style.padding = "0px";
			document.getElementById('kfw').style.padding = "2px";
			document.getElementById('passiv').style.padding = "0px";
			document.getElementById('div_schritt121_ja').style.display = "inline";
			document.getElementById('div_schritt121_nein').style.display = "none";
			MM_swapImage('verbrauch','','wp-content/plugins/vhNaNuToolkit/grafik/hg_site/zwei_faesser.gif',1);
			ShowEinst_Standard('einst_kfw40');
			ShowFaesser1('faesser2');
			MM_swapImage('kfw','','wp-content/plugins/vhNaNuToolkit/grafik/icons/standard/standard/Icon_kfw401.png',1);
			
			break;
		}
		case '3':
		{
			document.getElementById('enev').style.padding = "0px";
			document.getElementById('kfw').style.padding = "0px";
			document.getElementById('passiv').style.padding = "2px";
			document.getElementById('div_schritt121_ja').style.display = "inline";
			document.getElementById('div_schritt121_nein').style.display = "none";
			MM_swapImage('verbrauch','','wp-content/plugins/vhNaNuToolkit/grafik/hg_site/ein_faesser.gif',1);
			ShowEinst_Standard('einst_passiv');
			ShowFaesser1('faesser2');
			MM_swapImage('passiv','','wp-content/plugins/vhNaNuToolkit/grafik/icons/standard/standard/Icon_passiv1.png',1);
			
			if (document.getElementById('nanu_luft').value != 3)
			{
				alert(unescape("In einem Passivhaus ist die L%FCftungsanlage mit W%E4rmegr%FCckgewinnung vorgeschrieben.%0AIhre Planung wurde entsprechend angepasst."));
				OnClick_luft('3');
			}
			
			break;
		}
	}
	
	calculation();
}

function OnMouseOver_Daemmung_enev()
{
	ShowHilfeausgabe('hilfe_enev');
	MM_swapImage('enev','','wp-content/plugins/vhNaNuToolkit/grafik/icons/standard/standard/Icon_enev1.png',1);
}

function OnMouseOut_Daemmung_enev()
{
	MM_swapImgRestore('enev','','wp-content/plugins/vhNaNuToolkit/grafik/icons/standard/standard/Icon_enev.png',0);
}

function OnMouseOver_Daemmung_kfw40()
{
	ShowHilfeausgabe('hilfe_kfw40');
	MM_swapImage('kfw','','wp-content/plugins/vhNaNuToolkit/grafik/icons/standard/standard/Icon_kfw401.png',1);
}

function OnMouseOut_Daemmung_kfw40()
{
	MM_swapImgRestore('kfw','','wp-content/plugins/vhNaNuToolkit/grafik/icons/standard/standard/Icon_kfw40.png',0);
}

function OnMouseOver_Daemmung_passiv()
{
	ShowHilfeausgabe('hilfe_passiv');
	MM_swapImage('passiv','','wp-content/plugins/vhNaNuToolkit/grafik/icons/standard/standard/Icon_passiv1.png',1);
}

function OnMouseOut_Daemmung_passiv()
{
	MM_swapImgRestore('passiv','','wp-content/plugins/vhNaNuToolkit/grafik/icons/standard/standard/Icon_passiv1.png',0);
}

function OnClick_Ausrichtung(value)
{
	document.getElementById('nanu_ausrichtung').value=value;
	document.getElementById('div_schritt171_ja').style.display = "inline";
	document.getElementById('div_schritt171_nein').style.display = "none";
	
	switch (value)
	{
		case '1':
		{
			document.getElementById('nord').style.padding = "2px";
			document.getElementById('west').style.padding = "0px";
			document.getElementById('suedwest').style.padding = "0px";
			document.getElementById('sued-suedwest').style.padding = "0px";
			document.getElementById('Sued').style.padding = "0px";
			document.getElementById('sued-suedost').style.padding = "0px";
			document.getElementById('suedost').style.padding = "0px";
			document.getElementById('ost').style.padding = "0px";
			ShowGrundriss_Strunz('grundriss_strunz_n'); 
			ShowGrundriss_Dieterichs('grundriss_dieterichs_n'); 
			ShowGrundriss_Schalkgerken('grundriss_schalkgerken_n');
			break;
		}
		case '2':
		{
			document.getElementById('nord').style.padding = "0px";
			document.getElementById('west').style.padding = "2px";
			document.getElementById('suedwest').style.padding = "0px";
			document.getElementById('sued-suedwest').style.padding = "0px";
			document.getElementById('Sued').style.padding = "0px";
			document.getElementById('sued-suedost').style.padding = "0px";
			document.getElementById('suedost').style.padding = "0px";
			document.getElementById('ost').style.padding = "0px";
			ShowGrundriss_Strunz('grundriss_strunz_w'); 
			ShowGrundriss_Dieterichs('grundriss_dieterichs_w'); 
			ShowGrundriss_Schalkgerken('grundriss_schalkgerken_w');
			break;
		}
		case '3':
		{
			document.getElementById('nord').style.padding = "0px";
			document.getElementById('west').style.padding = "0px";
			document.getElementById('suedwest').style.padding = "2px";
			document.getElementById('sued-suedwest').style.padding = "0px";
			document.getElementById('Sued').style.padding = "0px";
			document.getElementById('sued-suedost').style.padding = "0px";
			document.getElementById('suedost').style.padding = "0px";
			document.getElementById('ost').style.padding = "0px";
			ShowGrundriss_Strunz('grundriss_strunz_sw'); 
			ShowGrundriss_Dieterichs('grundriss_dieterichs_sw'); 
			ShowGrundriss_Schalkgerken('grundriss_schalkgerken_sw');
			break;
		}
		case '4':
		{
			document.getElementById('nord').style.padding = "0px";
			document.getElementById('west').style.padding = "0px";
			document.getElementById('suedwest').style.padding = "0px";
			document.getElementById('sued-suedwest').style.padding = "2px";
			document.getElementById('Sued').style.padding = "0px";
			document.getElementById('sued-suedost').style.padding = "0px";
			document.getElementById('suedost').style.padding = "0px";
			document.getElementById('ost').style.padding = "0px";
			ShowGrundriss_Strunz('grundriss_strunz_s-sw'); 
			ShowGrundriss_Dieterichs('grundriss_dieterichs_s-sw'); 
			ShowGrundriss_Schalkgerken('grundriss_schalkgerken_s-sw');
			break;
		}
		case '5':
		{
			document.getElementById('nord').style.padding = "0px";
			document.getElementById('west').style.padding = "0px";
			document.getElementById('suedwest').style.padding = "0px";
			document.getElementById('sued-suedwest').style.padding = "0px";
			document.getElementById('Sued').style.padding = "2px";
			document.getElementById('sued-suedost').style.padding = "0px";
			document.getElementById('suedost').style.padding = "0px";
			document.getElementById('ost').style.padding = "0px";
			ShowGrundriss_Strunz('grundriss_strunz_s'); 
			ShowGrundriss_Dieterichs('grundriss_dieterichs_s'); 
			ShowGrundriss_Schalkgerken('grundriss_schalkgerken_s');
			break;
		}
		case '6':
		{
			document.getElementById('nord').style.padding = "0px";
			document.getElementById('west').style.padding = "0px";
			document.getElementById('suedwest').style.padding = "0px";
			document.getElementById('sued-suedwest').style.padding = "0px";
			document.getElementById('Sued').style.padding = "0px";
			document.getElementById('sued-suedost').style.padding = "2px";
			document.getElementById('suedost').style.padding = "0px";
			document.getElementById('ost').style.padding = "0px";
			ShowGrundriss_Strunz('grundriss_strunz_s-so'); 
			ShowGrundriss_Dieterichs('grundriss_dieterichs_s-so'); 
			ShowGrundriss_Schalkgerken('grundriss_schalkgerken_s-so');
			break;
		}
		case '7':
		{
			document.getElementById('nord').style.padding = "0px";
			document.getElementById('west').style.padding = "0px";
			document.getElementById('suedwest').style.padding = "0px";
			document.getElementById('sued-suedwest').style.padding = "0px";
			document.getElementById('Sued').style.padding = "0px";
			document.getElementById('sued-suedost').style.padding = "0px";
			document.getElementById('suedost').style.padding = "2px";
			document.getElementById('ost').style.padding = "0px";
			ShowGrundriss_Strunz('grundriss_strunz_so'); 
			ShowGrundriss_Dieterichs('grundriss_dieterichs_so'); 
			ShowGrundriss_Schalkgerken('grundriss_schalkgerken_so');
			break;
		}
		case '8':
		{
			document.getElementById('nord').style.padding = "0px";
			document.getElementById('west').style.padding = "0px";
			document.getElementById('suedwest').style.padding = "0px";
			document.getElementById('sued-suedwest').style.padding = "0px";
			document.getElementById('Sued').style.padding = "0px";
			document.getElementById('sued-suedost').style.padding = "0px";
			document.getElementById('suedost').style.padding = "0px";
			document.getElementById('ost').style.padding = "2px";
			ShowGrundriss_Strunz('grundriss_strunz_o'); 
			ShowGrundriss_Dieterichs('grundriss_dieterichs_o'); 
			ShowGrundriss_Schalkgerken('grundriss_schalkgerken_o');
			break;
		}
	}
	
	calculation();
}

function OnMouseOver_Ausrichtung_n()
{
	MM_swapImage('nord','','wp-content/plugins/vhNaNuToolkit/grafik/icons/ausrichtung/Icon_nord1.png',1);
}

function OnMouseOut_Ausrichtung_n()
{
	MM_swapImgRestore();
}

function OnMouseOver_Ausrichtung_w()
{
	MM_swapImage('west','','wp-content/plugins/vhNaNuToolkit/grafik/icons/ausrichtung/Icon_west1.png',1);
}

function OnMouseOut_Ausrichtung_w()
{
	MM_swapImgRestore();
}

function OnMouseOver_Ausrichtung_sw()
{
	MM_swapImage('suedwest','','wp-content/plugins/vhNaNuToolkit/grafik/icons/ausrichtung/Icon_suedwest1.png',1);
}

function OnMouseOut_Ausrichtung_sw()
{
	MM_swapImgRestore();
}

function OnMouseOver_Ausrichtung_ssw()
{
	MM_swapImage('sued-suedwest','','wp-content/plugins/vhNaNuToolkit/grafik/icons/ausrichtung/Icon_sued-suedwest1.png',1);
}

function OnMouseOut_Ausrichtung_ssw()
{
	MM_swapImgRestore();
}

function OnMouseOver_Ausrichtung_s()
{
	MM_swapImage('Sued','','wp-content/plugins/vhNaNuToolkit/grafik/icons/ausrichtung/Icon_sued1.png',1);
}

function OnMouseOut_Ausrichtung_s()
{
	MM_swapImgRestore();
}

function OnMouseOver_Ausrichtung_sso()
{
	MM_swapImage('sued-suedost','','wp-content/plugins/vhNaNuToolkit/grafik/icons/ausrichtung/Icon_sued-suedost1.png',1);
}

function OnMouseOut_Ausrichtung_sso()
{
	MM_swapImgRestore();
}

function OnMouseOver_Ausrichtung_so()
{
	MM_swapImage('suedost','','wp-content/plugins/vhNaNuToolkit/grafik/icons/ausrichtung/Icon_suedost1.png',1)
}

function OnMouseOut_Ausrichtung_so()
{
	MM_swapImgRestore();
}

function OnMouseOver_Ausrichtung_o()
{
	MM_swapImage('ost','','wp-content/plugins/vhNaNuToolkit/grafik/icons/ausrichtung/Icon_ost1.png',1);
}

function OnMouseOut_Ausrichtung_o()
{
	MM_swapImgRestore();
}

function OnClick_kueche(value)
{
	document.getElementById('nanu_kueche').value=value;
	document.getElementById('div_schritt141_ja').style.display = "inline";
	document.getElementById('div_schritt141_nein').style.display = "none";
	
	switch (value)
	{
		case 'abgeteilt':
		{
			document.getElementById('Kueche').style.padding = "2px";
			document.getElementById('Kueche21').style.padding = "0px";
			MM_swapImage('gr_kueche_strunz_s','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/strunz/s/kueche.gif',1);
			MM_swapImage('gr_kueche_strunz_s-so','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/strunz/s-so/kueche.gif',1);
			MM_swapImage('gr_kueche_strunz_so','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/strunz/so/kueche.gif',1);
			MM_swapImage('gr_kueche_strunz_o','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/strunz/o/kueche.gif',1);
			MM_swapImage('gr_kueche_strunz_n','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/strunz/n/kueche.gif',1);
			MM_swapImage('gr_kueche_strunz_w','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/strunz/w/kueche.gif',1);
			MM_swapImage('gr_kueche_strunz_sw','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/strunz/sw/kueche.gif',1);
			MM_swapImage('gr_kueche_strunz_s-sw','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/strunz/s-sw/kueche.gif',1);
			MM_swapImage('gr_kueche_schalkgerken_s','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/schalkgerken/s/kueche.gif',1);
			MM_swapImage('gr_kueche_schalkgerken_s-so','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/schalkgerken/s-so/kueche.gif',1);
			MM_swapImage('gr_kueche_schalkgerken_so','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/schalkgerken/so/kueche.gif',1);
			MM_swapImage('gr_kueche_schalkgerken_o','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/schalkgerken/o/kueche.gif',1);
			MM_swapImage('gr_kueche_schalkgerken_n','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/schalkgerken/n/kueche.gif',1);
			MM_swapImage('gr_kueche_schalkgerken_w','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/schalkgerken/w/kueche.gif',1);
			MM_swapImage('gr_kueche_schalkgerken_sw','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/schalkgerken/sw/kueche.gif',1);
			MM_swapImage('gr_kueche_schalkgerken_s-sw','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/schalkgerken/s-sw/kueche.gif',1);
			MM_swapImage('gr_kueche_dieterichs_s','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/dieterichs/s/kueche.gif',1);
			MM_swapImage('gr_kueche_dieterichs_s-so','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/dieterichs/s-so/kueche.gif',1);
			MM_swapImage('gr_kueche_dieterichs_so','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/dieterichs/so/kueche.gif',1);
			MM_swapImage('gr_kueche_dieterichs_o','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/dieterichs/o/kueche.gif',1);
			MM_swapImage('gr_kueche_dieterichs_n','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/dieterichs/n/kueche.gif',1);
			MM_swapImage('gr_kueche_dieterichs_w','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/dieterichs/w/kueche.gif',1);
			MM_swapImage('gr_kueche_dieterichs_sw','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/dieterichs/sw/kueche.gif',1);
			MM_swapImage('gr_kueche_dieterichs_s-sw','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/dieterichs/s-sw/kueche.gif',1); 
			MM_swapImage('Kueche','','wp-content/plugins/vhNaNuToolkit/grafik/icons/raeume/raeume/Icon_kueche1.png',1);
			break;
		}
		case 'integriert':
		{
			document.getElementById('Kueche').style.padding = "0px";
			document.getElementById('Kueche21').style.padding = "2px";
			MM_swapImage('gr_kueche_strunz_s','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/rahmen.gif',1);
			MM_swapImage('gr_kueche_strunz_s-so','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/rahmen.gif',1);
			MM_swapImage('gr_kueche_strunz_so','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/rahmen.gif',1);
			MM_swapImage('gr_kueche_strunz_o','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/rahmen.gif',1);
			MM_swapImage('gr_kueche_strunz_n','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/rahmen.gif',1);
			MM_swapImage('gr_kueche_strunz_w','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/rahmen.gif',1);
			MM_swapImage('gr_kueche_strunz_sw','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/rahmen.gif',1);
			MM_swapImage('gr_kueche_strunz_s-sw','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/rahmen.gif',1);
			MM_swapImage('gr_kueche_schalkgerken_s','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/rahmen.gif',1);
			MM_swapImage('gr_kueche_schalkgerken_s-so','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/rahmen.gif',1);
			MM_swapImage('gr_kueche_schalkgerken_so','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/rahmen.gif',1);
			MM_swapImage('gr_kueche_schalkgerken_o','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/rahmen.gif',1);
			MM_swapImage('gr_kueche_schalkgerken_n','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/rahmen.gif',1);
			MM_swapImage('gr_kueche_schalkgerken_w','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/rahmen.gif',1);
			MM_swapImage('gr_kueche_schalkgerken_sw','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/rahmen.gif',1);
			MM_swapImage('gr_kueche_schalkgerken_s-sw','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/rahmen.gif',1);
			MM_swapImage('gr_kueche_dieterichs_s','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/rahmen.gif',1);
			MM_swapImage('gr_kueche_dieterichs_s-so','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/rahmen.gif',1);
			MM_swapImage('gr_kueche_dieterichs_so','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/rahmen.gif',1);
			MM_swapImage('gr_kueche_dieterichs_o','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/rahmen.gif',1);
			MM_swapImage('gr_kueche_dieterichs_n','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/rahmen.gif',1);
			MM_swapImage('gr_kueche_dieterichs_w','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/rahmen.gif',1);
			MM_swapImage('gr_kueche_dieterichs_sw','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/rahmen.gif',1);
			MM_swapImage('gr_kueche_dieterichs_s-sw','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/rahmen.gif',1); 
			MM_swapImage('Kueche21','','wp-content/plugins/vhNaNuToolkit/grafik/icons/raeume/Icon_kueche_offen1.png',1);
			break;
		}
	}
}

function OnMouseOver_kueche_abteilen()
{
	MM_swapImage('Kueche','','wp-content/plugins/vhNaNuToolkit/grafik/icons/raeume/Icon_kueche1.png',1);
}

function OnMouseOut_kueche_abteilen()
{
	MM_swapImgRestore('Kueche','','wp-content/plugins/vhNaNuToolkit/grafik/icons/raeume/raeume/Icon_kueche.png',1);
}

function OnMouseOver_kueche_integrieren()
{
	MM_swapImage('Kueche21','','wp-content/plugins/vhNaNuToolkit/grafik/icons/raeume/Icon_kueche_offen1.png',1);
}

function OnMouseOut_kueche_integrieren()
{
	MM_swapImgRestore('Kueche21','','wp-content/plugins/vhNaNuToolkit/grafik/icons/raeume/Icon_kueche_offen.png',1);
}

function OnClick_Holz(stockwerk)
{
	switch (stockwerk)
	{
		case 'eg':
		{
			document.getElementById('holzverschalt1').style.padding = "2px";
			document.getElementById('verputzt1').style.padding = "0px";
			document.getElementById('nanu_holz_eg').value='1';
			document.getElementById('div_schritt131_ja').style.display = "inline";
			document.getElementById('div_schritt131_nein').style.display = "none";
			MM_swapImage('holz_eg','','wp-content/plugins/vhNaNuToolkit/grafik/ansichten/sattel_strunz/holz_eg.gif',1);
			MM_swapImage('holz_eg1','','wp-content/plugins/vhNaNuToolkit/grafik/ansichten/pult_schalkgerken/holz_eg.gif',1);
			break;
		}
		case 'og':
		{
			document.getElementById('holzverschalt2').style.padding = "2px";
			document.getElementById('verputzt2').style.padding = "0px";
			document.getElementById('nanu_holz_og').value='1';
			document.getElementById('div_schritt132_ja').style.display = "inline";
			document.getElementById('div_schritt132_nein').style.display = "none";
			MM_swapImage('holz_og','','wp-content/plugins/vhNaNuToolkit/grafik/ansichten/sattel_strunz/holz_og.gif',1);
			MM_swapImage('holz_og1','','wp-content/plugins/vhNaNuToolkit/grafik/ansichten/pult_schalkgerken/holz_og.gif',1);
			break;
		}
		case 'dg':
		{
			document.getElementById('holzverschalt3').style.padding = "2px";
			document.getElementById('verputzt3').style.padding = "0px";
			document.getElementById('nanu_holz_dg').value='1';
			document.getElementById('div_schritt133_ja').style.display = "inline";
			document.getElementById('div_schritt133_nein').style.display = "none";
			MM_swapImage('holz_giebel','','wp-content/plugins/vhNaNuToolkit/grafik/ansichten/sattel_strunz/holz_dg.gif',1);
			MM_swapImage('holz_giebel1','','wp-content/plugins/vhNaNuToolkit/grafik/ansichten/pult_schalkgerken/holz_dg.gif',1);
			break;
		}
		case 'ab':
		{
			document.getElementById('holzverschalt4').style.padding = "2px";
			document.getElementById('verputzt4').style.padding = "0px";
			document.getElementById('nanu_holz_anbau').value='1';
	        document.getElementById('wie_Haupthaus').style.padding = "0px";
			document.getElementById('div_schritt134_ja').style.display = "inline";
			document.getElementById('div_schritt134_nein').style.display = "none";
			MM_swapImage('holz_anbau','','wp-content/plugins/vhNaNuToolkit/grafik/ansichten/sattel_strunz/holz_anbau.gif',1);
			MM_swapImage('holz_anbau1','','wp-content/plugins/vhNaNuToolkit/grafik/ansichten/pult_schalkgerken/holz_anbau.gif',1);
			MM_swapImage('holz_anbau2','','wp-content/plugins/vhNaNuToolkit/grafik/ansichten/versetzt_dieterichs/holz_anbau.gif',1); 
			break;
		}
	}
	
}

function OnMouseOver_Holz_eg()
{
	MM_swapImage('holzverschalt1','','wp-content/plugins/vhNaNuToolkit/grafik/icons/gestaltung/Icon_holz1.png',1);
}

function OnMouseOut_Holz_eg()
{
	MM_swapImage('holzverschalt1','','wp-content/plugins/vhNaNuToolkit/grafik/icons/gestaltung/Icon_holz.png',1);
}

function OnMouseOver_Holz_og()
{
	MM_swapImage('holzverschalt2','','wp-content/plugins/vhNaNuToolkit/grafik/icons/gestaltung/Icon_holz1.png',1);
}

function OnMouseOut_Holz_og()
{
	MM_swapImage('holzverschalt2','','wp-content/plugins/vhNaNuToolkit/grafik/icons/gestaltung/Icon_holz.png',1);
}

function OnMouseOver_Holz_dg()
{
	MM_swapImage('holzverschalt3','','wp-content/plugins/vhNaNuToolkit/grafik/icons/gestaltung/Icon_holz1.png',1);
}

function OnMouseOut_Holz_dg()
{
	MM_swapImage('holzverschalt3','','wp-content/plugins/vhNaNuToolkit/grafik/icons/gestaltung/Icon_holz.png',1);
}

function OnMouseOver_Holz_anbau()
{
	MM_swapImage('holzverschalt4','','wp-content/plugins/vhNaNuToolkit/grafik/icons/gestaltung/Icon_holz1.png',1);
}

function OnMouseOut_Holz_anbau()
{
	MM_swapImage('holzverschalt4','','wp-content/plugins/vhNaNuToolkit/grafik/icons/gestaltung/Icon_holz.png',1);
}

function OnClick_Putz(stockwerk)
{
	switch (stockwerk)
	{
		case 'eg':
		{
			document.getElementById('holzverschalt1').style.padding = "0px";
			document.getElementById('verputzt1').style.padding = "2px";
			document.getElementById('nanu_holz_eg').value='0';
			document.getElementById('div_schritt131_ja').style.display = "inline";
			document.getElementById('div_schritt131_nein').style.display = "none";
			MM_swapImage('holz_eg','','wp-content/plugins/vhNaNuToolkit/grafik/ansichten/sattel_strunz/leer.gif',1);
			MM_swapImage('holz_eg1','','wp-content/plugins/vhNaNuToolkit/grafik/ansichten/pult_schalkgerken/leer.gif',1);
			break;
		}
		case 'og':
		{
			document.getElementById('holzverschalt2').style.padding = "0px";
			document.getElementById('verputzt2').style.padding = "2px";
			document.getElementById('nanu_holz_og').value='0';
			document.getElementById('div_schritt132_ja').style.display = "inline";
			document.getElementById('div_schritt132_nein').style.display = "none";
			MM_swapImage('holz_og','','wp-content/plugins/vhNaNuToolkit/grafik/ansichten/sattel_strunz/leer.gif',1);
			MM_swapImage('holz_og1','','wp-content/plugins/vhNaNuToolkit/grafik/ansichten/pult_schalkgerken/leer.gif',1);
			break;
		}
		case 'dg':
		{
			document.getElementById('holzverschalt3').style.padding = "0px";
			document.getElementById('verputzt3').style.padding = "2px";
			document.getElementById('nanu_holz_dg').value='0';
			document.getElementById('div_schritt133_ja').style.display = "inline";
			document.getElementById('div_schritt133_nein').style.display = "none";
			MM_swapImage('holz_dg','','wp-content/plugins/vhNaNuToolkit/grafik/ansichten/sattel_strunz/leer.gif',1);
			MM_swapImage('holz_dg1','','wp-content/plugins/vhNaNuToolkit/grafik/ansichten/pult_schalkgerken/leer.gif',1);
			break;
		}
		case 'ab':
		{
			document.getElementById('holzverschalt4').style.padding = "0px";
			document.getElementById('verputzt4').style.padding = "2px";
			document.getElementById('nanu_holz_anbau').value='0';
	        document.getElementById('wie_Haupthaus').style.padding = "0px";
			document.getElementById('div_schritt134_ja').style.display = "inline";
			document.getElementById('div_schritt134_nein').style.display = "none";
			MM_swapImage('holz_anbau','','wp-content/plugins/vhNaNuToolkit/grafik/ansichten/sattel_strunz/leer.gif',1);
			MM_swapImage('holz_anbau1','','wp-content/plugins/vhNaNuToolkit/grafik/ansichten/pult_schalkgerken/leer.gif',1);
			MM_swapImage('holz_anbau2','','wp-content/plugins/vhNaNuToolkit/grafik/ansichten/sattel_strunz/leer.gif',1); 
			break;
		}
	}
	
}

function OnMouseOver_Putz_eg()
{
	MM_swapImage('verputzt1','','wp-content/plugins/vhNaNuToolkit/grafik/icons/gestaltung/Icon_putz1.png',1);
}

function OnMouseOut_Putz_eg()
{
	MM_swapImage('verputzt1','','wp-content/plugins/vhNaNuToolkit/grafik/icons/gestaltung/Icon_putz.png',1);
}

function OnMouseOver_Putz_og()
{
	MM_swapImage('verputzt2','','wp-content/plugins/vhNaNuToolkit/grafik/icons/gestaltung/Icon_putz1.png',1);
}

function OnMouseOut_Putz_og()
{
	MM_swapImage('verputzt2','','wp-content/plugins/vhNaNuToolkit/grafik/icons/gestaltung/Icon_putz.png',1);
}

function OnMouseOver_Putz_dg()
{
	MM_swapImage('verputzt3','','wp-content/plugins/vhNaNuToolkit/grafik/icons/gestaltung/Icon_putz1.png',1);
}

function OnMouseOut_Putz_dg()
{
	MM_swapImage('verputzt3','','wp-content/plugins/vhNaNuToolkit/grafik/icons/gestaltung/Icon_putz.png',1);
}

function OnMouseOver_Putz_anbau()
{
	MM_swapImage('verputzt4','','wp-content/plugins/vhNaNuToolkit/grafik/icons/gestaltung/Icon_putz1.png',1);
}

function OnMouseOut_Putz_anbau()
{
	MM_swapImage('verputzt4','','wp-content/plugins/vhNaNuToolkit/grafik/icons/gestaltung/Icon_putz.png',1);
}

function OnClick_Farbe_eg(color)
{
	document.getElementById('nanu_farbe_eg').value=color;
	document.getElementById('div_schritt131_ja').style.display = "inline";
	document.getElementById('div_schritt131_nein').style.display = "none";
	MM_swapImage('farbe_eg','','wp-content/plugins/vhNaNuToolkit/grafik/ansichten/sattel_strunz/farbe_eg/'+color+'.gif',1); 
	MM_swapImage('farbe_eg1','','wp-content/plugins/vhNaNuToolkit/grafik/ansichten/sattel_strunz/farbe_eg/'+color+'.gif',1);
}

function OnClick_Farbe_og(color)
{
	document.getElementById('nanu_farbe_og').value=color;
	document.getElementById('div_schritt132_ja').style.display = "inline";
	document.getElementById('div_schritt132_nein').style.display = "none";
	MM_swapImage('farbe_og','','wp-content/plugins/vhNaNuToolkit/grafik/ansichten/sattel_strunz/farbe_og/'+color+'.gif',1); 
	MM_swapImage('farbe_og1','','wp-content/plugins/vhNaNuToolkit/grafik/ansichten/pult_schalkgerken/farbe_og/'+color+'.gif',1);
}

function OnClick_Farbe_dg(color)
{
	document.getElementById('nanu_farbe_giebel').value=color;
	document.getElementById('div_schritt133_ja').style.display = "inline";
	document.getElementById('div_schritt133_nein').style.display = "none";
	MM_swapImage('farbe_giebel','','wp-content/plugins/vhNaNuToolkit/grafik/ansichten/sattel_strunz/farbe_giebel/'+color+'.gif',1); 
	MM_swapImage('farbe_giebel1','','wp-content/plugins/vhNaNuToolkit/grafik/ansichten/pult_schalkgerken/farbe_giebel/'+color+'.gif',1);
}

function OnClick_Farbe_ab(color)
{
	document.getElementById('nanu_farbe_anbau').value=color;
	document.getElementById('div_schritt134_ja').style.display = "inline";
	document.getElementById('div_schritt134_nein').style.display = "none";
	MM_swapImage('farbe_anbau','','wp-content/plugins/vhNaNuToolkit/grafik/ansichten/sattel_strunz/farbe_anbau/'+color+'.gif',1); 
	MM_swapImage('farbe_anbau1','','wp-content/plugins/vhNaNuToolkit/grafik/ansichten/pult_schalkgerken/farbe_anbau/'+color+'.gif',1);
	MM_swapImage('farbe_anbau2','','wp-content/plugins/vhNaNuToolkit/grafik/ansichten/versetzt_dieterichs/farbe_anbau/'+color+'.gif',1);
}

function OnClick_wie_haupthaus()
{
	document.getElementById('holzverschalt4').style.padding = "0px";
	document.getElementById('verputzt4').style.padding = "0px";	
	document.getElementById('wie_Haupthaus').style.padding = "2px";
	document.getElementById('nanu_holz_anbau').value='2';
	document.getElementById('div_schritt134_ja').style.display = "inline";
	document.getElementById('div_schritt134_nein').style.display = "none";
	MM_swapImage('holz_anbau','','wp-content/plugins/vhNaNuToolkit/grafik/ansichten/sattel_strunz/leer.gif',1); 
	MM_swapImage('holz_anbau2','','wp-content/plugins/vhNaNuToolkit/grafik/ansichten/sattel_strunz/leer.gif',1); 
	MM_swapImage('holz_anbau1','','wp-content/plugins/vhNaNuToolkit/grafik/ansichten/sattel_strunz/leer.gif',1); 
	MM_swapImage('farbe_anbau','','wp-content/plugins/vhNaNuToolkit/grafik/ansichten/sattel_strunz/leer.gif',1); 
	MM_swapImage('farbe_anbau1','','wp-content/plugins/vhNaNuToolkit/grafik/ansichten/sattel_strunz/leer.gif',1); 
	MM_swapImage('farbe_anbau2','','wp-content/plugins/vhNaNuToolkit/grafik/ansichten/sattel_strunz/leer.gif',1), 
	MM_swapImage('wie_Haupthaus','','wp-content/plugins/vhNaNuToolkit/grafik/icons/gestaltung/Icon_fassadengestaltung_anbauten_ohne1.png',1); 
}

function OnClick_Farbe_dach(color)
{
	document.getElementById('nanu_farbe_dach').value=color;
	document.getElementById('div_schritt135_ja').style.display = "inline";
	document.getElementById('div_schritt135_nein').style.display = "none";
	MM_swapImage('dach','','wp-content/plugins/vhNaNuToolkit/grafik/ansichten/sattel_strunz/dach/'+color+'.gif',1); 
	MM_swapImage('dach1','','wp-content/plugins/vhNaNuToolkit/grafik/ansichten/pult_schalkgerken/dach/'+color+'.gif',1);
	MM_swapImage('dach2','','wp-content/plugins/vhNaNuToolkit/grafik/ansichten/versetzt_dieterichs/dach/'+color+'.gif',1);
}

function OnMouseOver_wie_haupthaus()
{
	MM_swapImage('wie_Haupthaus','','wp-content/plugins/vhNaNuToolkit/grafik/icons/gestaltung/Icon_fassadengestaltung_anbauten_ohne1.png',1);
}

function OnMouseOut_wie_haupthaus()
{
	MM_swapImgRestore('wie_Haupthaus','','wp-content/plugins/vhNaNuToolkit/grafik/icons/gestaltung/Icon_fassadengestaltung_anbauten_ohne.png',1);
}

function OnClick_raum1(value)
{
	switch (value)
	{
		case 'schlafen':
		{
			document.getElementById('schlafen1').style.padding = "2px";
			document.getElementById('kind1').style.padding = "0px";	
			document.getElementById('gast1').style.padding = "0px";
			document.getElementById('arbeiten1').style.padding = "0px";
			document.getElementById('nanu_raum1').value='1';
			document.getElementById('div_schritt142_ja').style.display = "inline";
			document.getElementById('div_schritt142_nein').style.display = "none";
			MM_swapImage('gr_zi1_strunz_s','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/strunz/s/r1-schlafen.gif',1);
			MM_swapImage('gr_zi1_strunz_s-so','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/strunz/s-so/r1-schlafen.gif',1);
			MM_swapImage('gr_zi1_strunz_so','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/strunz/so/r1-schlafen.gif',1);
			MM_swapImage('gr_zi1_strunz_o','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/strunz/o/r1-schlafen.gif',1);
			MM_swapImage('gr_zi1_strunz_n','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/strunz/n/r1-schlafen.gif',1);
			MM_swapImage('gr_zi1_strunz_w','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/strunz/w/r1-schlafen.gif',1);
			MM_swapImage('gr_zi1_strunz_sw','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/strunz/sw/r1-schlafen.gif',1);
			MM_swapImage('gr_zi1_strunz_s-sw','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/strunz/s-sw/r1-schlafen.gif',1);
			MM_swapImage('gr_zi1_schalkgerken_s','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/schalkgerken/s/r1-schlafen.gif',1);
			MM_swapImage('gr_zi1_schalkgerken_s-so','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/schalkgerken/s-so/r1-schlafen.gif',1);
			MM_swapImage('gr_zi1_schalkgerken_so','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/schalkgerken/so/r1-schlafen.gif',1);
			MM_swapImage('gr_zi1_schalkgerken_o','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/schalkgerken/o/r1-schlafen.gif',1);
			MM_swapImage('gr_zi1_schalkgerken_n','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/schalkgerken/n/r1-schlafen.gif',1);
			MM_swapImage('gr_zi1_schalkgerken_w','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/schalkgerken/w/r1-schlafen.gif',1);
			MM_swapImage('gr_zi1_schalkgerken_sw','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/schalkgerken/sw/r1-schlafen.gif',1);
			MM_swapImage('gr_zi1_schalkgerken_s-sw','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/schalkgerken/s-sw/r1-schlafen.gif',1);
			MM_swapImage('gr_zi1_dieterichs_s','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/dieterichs/s/r1-schlafen.gif',1);
			MM_swapImage('gr_zi1_dieterichs_s-so','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/dieterichs/s-so/r1-schlafen.gif',1);
			MM_swapImage('gr_zi1_dieterichs_so','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/dieterichs/so/r1-schlafen.gif',1);
			MM_swapImage('gr_zi1_dieterichs_o','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/dieterichs/o/r1-schlafen.gif',1);
			MM_swapImage('gr_zi1_dieterichs_n','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/dieterichs/n/r1-schlafen.gif',1);
			MM_swapImage('gr_zi1_dieterichs_w','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/dieterichs/w/r1-schlafen.gif',1);
			MM_swapImage('gr_zi1_dieterichs_sw','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/dieterichs/sw/r1-schlafen.gif',1);
			MM_swapImage('gr_zi1_dieterichs_s-sw','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/dieterichs/s-sw/r1-schlafen.gif',1); 
			MM_swapImage('schlafen1','','wp-content/plugins/vhNaNuToolkit/grafik/icons/raeume/raeume/Icon_schlafen1.png',1);
			break;
		}
		case 'kind':
		{
			document.getElementById('schlafen1').style.padding = "0px";
			document.getElementById('kind1').style.padding = "2px";	
			document.getElementById('gast1').style.padding = "0px";
			document.getElementById('arbeiten1').style.padding = "0px";
			document.getElementById('nanu_raum1').value='2';
			document.getElementById('div_schritt142_ja').style.display = "inline";
			document.getElementById('div_schritt142_nein').style.display = "none";
			MM_swapImage('gr_zi1_strunz_s','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/strunz/s/r1-kind.gif',1);
			MM_swapImage('gr_zi1_strunz_s-so','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/strunz/s-so/r1-kind.gif',1);
			MM_swapImage('gr_zi1_strunz_so','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/strunz/so/r1-kind.gif',1);
			MM_swapImage('gr_zi1_strunz_o','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/strunz/o/r1-kind.gif',1);
			MM_swapImage('gr_zi1_strunz_n','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/strunz/n/r1-kind.gif',1);
			MM_swapImage('gr_zi1_strunz_w','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/strunz/w/r1-kind.gif',1);
			MM_swapImage('gr_zi1_strunz_sw','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/strunz/sw/r1-kind.gif',1);
			MM_swapImage('gr_zi1_strunz_s-sw','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/strunz/s-sw/r1-kind.gif',1);
			MM_swapImage('gr_zi1_schalkgerken_s','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/schalkgerken/s/r1-kind.gif',1);
			MM_swapImage('gr_zi1_schalkgerken_s-so','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/schalkgerken/s-so/r1-kind.gif',1);
			MM_swapImage('gr_zi1_schalkgerken_so','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/schalkgerken/so/r1-kind.gif',1);
			MM_swapImage('gr_zi1_schalkgerken_o','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/schalkgerken/o/r1-kind.gif',1);
			MM_swapImage('gr_zi1_schalkgerken_n','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/schalkgerken/n/r1-kind.gif',1);
			MM_swapImage('gr_zi1_schalkgerken_w','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/schalkgerken/w/r1-kind.gif',1);
			MM_swapImage('gr_zi1_schalkgerken_sw','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/schalkgerken/sw/r1-kind.gif',1);
			MM_swapImage('gr_zi1_schalkgerken_s-sw','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/schalkgerken/s-sw/r1-kind.gif',1);
			MM_swapImage('gr_zi1_dieterichs_s','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/dieterichs/s/r1-kind.gif',1);
			MM_swapImage('gr_zi1_dieterichs_s-so','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/dieterichs/s-so/r1-kind.gif',1);
			MM_swapImage('gr_zi1_dieterichs_so','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/dieterichs/so/r1-kind.gif',1);
			MM_swapImage('gr_zi1_dieterichs_o','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/dieterichs/o/r1-kind.gif',1);
			MM_swapImage('gr_zi1_dieterichs_n','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/dieterichs/n/r1-kind.gif',1);
			MM_swapImage('gr_zi1_dieterichs_w','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/dieterichs/w/r1-kind.gif',1);
			MM_swapImage('gr_zi1_dieterichs_sw','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/dieterichs/sw/r1-kind.gif',1);
			MM_swapImage('gr_zi1_dieterichs_s-sw','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/dieterichs/s-sw/r1-kind.gif',1); 
			MM_swapImage('kind1','','wp-content/plugins/vhNaNuToolkit/grafik/icons/raeume/raeume/Icon_kind1.png',1);
			break;
		}
		case 'gast':
		{
			document.getElementById('schlafen1').style.padding = "0px";
			document.getElementById('kind1').style.padding = "0px";	
			document.getElementById('gast1').style.padding = "2px";
			document.getElementById('arbeiten1').style.padding = "0px";
			document.getElementById('nanu_raum1').value='3';
			document.getElementById('div_schritt142_ja').style.display = "inline";
			document.getElementById('div_schritt142_nein').style.display = "none";
			MM_swapImage('gr_zi1_strunz_s','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/strunz/s/r1-gast.gif',1);
			MM_swapImage('gr_zi1_strunz_s-so','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/strunz/s-so/r1-gast.gif',1);
			MM_swapImage('gr_zi1_strunz_so','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/strunz/so/r1-gast.gif',1);
			MM_swapImage('gr_zi1_strunz_o','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/strunz/o/r1-gast.gif',1);
			MM_swapImage('gr_zi1_strunz_n','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/strunz/n/r1-gast.gif',1);
			MM_swapImage('gr_zi1_strunz_w','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/strunz/w/r1-gast.gif',1);
			MM_swapImage('gr_zi1_strunz_sw','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/strunz/sw/r1-gast.gif',1);
			MM_swapImage('gr_zi1_strunz_s-sw','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/strunz/s-sw/r1-gast.gif',1);
			MM_swapImage('gr_zi1_schalkgerken_s','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/schalkgerken/s/r1-gast.gif',1);
			MM_swapImage('gr_zi1_schalkgerken_s-so','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/schalkgerken/s-so/r1-gast.gif',1);
			MM_swapImage('gr_zi1_schalkgerken_so','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/schalkgerken/so/r1-gast.gif',1);
			MM_swapImage('gr_zi1_schalkgerken_o','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/schalkgerken/o/r1-gast.gif',1);
			MM_swapImage('gr_zi1_schalkgerken_n','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/schalkgerken/n/r1-gast.gif',1);
			MM_swapImage('gr_zi1_schalkgerken_w','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/schalkgerken/w/r1-gast.gif',1);
			MM_swapImage('gr_zi1_schalkgerken_sw','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/schalkgerken/sw/r1-gast.gif',1);
			MM_swapImage('gr_zi1_schalkgerken_s-sw','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/schalkgerken/s-sw/r1-gast.gif',1);
			MM_swapImage('gr_zi1_dieterichs_s','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/dieterichs/s/r1-gast.gif',1);
			MM_swapImage('gr_zi1_dieterichs_s-so','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/dieterichs/s-so/r1-gast.gif',1);
			MM_swapImage('gr_zi1_dieterichs_so','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/dieterichs/so/r1-gast.gif',1);
			MM_swapImage('gr_zi1_dieterichs_o','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/dieterichs/o/r1-gast.gif',1);
			MM_swapImage('gr_zi1_dieterichs_n','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/dieterichs/n/r1-gast.gif',1);
			MM_swapImage('gr_zi1_dieterichs_w','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/dieterichs/w/r1-gast.gif',1);
			MM_swapImage('gr_zi1_dieterichs_sw','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/dieterichs/sw/r1-gast.gif',1);
			MM_swapImage('gr_zi1_dieterichs_s-sw','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/dieterichs/s-sw/r1-gast.gif',1); 
			MM_swapImage('gast1','','wp-content/plugins/vhNaNuToolkit/grafik/icons/raeume/raeume/Icon_gast1.png',1);
			break;
		}
		case 'arbeiten':
		{
			document.getElementById('schlafen1').style.padding = "0px";
			document.getElementById('kind1').style.padding = "0px";	
			document.getElementById('gast1').style.padding = "0px";
			document.getElementById('arbeiten1').style.padding = "2px";
			document.getElementById('nanu_raum1').value='4';
			document.getElementById('div_schritt142_ja').style.display = "inline";
			document.getElementById('div_schritt142_nein').style.display = "none";
			MM_swapImage('gr_zi1_strunz_s','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/strunz/s/r1-arbeiten.gif',1);
			MM_swapImage('gr_zi1_strunz_s-so','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/strunz/s-so/r1-arbeiten.gif',1);
			MM_swapImage('gr_zi1_strunz_so','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/strunz/so/r1-arbeiten.gif',1);
			MM_swapImage('gr_zi1_strunz_o','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/strunz/o/r1-arbeiten.gif',1);
			MM_swapImage('gr_zi1_strunz_n','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/strunz/n/r1-arbeiten.gif',1);
			MM_swapImage('gr_zi1_strunz_w','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/strunz/w/r1-arbeiten.gif',1);
			MM_swapImage('gr_zi1_strunz_sw','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/strunz/sw/r1-arbeiten.gif',1);
			MM_swapImage('gr_zi1_strunz_s-sw','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/strunz/s-sw/r1-arbeiten.gif',1);
			MM_swapImage('gr_zi1_schalkgerken_s','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/schalkgerken/s/r1-arbeiten.gif',1);
			MM_swapImage('gr_zi1_schalkgerken_s-so','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/schalkgerken/s-so/r1-arbeiten.gif',1);
			MM_swapImage('gr_zi1_schalkgerken_so','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/schalkgerken/so/r1-arbeiten.gif',1);
			MM_swapImage('gr_zi1_schalkgerken_o','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/schalkgerken/o/r1-arbeiten.gif',1);
			MM_swapImage('gr_zi1_schalkgerken_n','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/schalkgerken/n/r1-arbeiten.gif',1);
			MM_swapImage('gr_zi1_schalkgerken_w','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/schalkgerken/w/r1-arbeiten.gif',1);
			MM_swapImage('gr_zi1_schalkgerken_sw','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/schalkgerken/sw/r1-arbeiten.gif',1);
			MM_swapImage('gr_zi1_schalkgerken_s-sw','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/schalkgerken/s-sw/r1-arbeiten.gif',1);
			MM_swapImage('gr_zi1_dieterichs_s','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/dieterichs/s/r1-arbeiten.gif',1);
			MM_swapImage('gr_zi1_dieterichs_s-so','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/dieterichs/s-so/r1-arbeiten.gif',1);
			MM_swapImage('gr_zi1_dieterichs_so','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/dieterichs/so/r1-arbeiten.gif',1);
			MM_swapImage('gr_zi1_dieterichs_o','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/dieterichs/o/r1-arbeiten.gif',1);
			MM_swapImage('gr_zi1_dieterichs_n','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/dieterichs/n/r1-arbeiten.gif',1);
			MM_swapImage('gr_zi1_dieterichs_w','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/dieterichs/w/r1-arbeiten.gif',1);
			MM_swapImage('gr_zi1_dieterichs_sw','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/dieterichs/sw/r1-arbeiten.gif',1);
			MM_swapImage('gr_zi1_dieterichs_s-sw','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/dieterichs/s-sw/r1-arbeiten.gif',1); 
			MM_swapImage('arbeiten1','','wp-content/plugins/vhNaNuToolkit/grafik/icons/raeume/raeume/Icon_arbeiten1.png',1);
			break;
		}
	}
}

function OnMouseOver_raum1_schlafen()
{
	MM_swapImage('schlafen1','','wp-content/plugins/vhNaNuToolkit/grafik/icons/raeume/raeume/Icon_schlafen1.png',1);
}

function OnMouseOut_raum1_schlafen()
{
	MM_swapImgRestore('schlafen1','','wp-content/plugins/vhNaNuToolkit/grafik/icons/raeume/raeume/Icon_schlafen.png',1);
}

function OnMouseOver_raum1_kind()
{
	MM_swapImage('kind1','','wp-content/plugins/vhNaNuToolkit/grafik/icons/raeume/raeume/Icon_kind1.png',1);
}

function OnMouseOut_raum1_kind()
{
	MM_swapImgRestore('kind1','','wp-content/plugins/vhNaNuToolkit/grafik/icons/raeume/raeume/Icon_kind.png',1);
}

function OnMouseOver_raum1_gast()
{
	MM_swapImage('gast1','','wp-content/plugins/vhNaNuToolkit/grafik/icons/raeume/raeume/Icon_gast1.png',1);
}

function OnMouseOut_raum1_gast()
{
	MM_swapImgRestore('gast1','','wp-content/plugins/vhNaNuToolkit/grafik/icons/raeume/raeume/Icon_gast.png',1);
}

function OnMouseOver_raum1_arbeiten()
{
	MM_swapImage('arbeiten1','','wp-content/plugins/vhNaNuToolkit/grafik/icons/raeume/raeume/Icon_arbeiten1.png',1);
}

function OnMouseOut_raum1_arbeiten()
{
	MM_swapImgRestore('arbeiten1','','wp-content/plugins/vhNaNuToolkit/grafik/icons/raeume/raeume/Icon_arbeiten.png',1);
}

function OnClick_raum2(value)
{
	switch (value)
	{
		case 'schlafen':
		{
			document.getElementById('schlafen2').style.padding = "2px";
			document.getElementById('kind2').style.padding = "0px";	
			document.getElementById('gast2').style.padding = "0px";
			document.getElementById('arbeiten2').style.padding = "0px";
			document.getElementById('nanu_raum2').value='1';
			document.getElementById('div_schritt143_ja').style.display = "inline";
			document.getElementById('div_schritt143_nein').style.display = "none";
			MM_swapImage('gr_zi2_strunz_s','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/strunz/s/r2-schlafen.gif',1);
			MM_swapImage('gr_zi2_strunz_s-so','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/strunz/s-so/r2-schlafen.gif',1);
			MM_swapImage('gr_zi2_strunz_so','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/strunz/so/r2-schlafen.gif',1);
			MM_swapImage('gr_zi2_strunz_o','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/strunz/o/r2-schlafen.gif',1);
			MM_swapImage('gr_zi2_strunz_n','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/strunz/n/r2-schlafen.gif',1);
			MM_swapImage('gr_zi2_strunz_w','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/strunz/w/r2-schlafen.gif',1);
			MM_swapImage('gr_zi2_strunz_sw','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/strunz/sw/r2-schlafen.gif',1);
			MM_swapImage('gr_zi2_strunz_s-sw','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/strunz/s-sw/r2-schlafen.gif',1);
			MM_swapImage('gr_zi2_schalkgerken_s','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/schalkgerken/s/r2-schlafen.gif',1);
			MM_swapImage('gr_zi2_schalkgerken_s-so','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/schalkgerken/s-so/r2-schlafen.gif',1);
			MM_swapImage('gr_zi2_schalkgerken_so','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/schalkgerken/so/r2-schlafen.gif',1);
			MM_swapImage('gr_zi2_schalkgerken_o','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/schalkgerken/o/r2-schlafen.gif',1);
			MM_swapImage('gr_zi2_schalkgerken_n','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/schalkgerken/n/r2-schlafen.gif',1);
			MM_swapImage('gr_zi2_schalkgerken_w','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/schalkgerken/w/r2-schlafen.gif',1);
			MM_swapImage('gr_zi2_schalkgerken_sw','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/schalkgerken/sw/r2-schlafen.gif',1);
			MM_swapImage('gr_zi2_schalkgerken_s-sw','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/schalkgerken/s-sw/r2-schlafen.gif',1);
			MM_swapImage('gr_zi2_dieterichs_s','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/dieterichs/s/r2-schlafen.gif',1);
			MM_swapImage('gr_zi2_dieterichs_s-so','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/dieterichs/s-so/r2-schlafen.gif',1);
			MM_swapImage('gr_zi2_dieterichs_so','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/dieterichs/so/r2-schlafen.gif',1);
			MM_swapImage('gr_zi2_dieterichs_o','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/dieterichs/o/r2-schlafen.gif',1);
			MM_swapImage('gr_zi2_dieterichs_n','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/dieterichs/n/r2-schlafen.gif',1);
			MM_swapImage('gr_zi2_dieterichs_w','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/dieterichs/w/r2-schlafen.gif',1);
			MM_swapImage('gr_zi2_dieterichs_sw','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/dieterichs/sw/r2-schlafen.gif',1);
			MM_swapImage('gr_zi2_dieterichs_s-sw','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/dieterichs/s-sw/r2-schlafen.gif',1);
			MM_swapImage('schlafen2','','wp-content/plugins/vhNaNuToolkit/grafik/icons/raeume/raeume/Icon_schlafen1.png',1);
			break;
		}
		case 'kind':
		{
			document.getElementById('schlafen2').style.padding = "0px";
			document.getElementById('kind2').style.padding = "2px";	
			document.getElementById('gast2').style.padding = "0px";
			document.getElementById('arbeiten2').style.padding = "0px";
			document.getElementById('nanu_raum2').value='2';
			document.getElementById('div_schritt143_ja').style.display = "inline";
			document.getElementById('div_schritt143_nein').style.display = "none";
			MM_swapImage('gr_zi2_strunz_s','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/strunz/s/r2-kind.gif',1);
			MM_swapImage('gr_zi2_strunz_s-so','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/strunz/s-so/r2-kind.gif',1);
			MM_swapImage('gr_zi2_strunz_so','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/strunz/so/r2-kind.gif',1);
			MM_swapImage('gr_zi2_strunz_o','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/strunz/o/r2-kind.gif',1);
			MM_swapImage('gr_zi2_strunz_n','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/strunz/n/r2-kind.gif',1);
			MM_swapImage('gr_zi2_strunz_w','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/strunz/w/r2-kind.gif',1);
			MM_swapImage('gr_zi2_strunz_sw','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/strunz/sw/r2-kind.gif',1);
			MM_swapImage('gr_zi2_strunz_s-sw','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/strunz/s-sw/r2-kind.gif',1);
			MM_swapImage('gr_zi2_schalkgerken_s','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/schalkgerken/s/r2-kind.gif',1);
			MM_swapImage('gr_zi2_schalkgerken_s-so','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/schalkgerken/s-so/r2-kind.gif',1);
			MM_swapImage('gr_zi2_schalkgerken_so','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/schalkgerken/so/r2-kind.gif',1);
			MM_swapImage('gr_zi2_schalkgerken_o','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/schalkgerken/o/r2-kind.gif',1);
			MM_swapImage('gr_zi2_schalkgerken_n','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/schalkgerken/n/r2-kind.gif',1);
			MM_swapImage('gr_zi2_schalkgerken_w','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/schalkgerken/w/r2-kind.gif',1);
			MM_swapImage('gr_zi2_schalkgerken_sw','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/schalkgerken/sw/r2-kind.gif',1);
			MM_swapImage('gr_zi2_schalkgerken_s-sw','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/schalkgerken/s-sw/r2-kind.gif',1);
			MM_swapImage('gr_zi2_dieterichs_s','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/dieterichs/s/r2-kind.gif',1);
			MM_swapImage('gr_zi2_dieterichs_s-so','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/dieterichs/s-so/r2-kind.gif',1);
			MM_swapImage('gr_zi2_dieterichs_so','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/dieterichs/so/r2-kind.gif',1);
			MM_swapImage('gr_zi2_dieterichs_o','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/dieterichs/o/r2-kind.gif',1);
			MM_swapImage('gr_zi2_dieterichs_n','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/dieterichs/n/r2-kind.gif',1);
			MM_swapImage('gr_zi2_dieterichs_w','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/dieterichs/w/r2-kind.gif',1);
			MM_swapImage('gr_zi2_dieterichs_sw','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/dieterichs/sw/r2-kind.gif',1);
			MM_swapImage('gr_zi2_dieterichs_s-sw','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/dieterichs/s-sw/r2-kind.gif',1); 
			MM_swapImage('kind2','','wp-content/plugins/vhNaNuToolkit/grafik/icons/raeume/raeume/Icon_kind1.png',1);
			break;
		}
		case 'gast':
		{
			document.getElementById('schlafen2').style.padding = "0px";
			document.getElementById('kind2').style.padding = "0px";	
			document.getElementById('gast2').style.padding = "2px";
			document.getElementById('arbeiten2').style.padding = "0px";
			document.getElementById('nanu_raum2').value='3';
			document.getElementById('div_schritt143_ja').style.display = "inline";
			document.getElementById('div_schritt143_nein').style.display = "none";
			MM_swapImage('gr_zi2_strunz_s','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/strunz/s/r2-gast.gif',1);
			MM_swapImage('gr_zi2_strunz_s-so','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/strunz/s-so/r2-gast.gif',1);
			MM_swapImage('gr_zi2_strunz_so','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/strunz/so/r2-gast.gif',1);
			MM_swapImage('gr_zi2_strunz_o','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/strunz/o/r2-gast.gif',1);
			MM_swapImage('gr_zi2_strunz_n','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/strunz/n/r2-gast.gif',1);
			MM_swapImage('gr_zi2_strunz_w','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/strunz/w/r2-gast.gif',1);
			MM_swapImage('gr_zi2_strunz_sw','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/strunz/sw/r2-gast.gif',1);
			MM_swapImage('gr_zi2_strunz_s-sw','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/strunz/s-sw/r2-gast.gif',1);
			MM_swapImage('gr_zi2_schalkgerken_s','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/schalkgerken/s/r2-gast.gif',1);
			MM_swapImage('gr_zi2_schalkgerken_s-so','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/schalkgerken/s-so/r2-gast.gif',1);
			MM_swapImage('gr_zi2_schalkgerken_so','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/schalkgerken/so/r2-gast.gif',1);
			MM_swapImage('gr_zi2_schalkgerken_o','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/schalkgerken/o/r2-gast.gif',1);
			MM_swapImage('gr_zi2_schalkgerken_n','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/schalkgerken/n/r2-gast.gif',1);
			MM_swapImage('gr_zi2_schalkgerken_w','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/schalkgerken/w/r2-gast.gif',1);
			MM_swapImage('gr_zi2_schalkgerken_sw','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/schalkgerken/sw/r2-gast.gif',1);
			MM_swapImage('gr_zi2_schalkgerken_s-sw','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/schalkgerken/s-sw/r2-gast.gif',1);
			MM_swapImage('gr_zi2_dieterichs_s','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/dieterichs/s/r2-gast.gif',1);
			MM_swapImage('gr_zi2_dieterichs_s-so','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/dieterichs/s-so/r2-gast.gif',1);
			MM_swapImage('gr_zi2_dieterichs_so','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/dieterichs/so/r2-gast.gif',1);
			MM_swapImage('gr_zi2_dieterichs_o','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/dieterichs/o/r2-gast.gif',1);
			MM_swapImage('gr_zi2_dieterichs_n','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/dieterichs/n/r2-gast.gif',1);
			MM_swapImage('gr_zi2_dieterichs_w','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/dieterichs/w/r2-gast.gif',1);
			MM_swapImage('gr_zi2_dieterichs_sw','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/dieterichs/sw/r2-gast.gif',1);
			MM_swapImage('gr_zi2_dieterichs_s-sw','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/dieterichs/s-sw/r2-gast.gif',1); 
			MM_swapImage('gast2','','wp-content/plugins/vhNaNuToolkit/grafik/icons/raeume/raeume/Icon_gast1.png',1);
			break;
		}
		case 'arbeiten':
		{
			document.getElementById('schlafen2').style.padding = "0px";
			document.getElementById('kind2').style.padding = "0px";	
			document.getElementById('gast2').style.padding = "0px";
			document.getElementById('arbeiten2').style.padding = "2px";
			document.getElementById('nanu_raum2').value='4';
			document.getElementById('div_schritt143_ja').style.display = "inline";
			document.getElementById('div_schritt143_nein').style.display = "none";
			MM_swapImage('gr_zi2_strunz_s','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/strunz/s/r2-arbeiten.gif',1);
			MM_swapImage('gr_zi2_strunz_s-so','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/strunz/s-so/r2-arbeiten.gif',1);
			MM_swapImage('gr_zi2_strunz_so','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/strunz/so/r2-arbeiten.gif',1);
			MM_swapImage('gr_zi2_strunz_o','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/strunz/o/r2-arbeiten.gif',1);
			MM_swapImage('gr_zi2_strunz_n','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/strunz/n/r2-arbeiten.gif',1);
			MM_swapImage('gr_zi2_strunz_w','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/strunz/w/r2-arbeiten.gif',1);
			MM_swapImage('gr_zi2_strunz_sw','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/strunz/sw/r2-arbeiten.gif',1);
			MM_swapImage('gr_zi2_strunz_s-sw','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/strunz/s-sw/r2-arbeiten.gif',1);
			MM_swapImage('gr_zi2_schalkgerken_s','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/schalkgerken/s/r2-arbeiten.gif',1);
			MM_swapImage('gr_zi2_schalkgerken_s-so','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/schalkgerken/s-so/r2-arbeiten.gif',1);
			MM_swapImage('gr_zi2_schalkgerken_so','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/schalkgerken/so/r2-arbeiten.gif',1);
			MM_swapImage('gr_zi2_schalkgerken_o','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/schalkgerken/o/r2-arbeiten.gif',1);
			MM_swapImage('gr_zi2_schalkgerken_n','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/schalkgerken/n/r2-arbeiten.gif',1);
			MM_swapImage('gr_zi2_schalkgerken_w','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/schalkgerken/w/r2-arbeiten.gif',1);
			MM_swapImage('gr_zi2_schalkgerken_sw','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/schalkgerken/sw/r2-arbeiten.gif',1);
			MM_swapImage('gr_zi2_schalkgerken_s-sw','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/schalkgerken/s-sw/r2-arbeiten.gif',1);
			MM_swapImage('gr_zi2_dieterichs_s','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/dieterichs/s/r2-arbeiten.gif',1);
			MM_swapImage('gr_zi2_dieterichs_s-so','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/dieterichs/s-so/r2-arbeiten.gif',1);
			MM_swapImage('gr_zi2_dieterichs_so','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/dieterichs/so/r2-arbeiten.gif',1);
			MM_swapImage('gr_zi2_dieterichs_o','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/dieterichs/o/r2-arbeiten.gif',1);
			MM_swapImage('gr_zi2_dieterichs_n','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/dieterichs/n/r2-arbeiten.gif',1);
			MM_swapImage('gr_zi2_dieterichs_w','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/dieterichs/w/r2-arbeiten.gif',1);
			MM_swapImage('gr_zi2_dieterichs_sw','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/dieterichs/sw/r2-arbeiten.gif',1);
			MM_swapImage('gr_zi2_dieterichs_s-sw','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/dieterichs/s-sw/r2-arbeiten.gif',1); 
			MM_swapImage('arbeiten2','','wp-content/plugins/vhNaNuToolkit/grafik/icons/raeume/raeume/Icon_arbeiten1.png',1);
			break;
		}
	}
}

function OnMouseOver_raum2_schlafen()
{
	MM_swapImage('schlafen2','','wp-content/plugins/vhNaNuToolkit/grafik/icons/raeume/raeume/Icon_schlafen1.png',1);
}

function OnMouseOut_raum2_schlafen()
{
	MM_swapImgRestore('schlafen2','','wp-content/plugins/vhNaNuToolkit/grafik/icons/raeume/raeume/Icon_schlafen.png',1);
}

function OnMouseOver_raum2_kind()
{
	MM_swapImage('kind2','','wp-content/plugins/vhNaNuToolkit/grafik/icons/raeume/raeume/Icon_kind1.png',1);
}

function OnMouseOut_raum2_kind()
{
	MM_swapImgRestore('kind2','','wp-content/plugins/vhNaNuToolkit/grafik/icons/raeume/raeume/Icon_kind.png',1);
}

function OnMouseOver_raum2_gast()
{
	MM_swapImage('gast2','','wp-content/plugins/vhNaNuToolkit/grafik/icons/raeume/raeume/Icon_gast1.png',1);
}

function OnMouseOut_raum2_gast()
{
	MM_swapImgRestore('gast2','','wp-content/plugins/vhNaNuToolkit/grafik/icons/raeume/raeume/Icon_gast.png',1);
}

function OnMouseOver_raum2_arbeiten()
{
	MM_swapImage('arbeiten2','','wp-content/plugins/vhNaNuToolkit/grafik/icons/raeume/raeume/Icon_arbeiten1.png',1);
}

function OnMouseOut_raum2_arbeiten()
{
	MM_swapImgRestore('arbeiten2','','wp-content/plugins/vhNaNuToolkit/grafik/icons/raeume/raeume/Icon_arbeiten.png',1);
}


function OnClick_raum3(value)
{
	switch (value)
	{
		case 'schlafen':
		{
			document.getElementById('schlafen').style.padding = "2px";
			document.getElementById('kind').style.padding = "0px";	
			document.getElementById('gast').style.padding = "0px";
			document.getElementById('arbeiten').style.padding = "0px";
			document.getElementById('nanu_raum3').value='1';
			document.getElementById('div_schritt144_ja').style.display = "inline";
			document.getElementById('div_schritt144_nein').style.display = "none";
			MM_swapImage('gr_zi3_strunz_s','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/strunz/s/r3-schlafen.gif',1);
			MM_swapImage('gr_zi3_strunz_s-so','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/strunz/s-so/r3-schlafen.gif',1);
			MM_swapImage('gr_zi3_strunz_so','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/strunz/so/r3-schlafen.gif',1);
			MM_swapImage('gr_zi3_strunz_o','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/strunz/o/r3-schlafen.gif',1);
			MM_swapImage('gr_zi3_strunz_n','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/strunz/n/r3-schlafen.gif',1);
			MM_swapImage('gr_zi3_strunz_w','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/strunz/w/r3-schlafen.gif',1);
			MM_swapImage('gr_zi3_strunz_sw','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/strunz/sw/r3-schlafen.gif',1);
			MM_swapImage('gr_zi3_strunz_s-sw','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/strunz/s-sw/r3-schlafen.gif',1);
			MM_swapImage('gr_zi3_schalkgerken_s','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/schalkgerken/s/r3-schlafen.gif',1);
			MM_swapImage('gr_zi3_schalkgerken_s-so','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/schalkgerken/s-so/r3-schlafen.gif',1);
			MM_swapImage('gr_zi3_schalkgerken_so','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/schalkgerken/so/r3-schlafen.gif',1);
			MM_swapImage('gr_zi3_schalkgerken_o','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/schalkgerken/o/r3-schlafen.gif',1);
			MM_swapImage('gr_zi3_schalkgerken_n','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/schalkgerken/n/r3-schlafen.gif',1);
			MM_swapImage('gr_zi3_schalkgerken_w','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/schalkgerken/w/r3-schlafen.gif',1);
			MM_swapImage('gr_zi3_schalkgerken_sw','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/schalkgerken/sw/r3-schlafen.gif',1);
			MM_swapImage('gr_zi3_schalkgerken_s-sw','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/schalkgerken/s-sw/r3-schlafen.gif',1);
			MM_swapImage('gr_zi3_dieterichs_s','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/dieterichs/s/r3-schlafen.gif',1);
			MM_swapImage('gr_zi3_dieterichs_s-so','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/dieterichs/s-so/r3-schlafen.gif',1);
			MM_swapImage('gr_zi3_dieterichs_so','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/dieterichs/so/r3-schlafen.gif',1);
			MM_swapImage('gr_zi3_dieterichs_o','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/dieterichs/o/r3-schlafen.gif',1);
			MM_swapImage('gr_zi3_dieterichs_n','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/dieterichs/n/r3-schlafen.gif',1);
			MM_swapImage('gr_zi3_dieterichs_w','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/dieterichs/w/r3-schlafen.gif',1);
			MM_swapImage('gr_zi3_dieterichs_sw','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/dieterichs/sw/r3-schlafen.gif',1);
			MM_swapImage('gr_zi3_dieterichs_s-sw','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/dieterichs/s-sw/r3-schlafen.gif',1); 
			MM_swapImage('schlafen','','wp-content/plugins/vhNaNuToolkit/grafik/icons/raeume/raeume/Icon_schlafen1.png',1);
			break;
		}
		case 'kind':
		{
			document.getElementById('schlafen').style.padding = "0px";
			document.getElementById('kind').style.padding = "2px";	
			document.getElementById('gast').style.padding = "0px";
			document.getElementById('arbeiten').style.padding = "0px";
			document.getElementById('nanu_raum3').value='2';
			document.getElementById('div_schritt144_ja').style.display = "inline";
			document.getElementById('div_schritt144_nein').style.display = "none";
			MM_swapImage('gr_zi3_strunz_s','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/strunz/s/r3-kind.gif',1);
			MM_swapImage('gr_zi3_strunz_s-so','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/strunz/s-so/r3-kind.gif',1);
			MM_swapImage('gr_zi3_strunz_so','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/strunz/so/r3-kind.gif',1);
			MM_swapImage('gr_zi3_strunz_o','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/strunz/o/r3-kind.gif',1);
			MM_swapImage('gr_zi3_strunz_n','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/strunz/n/r3-kind.gif',1);
			MM_swapImage('gr_zi3_strunz_w','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/strunz/w/r3-kind.gif',1);
			MM_swapImage('gr_zi3_strunz_sw','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/strunz/sw/r3-kind.gif',1);
			MM_swapImage('gr_zi3_strunz_s-sw','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/strunz/s-sw/r3-kind.gif',1);
			MM_swapImage('gr_zi3_schalkgerken_s','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/schalkgerken/s/r3-kind.gif',1);
			MM_swapImage('gr_zi3_schalkgerken_s-so','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/schalkgerken/s-so/r3-kind.gif',1);
			MM_swapImage('gr_zi3_schalkgerken_so','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/schalkgerken/so/r3-kind.gif',1);
			MM_swapImage('gr_zi3_schalkgerken_o','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/schalkgerken/o/r3-kind.gif',1);
			MM_swapImage('gr_zi3_schalkgerken_n','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/schalkgerken/n/r3-kind.gif',1);
			MM_swapImage('gr_zi3_schalkgerken_w','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/schalkgerken/w/r3-kind.gif',1);
			MM_swapImage('gr_zi3_schalkgerken_sw','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/schalkgerken/sw/r3-kind.gif',1);
			MM_swapImage('gr_zi3_schalkgerken_s-sw','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/schalkgerken/s-sw/r3-kind.gif',1);
			MM_swapImage('gr_zi3_dieterichs_s','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/dieterichs/s/r3-kind.gif',1);
			MM_swapImage('gr_zi3_dieterichs_s-so','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/dieterichs/s-so/r3-kind.gif',1);
			MM_swapImage('gr_zi3_dieterichs_so','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/dieterichs/so/r3-kind.gif',1);
			MM_swapImage('gr_zi3_dieterichs_o','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/dieterichs/o/r3-kind.gif',1);
			MM_swapImage('gr_zi3_dieterichs_n','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/dieterichs/n/r3-kind.gif',1);
			MM_swapImage('gr_zi3_dieterichs_w','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/dieterichs/w/r3-kind.gif',1);
			MM_swapImage('gr_zi3_dieterichs_sw','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/dieterichs/sw/r3-kind.gif',1);
			MM_swapImage('gr_zi3_dieterichs_s-sw','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/dieterichs/s-sw/r3-kind.gif',1); 
			MM_swapImage('kind','','wp-content/plugins/vhNaNuToolkit/grafik/icons/raeume/raeume/Icon_kind1.png',1);
			break;
		}
		case 'gast':
		{
			document.getElementById('schlafen').style.padding = "0px";
			document.getElementById('kind').style.padding = "0px";	
			document.getElementById('gast').style.padding = "2px";
			document.getElementById('arbeiten').style.padding = "0px";
			document.getElementById('nanu_raum3').value='3';
			document.getElementById('div_schritt144_ja').style.display = "inline";
			document.getElementById('div_schritt144_nein').style.display = "none";
			MM_swapImage('gr_zi3_strunz_s','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/strunz/s/r3-gast.gif',1);
			MM_swapImage('gr_zi3_strunz_s-so','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/strunz/s-so/r3-gast.gif',1);
			MM_swapImage('gr_zi3_strunz_so','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/strunz/so/r3-gast.gif',1);
			MM_swapImage('gr_zi3_strunz_o','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/strunz/o/r3-gast.gif',1);
			MM_swapImage('gr_zi3_strunz_n','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/strunz/n/r3-gast.gif',1);
			MM_swapImage('gr_zi3_strunz_w','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/strunz/w/r3-gast.gif',1);
			MM_swapImage('gr_zi3_strunz_sw','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/strunz/sw/r3-gast.gif',1);
			MM_swapImage('gr_zi3_strunz_s-sw','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/strunz/s-sw/r3-gast.gif',1);
			MM_swapImage('gr_zi3_schalkgerken_s','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/schalkgerken/s/r3-gast.gif',1);
			MM_swapImage('gr_zi3_schalkgerken_s-so','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/schalkgerken/s-so/r3-gast.gif',1);
			MM_swapImage('gr_zi3_schalkgerken_so','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/schalkgerken/so/r3-gast.gif',1);
			MM_swapImage('gr_zi3_schalkgerken_o','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/schalkgerken/o/r3-gast.gif',1);
			MM_swapImage('gr_zi3_schalkgerken_n','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/schalkgerken/n/r3-gast.gif',1);
			MM_swapImage('gr_zi3_schalkgerken_w','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/schalkgerken/w/r3-gast.gif',1);
			MM_swapImage('gr_zi3_schalkgerken_sw','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/schalkgerken/sw/r3-gast.gif',1);
			MM_swapImage('gr_zi3_schalkgerken_s-sw','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/schalkgerken/s-sw/r3-gast.gif',1);
			MM_swapImage('gr_zi3_dieterichs_s','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/dieterichs/s/r3-gast.gif',1);
			MM_swapImage('gr_zi3_dieterichs_s-so','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/dieterichs/s-so/r3-gast.gif',1);
			MM_swapImage('gr_zi3_dieterichs_so','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/dieterichs/so/r3-gast.gif',1);
			MM_swapImage('gr_zi3_dieterichs_o','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/dieterichs/o/r3-gast.gif',1);
			MM_swapImage('gr_zi3_dieterichs_n','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/dieterichs/n/r3-gast.gif',1);
			MM_swapImage('gr_zi3_dieterichs_w','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/dieterichs/w/r3-gast.gif',1);
			MM_swapImage('gr_zi3_dieterichs_sw','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/dieterichs/sw/r3-gast.gif',1);
			MM_swapImage('gr_zi3_dieterichs_s-sw','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/dieterichs/s-sw/r3-gast.gif',1); 
			MM_swapImage('gast','','wp-content/plugins/vhNaNuToolkit/grafik/icons/raeume/raeume/Icon_gast1.png',1);
			break;
		}
		case 'arbeiten':
		{
			document.getElementById('schlafen').style.padding = "0px";
			document.getElementById('kind').style.padding = "0px";	
			document.getElementById('gast').style.padding = "0px";
			document.getElementById('arbeiten').style.padding = "2px";
			document.getElementById('nanu_raum3').value='4';
			document.getElementById('div_schritt144_ja').style.display = "inline";
			document.getElementById('div_schritt144_nein').style.display = "none";
			MM_swapImage('gr_zi3_strunz_s','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/strunz/s/r3-arbeiten.gif',1);
			MM_swapImage('gr_zi3_strunz_s-so','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/strunz/s-so/r3-arbeiten.gif',1);
			MM_swapImage('gr_zi3_strunz_so','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/strunz/so/r3-arbeiten.gif',1);
			MM_swapImage('gr_zi3_strunz_o','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/strunz/o/r3-arbeiten.gif',1);
			MM_swapImage('gr_zi3_strunz_n','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/strunz/n/r3-arbeiten.gif',1);
			MM_swapImage('gr_zi3_strunz_w','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/strunz/w/r3-arbeiten.gif',1);
			MM_swapImage('gr_zi3_strunz_sw','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/strunz/sw/r3-arbeiten.gif',1);
			MM_swapImage('gr_zi3_strunz_s-sw','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/strunz/s-sw/r3-arbeiten.gif',1);
			MM_swapImage('gr_zi3_schalkgerken_s','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/schalkgerken/s/r3-arbeiten.gif',1);
			MM_swapImage('gr_zi3_schalkgerken_s-so','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/schalkgerken/s-so/r3-arbeiten.gif',1);
			MM_swapImage('gr_zi3_schalkgerken_so','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/schalkgerken/so/r3-arbeiten.gif',1);
			MM_swapImage('gr_zi3_schalkgerken_o','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/schalkgerken/o/r3-arbeiten.gif',1);
			MM_swapImage('gr_zi3_schalkgerken_n','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/schalkgerken/n/r3-arbeiten.gif',1);
			MM_swapImage('gr_zi3_schalkgerken_w','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/schalkgerken/w/r3-arbeiten.gif',1);
			MM_swapImage('gr_zi3_schalkgerken_sw','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/schalkgerken/sw/r3-arbeiten.gif',1);
			MM_swapImage('gr_zi3_schalkgerken_s-sw','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/schalkgerken/s-sw/r3-arbeiten.gif',1);
			MM_swapImage('gr_zi3_dieterichs_s','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/dieterichs/s/r3-arbeiten.gif',1);
			MM_swapImage('gr_zi3_dieterichs_s-so','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/dieterichs/s-so/r3-arbeiten.gif',1);
			MM_swapImage('gr_zi3_dieterichs_so','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/dieterichs/so/r3-arbeiten.gif',1);
			MM_swapImage('gr_zi3_dieterichs_o','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/dieterichs/o/r3-arbeiten.gif',1);
			MM_swapImage('gr_zi3_dieterichs_n','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/dieterichs/n/r3-arbeiten.gif',1);
			MM_swapImage('gr_zi3_dieterichs_w','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/dieterichs/w/r3-arbeiten.gif',1);
			MM_swapImage('gr_zi3_dieterichs_sw','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/dieterichs/sw/r3-arbeiten.gif',1);
			MM_swapImage('gr_zi3_dieterichs_s-sw','','wp-content/plugins/vhNaNuToolkit/grafik/grundrisse/dieterichs/s-sw/r3-arbeiten.gif',1); 
			MM_swapImage('arbeiten','','wp-content/plugins/vhNaNuToolkit/grafik/icons/raeume/raeume/Icon_arbeiten1.png',1);
			break;
		}
	}
}

function OnMouseOver_raum3_schlafen()
{
	MM_swapImage('schlafen','','wp-content/plugins/vhNaNuToolkit/grafik/icons/raeume/raeume/Icon_schlafen1.png',1);
}

function OnMouseOut_raum3_schlafen()
{
	MM_swapImgRestore('schlafen','','wp-content/plugins/vhNaNuToolkit/grafik/icons/raeume/raeume/Icon_schlafen.png',1);
}

function OnMouseOver_raum3_kind()
{
	MM_swapImage('kind','','wp-content/plugins/vhNaNuToolkit/grafik/icons/raeume/raeume/Icon_kind1.png',1);
}

function OnMouseOut_raum3_kind()
{
	MM_swapImgRestore('kind','','wp-content/plugins/vhNaNuToolkit/grafik/icons/raeume/raeume/Icon_kind.png',1);
}

function OnMouseOver_raum3_gast()
{
	MM_swapImage('gast','','wp-content/plugins/vhNaNuToolkit/grafik/icons/raeume/raeume/Icon_gast1.png',1);
}

function OnMouseOut_raum3_gast()
{
	MM_swapImgRestore('gast','','wp-content/plugins/vhNaNuToolkit/grafik/icons/raeume/raeume/Icon_gast.png',1);
}

function OnMouseOver_raum3_arbeiten()
{
	MM_swapImage('arbeiten','','wp-content/plugins/vhNaNuToolkit/grafik/icons/raeume/raeume/Icon_arbeiten1.png',1);
}

function OnMouseOut_raum3_arbeiten()
{
	MM_swapImgRestore('arbeiten','','wp-content/plugins/vhNaNuToolkit/grafik/icons/raeume/raeume/Icon_arbeiten.png',1);
}

function OnClick_daemmstoff(value)
{
	document.getElementById('nanu_daemmstoff').value=value;
	document.getElementById('div_schritt151_ja').style.display = "inline";
	document.getElementById('div_schritt151_nein').style.display = "none";
			
	switch (value)
	{
		case '1': //'mineralfaser'
		{
			document.getElementById('mineralwolle').style.padding = "2px";
			document.getElementById('weichfaserplatte').style.padding = "0px";	
			document.getElementById('zellulose').style.padding = "0px";
			ShowEinst_Daemmstoff('einst_mineralfaser');
			break;
		}
		case '2': //'weichfaser'
		{
			document.getElementById('mineralwolle').style.padding = "0px";
			document.getElementById('weichfaserplatte').style.padding = "2px";	
			document.getElementById('zellulose').style.padding = "0px";
			ShowEinst_Daemmstoff('einst_weichfaser');
			break;
		}
		case '3': //'zellulose'
		{
			document.getElementById('mineralwolle').style.padding = "0px";
			document.getElementById('weichfaserplatte').style.padding = "0px";	
			document.getElementById('zellulose').style.padding = "2px";
			ShowEinst_Daemmstoff('einst_zellullose');
			break;
		}
	}
	
	calculation();
}

function OnMouseOver_daemmstoff_mineralfaser()
{
	ShowHilfeausgabe('hilfe_mineralfaser');
	MM_swapImage('mineralwolle','','wp-content/plugins/vhNaNuToolkit/grafik/icons/standard/daemmstoff/Icon_mineralfaser1.png',1);
}

function OnMouseOut_daemmstoff_mineralfaser()
{
	MM_swapImgRestore();
}

function OnMouseOver_daemmstoff_weichfaser()
{
	ShowHilfeausgabe('hilfe_weichfaser');
	MM_swapImage('weichfaserplatte','','wp-content/plugins/vhNaNuToolkit/grafik/icons/standard/daemmstoff/Icon_weichfaser1.png',1);
}

function OnMouseOut_daemmstoff_weichfaser()
{
	MM_swapImgRestore();
}

function OnMouseOver_daemmstoff_zellulose()
{
	ShowHilfeausgabe('hilfe_zellulose');
	MM_swapImage('zellulose','','wp-content/plugins/vhNaNuToolkit/grafik/icons/standard/daemmstoff/Icon_zellulose1.png',1);
}

function OnMouseOut_daemmstoff_zellulose()
{
	MM_swapImgRestore();
}

function OnClick_heizung(value)
{
	document.getElementById('nanu_heizung').value=value;
	document.getElementById('div_schritt152_ja').style.display = "inline";
	document.getElementById('div_schritt152_nein').style.display = "none";
	
	switch (value)
	{
		case '1':
		{
			document.getElementById('gastherme').style.padding = "2px";
			document.getElementById('pellets').style.padding = "0px";	
			document.getElementById('waermepumpe').style.padding = "0px";
			ShowEinst_Waermequelle('einst_gas');
			break;
			
		}
		case '2':
		{
			document.getElementById('gastherme').style.padding = "0px";
			document.getElementById('pellets').style.padding = "2px";	
			document.getElementById('waermepumpe').style.padding = "0px";
			ShowEinst_Waermequelle('einst_pellets');
			break;
		}
		case '3':
		{
			document.getElementById('gastherme').style.padding = "0px";
			document.getElementById('pellets').style.padding = "0px";	
			document.getElementById('waermepumpe').style.padding = "2px";
			ShowEinst_Waermequelle('einst_waermepumpe');
			break;
		}
	}
	
	calculation();
}

function OnMouseOver_gas()
{
	ShowHilfeausgabe('hilfe_gas');
	MM_swapImage('gastherme','','wp-content/plugins/vhNaNuToolkit/grafik/icons/techn_ausbau/heizung/Icon_gas1.png',1);
}

function OnMouseOut_gas()
{
	MM_swapImgRestore();
}

function OnMouseOver_pellets()
{
	ShowHilfeausgabe('hilfe_pellets');
	MM_swapImage('pellets','','wp-content/plugins/vhNaNuToolkit/grafik/icons/techn_ausbau/heizung/Icon_pellets1.png',1);
}

function OnMouseOut_pellets()
{
	MM_swapImgRestore();
}

function OnMouseOver_waermepumpe()
{
	ShowHilfeausgabe('hilfe_waermepumpe');
	MM_swapImage('waermepumpe','','wp-content/plugins/vhNaNuToolkit/grafik/icons/techn_ausbau/heizung/Icon_waermepumpe1.png',1);
}

function OnMouseOut_waermepumpe()
{
	MM_swapImgRestore();
}

function OnClick_solar(value)
{
	document.getElementById('nanu_solar').value=value;
	document.getElementById('div_schritt153_ja').style.display = "inline";
	document.getElementById('div_schritt153_nein').style.display = "none";
	
	switch (value)
	{
		case '0':
		{
			document.getElementById('kein_solar').style.padding = "2px";
			document.getElementById('photovoltaik').style.padding = "0px";
			document.getElementById('wasser').style.padding = "0px";	
			document.getElementById('heizungsunterstuetzung').style.padding = "0px";
			ShowEinst_Solaranlage('einst_warmwasser');
			document.getElementById('box_anzahl').style.display = "none";
			break;
		}

		case '1':
		{
			//document.getElementById('kein_solar').style.padding = "0px";	
			//document.getElementById('photovoltaik').style.padding = "2px";
			//document.getElementById('wasser').style.padding = "0px";	
			//document.getElementById('heizungsunterstuetzung').style.padding = "0px";
			//ShowEinst_Solaranlage('einst_photovoltaik');
			//document.getElementById('box_anzahl').style.display = "none";
			break;
		}
		case '2':
		{
			document.getElementById('kein_solar').style.padding = "0px";
			document.getElementById('photovoltaik').style.padding = "0px";
			document.getElementById('wasser').style.padding = "2px";	
			document.getElementById('heizungsunterstuetzung').style.padding = "0px";
			ShowEinst_Solaranlage('einst_warmwasser');
			document.getElementById('box_anzahl').style.display = "none";
			break;
		}
		case '3':
		{
			document.getElementById('kein_solar').style.padding = "0px";
			document.getElementById('photovoltaik').style.padding = "0px";
			document.getElementById('wasser').style.padding = "0px";	
			document.getElementById('heizungsunterstuetzung').style.padding = "2px";
			ShowEinst_Solaranlage('einst_heizungsunterstuetzung');
			document.getElementById('box_anzahl').style.display = "inline";
			break;
		}
	}
	
	calculation();
}

function OnMouseOver_kein_solar()
{
	//ShowHilfeausgabe('hilfe_photovoltaik');
	MM_swapImage('kein_solar','','wp-content/plugins/vhNaNuToolkit/grafik/icons/techn_ausbau/solar/Icon_kein1.png',1);
}

function OnMouseOut_kein_solar()
{
	MM_swapImgRestore();
}

function OnMouseOver_photovoltaik()
{
	ShowHilfeausgabe('hilfe_photovoltaik');
	//MM_swapImage('photovoltaik','','wp-content/plugins/vhNaNuToolkit/grafik/icons/techn_ausbau/solar/Icon_photovoltaik1.png',1);
}

function OnMouseOut_photovoltaik()
{
	//MM_swapImgRestore();
}

function OnMouseOver_warmwasser()
{
	ShowHilfeausgabe('hilfe_warmwasser');
	MM_swapImage('wasser','','wp-content/plugins/vhNaNuToolkit/grafik/icons/techn_ausbau/solar/Icon_solaranlage_wasser1.png',1);
}

function OnMouseOut_warmwasser()
{
	MM_swapImgRestore();
}

function OnMouseOver_heizungsunterstuetzung()
{
	ShowHilfeausgabe('hilfe_heizungsunterstuetzung');
	MM_swapImage('heizungsunterstuetzung','','wp-content/plugins/vhNaNuToolkit/grafik/icons/techn_ausbau/solar/Icon_solaranlage_heizung1.png',1);
}

function OnMouseOut_heizungsunterstuetzung()
{
	MM_swapImgRestore();
}

function OnClick_luft(value)
{
	switch (value)
	{
		case '1':
		{
			alert(unescape("Ab 2009 muss laut DIN ein Luftaustausch im 2-Stunden-Takt stattfinden. Aus diesem Grund setzen wir ein L%FCftungsanlage voraus."));			
			return;
			
			//if (document.getElementById('nanu_daemmstandard').value == '3')
			//{
			//	alert(unescape("In einem Passivhaus ist die L%FCftungsanlage mit W%E4rmegr%FCckgewinnung vorgeschrieben.%0AIhre %C4nderung kann nicht %FCbernommen werden."));
			//	return;
			//}
			
			//document.getElementById('ohne').style.padding = "2px";
			//document.getElementById('dezentrale Abluftanlage').style.padding = "0px";	
			//document.getElementById('lueftungmitwaermerueckgewinnung').style.padding = "0px";
			//ShowEinst_Lueftungsanlage('einst_ohne');
			break;
		}
		case '2':
		{
			if (document.getElementById('nanu_daemmstandard').value == '3')
			{
				alert(unescape("In einem Passivhaus ist die L%FCftungsanlage mit W%E4rmegr%FCckgewinnung vorgeschrieben.%0AIhre %C4nderung kann nicht %FCbernommen werden."));
				return;
			}
			
			document.getElementById('ohne').style.padding = "0px";
			document.getElementById('dezentrale Abluftanlage').style.padding = "2px";	
			document.getElementById('lueftungmitwaermerueckgewinnung').style.padding = "0px";
			ShowEinst_Lueftungsanlage('einst_dezentral');
			break;
		}
		case '3':
		{
			document.getElementById('ohne').style.padding = "0px";
			document.getElementById('dezentrale Abluftanlage').style.padding = "0px";	
			document.getElementById('lueftungmitwaermerueckgewinnung').style.padding = "2px";
			ShowEinst_Lueftungsanlage('einst_waermerueckgewinnung');
			break;
		}
	}
	
	document.getElementById('nanu_luft').value=value;
	document.getElementById('div_schritt154_ja').style.display = "inline";
	document.getElementById('div_schritt154_nein').style.display = "none";
	
	calculation();
}

function OnMouseOver_ohne()
{
	ShowHilfeausgabe('hilfe_ohne');
	//MM_swapImage('ohne','','wp-content/plugins/vhNaNuToolkit/grafik/icons/techn_ausbau/solar/Icon_keine_lueftungsanlage1.png',1);
}

function OnMouseOut_ohne()
{
	//MM_swapImgRestore();
}

function OnMouseOver_dezentral()
{
	ShowHilfeausgabe('hilfe_dezentral');
	MM_swapImage('dezentrale Abluftanlage','','wp-content/plugins/vhNaNuToolkit/grafik/icons/techn_ausbau/lueftung/Icon_dezentrale_Abluftanlage1.png',1);
}

function OnMouseOut_dezentral()
{
	MM_swapImgRestore();
}

function OnMouseOver_gewinnung()
{
	ShowHilfeausgabe('hilfe_waermerueck');
	MM_swapImage('lueftungmitwaermerueckgewinnung','','wp-content/plugins/vhNaNuToolkit/grafik/icons/techn_ausbau/lueftung/Icon_lueftung_mit_WRG1.png',1);
}

function OnMouseOut_gewinnung()
{
	MM_swapImgRestore();
}

function OnClick_Setzen_anzahl()
{
	 document.getElementById('div_schritt162_nein').style.display = "none";
	 document.getElementById('div_schritt162_ja').style.display = "inline";
	 calculation();
}

function OnClick_Setzen_temperatur()
{
	 document.getElementById('div_schritt161_nein').style.display = "none";
	 document.getElementById('div_schritt161_ja').style.display = "inline";
	 calculation();
}

function OnClick_Setzen_dauer()
{
	 document.getElementById('div_schritt163_nein').style.display = "none";
	 document.getElementById('div_schritt163_ja').style.display = "inline";
	 calculation();
}

function OnClick_Setzen_preise()
{
	 document.getElementById('div_schritt12_nein').style.display = "none";
	 document.getElementById('div_schritt12_ja').style.display = "inline";
	 calculation();
}

function OnClick_Sprung0()
{
	 ShowMenu1_1('menu1_haus');
	 ShowMenu2('menue_haeuser');
	 ShowRight('hausansicht');
	 ShowMenu3('menue_ersatz');
	 ShowHilfeausgabe('hilfe_hausauswahl'); 
	 document.getElementById('hausauswahl').style.padding = "2px";
	 document.getElementById('hausauswahl1').style.padding = "2px";
	 document.getElementById('hausauswahl2').style.padding = "2px";
	 document.getElementById('hausauswahl3').style.padding = "2px";
	 document.getElementById('hausauswahl4').style.padding = "2px";
	 document.getElementById('hausauswahl5').style.padding = "2px";
	 document.getElementById('hausauswahl6').style.padding = "2px";
	 document.getElementById('hausauswahl7').style.padding = "2px";
	 document.getElementById('standard11').style.padding = "0px";
	 document.getElementById('standard12').style.padding = "0px";
	 document.getElementById('standard13').style.padding = "0px";
	 document.getElementById('standard14').style.padding = "0px";
	 document.getElementById('standard15').style.padding = "0px";
	 document.getElementById('standard16').style.padding = "0px";
	 document.getElementById('standard17').style.padding = "0px";
	 document.getElementById('Fassadengestaltung2').style.padding = "0px";
	 document.getElementById('Fassadengestaltung3').style.padding = "0px";
	 document.getElementById('Fassadengestaltung4').style.padding = "0px";
	 document.getElementById('Fassadengestaltung5').style.padding = "0px";
	 document.getElementById('Fassadengestaltung6').style.padding = "0px";
	 document.getElementById('Fassadengestaltung7').style.padding = "0px";
	 document.getElementById('raeume3').style.padding = "0px";
	 document.getElementById('raeume4').style.padding = "0px";
	 document.getElementById('raeume5').style.padding = "0px";
	 document.getElementById('raeume6').style.padding = "0px";
	 document.getElementById('raeume7').style.padding = "0px";
	 document.getElementById('technik4').style.padding = "0px";
	 document.getElementById('technik5').style.padding = "0px";
	 document.getElementById('technik6').style.padding = "0px";
	 document.getElementById('technik7').style.padding = "0px";
	 document.getElementById('Standard5').style.padding = "0px";
	 document.getElementById('Standard4').style.padding = "0px";
	 document.getElementById('Standard7').style.padding = "0px";
	 document.getElementById('drehen4').style.padding = "0px";
	 document.getElementById('drehen7').style.padding = "0px";
	 document.getElementById('meins7').style.padding = "0px";
	 document.getElementById('swap_ansichten').style.padding = "2px";
	 document.getElementById('swap_grundrisse').style.padding = "0px";
	 document.getElementById('swap_einstellungen').style.padding = "0px";
	 
	 if ((document.getElementById('div_schritt12_nein').style.display  != "inline") && (document.getElementById('div_schritt12_ja').style.display  != "inline"))
	 {
		 document.getElementById('div_schritt12_nein').style.display = "inline";
		 document.getElementById('div_schritt12_ja').style.display = "none";
	 }
}

function OnClick_Schritt_11()
{
	 if (document.getElementById('haustyp').value  != "0")
		 {
		 ShowMenu1_1('menu1_energie');
		 ShowMenu2('menue_ausbau');
		 ShowRight('einstellungen');
		 ShowHilfeausgabe('hilfe_daemmstandard'); 
		 document.getElementById('hausauswahl').style.padding = "0px";
		 document.getElementById('hausauswahl1').style.padding = "0px";
		 document.getElementById('hausauswahl2').style.padding = "0px";
		 document.getElementById('hausauswahl3').style.padding = "0px";
		 document.getElementById('hausauswahl4').style.padding = "0px";
		 document.getElementById('hausauswahl5').style.padding = "0px";
		 document.getElementById('hausauswahl6').style.padding = "0px";
		 document.getElementById('hausauswahl7').style.padding = "0px";
		 document.getElementById('standard11').style.padding = "0px";
		 document.getElementById('standard12').style.padding = "0px";
		 document.getElementById('standard13').style.padding = "0px";
		 document.getElementById('standard14').style.padding = "0px";
		 document.getElementById('standard15').style.padding = "0px";
		 document.getElementById('standard16').style.padding = "0px";
		 document.getElementById('standard17').style.padding = "0px";
		 document.getElementById('Fassadengestaltung2').style.padding = "0px";
		 document.getElementById('Fassadengestaltung3').style.padding = "0px";
		 document.getElementById('Fassadengestaltung4').style.padding = "0px";
		 document.getElementById('Fassadengestaltung5').style.padding = "0px";
		 document.getElementById('Fassadengestaltung6').style.padding = "0px";
		 document.getElementById('Fassadengestaltung7').style.padding = "0px";
		 document.getElementById('raeume3').style.padding = "0px";
		 document.getElementById('raeume4').style.padding = "0px";
		 document.getElementById('raeume5').style.padding = "0px";
		 document.getElementById('raeume6').style.padding = "0px";
		 document.getElementById('raeume7').style.padding = "0px";
		 document.getElementById('technik4').style.padding = "0px";
		 document.getElementById('technik5').style.padding = "0px";
		 document.getElementById('technik6').style.padding = "0px";
		 document.getElementById('technik7').style.padding = "0px";
		 document.getElementById('Standard5').style.padding = "0px";
		 document.getElementById('Standard4').style.padding = "0px";
		 document.getElementById('Standard7').style.padding = "0px";
		 document.getElementById('drehen4').style.padding = "0px";
		 document.getElementById('drehen7').style.padding = "0px";
		 document.getElementById('meins7').style.padding = "0px";
		 document.getElementById('swap_ansichten').style.padding = "0px";
		 document.getElementById('swap_grundrisse').style.padding = "0px";
		 document.getElementById('swap_einstellungen').style.padding = "2px";
		 ShowMenu3('menue_ersatz');
		 
		 if ((document.getElementById('div_schritt12_nein').style.display  != "inline") && (document.getElementById('div_schritt12_ja').style.display  != "inline"))
		 {
			 document.getElementById('div_schritt12_nein').style.display = "inline";
			 document.getElementById('div_schritt12_ja').style.display = "none";
		 }
	 else 
	 alert("Bitte wählen Sie zunächst einen Haustyp.")
	 }
}

function OnClick_Sprung1()
{
	 if (document.getElementById('nanu_haus').value  == "4")
		 {
		 alert("Bitte wählen Sie zunächst einen Haustyp.")
		 }
	 else 
		 {
			 ShowMenu1_1('menu1_energie');
			 ShowMenu2('menue_ausbau');
			 ShowRight('einstellungen');
			 ShowMenu3('menue_ausbau1');
	 		 ShowHilfeausgabe('hilfe_daemmstandard');
			 document.getElementById('einst_standard').style.display = "none";
			 MM_swapImage('standard_swap','','wp-content/plugins/vhNaNuToolkit/grafik/icons/navigation/runter.gif',1);
			 document.getElementById('pass_co2').style.display = "inline";
			 MM_swapImage('standard_swap4','','wp-content/plugins/vhNaNuToolkit/grafik/icons/navigation/hoch.gif',1);
			 document.getElementById('pass_nachweis1').style.display = "inline";
			 MM_swapImage('standard_swap5','','wp-content/plugins/vhNaNuToolkit/grafik/icons/navigation/hoch.gif',1);
			 document.getElementById('pass_endenergie').style.display = "inline";
			 MM_swapImage('standard_swap3','','wp-content/plugins/vhNaNuToolkit/grafik/icons/navigation/hoch.gif',1);
			 document.getElementById('einst_ammortisation').style.display = "inline";
			 MM_swapImage('standard_swap2','','wp-content/plugins/vhNaNuToolkit/grafik/icons/navigation/hoch.gif',1);
			 document.getElementById('einst_kostenprognose').style.display = "none";
			 MM_swapImage('standard_swap1','','wp-content/plugins/vhNaNuToolkit/grafik/icons/navigation/runter.gif',1);
			 document.getElementById('einst_nutzer').style.display = "none";
			 MM_swapImage('standard_swap9','','wp-content/plugins/vhNaNuToolkit/grafik/icons/navigation/runter.gif',1);
			 document.getElementById('einst_technik').style.display = "none";
			 MM_swapImage('standard_swap10','','wp-content/plugins/vhNaNuToolkit/grafik/icons/navigation/runter.gif',1);
			 document.getElementById('daemmst').style.padding = "2px";
			 document.getElementById('energiepreis').style.padding = "0px";
			 document.getElementById('hausauswahl').style.padding = "0px";
			 document.getElementById('hausauswahl1').style.padding = "0px";
			 document.getElementById('hausauswahl2').style.padding = "0px";
			 document.getElementById('hausauswahl3').style.padding = "0px";
			 document.getElementById('hausauswahl4').style.padding = "0px";
			 document.getElementById('hausauswahl5').style.padding = "0px";
			 document.getElementById('hausauswahl6').style.padding = "0px";
			 document.getElementById('hausauswahl7').style.padding = "0px";
			 document.getElementById('standard11').style.padding = "2px";
			 document.getElementById('standard12').style.padding = "2px";
			 document.getElementById('standard13').style.padding = "2px";
			 document.getElementById('standard14').style.padding = "2px";
			 document.getElementById('standard15').style.padding = "2px";
			 document.getElementById('standard16').style.padding = "2px";
			 document.getElementById('standard17').style.padding = "2px";
			 document.getElementById('Fassadengestaltung2').style.padding = "0px";
			 document.getElementById('Fassadengestaltung3').style.padding = "0px";
			 document.getElementById('Fassadengestaltung4').style.padding = "0px";
			 document.getElementById('Fassadengestaltung5').style.padding = "0px";
			 document.getElementById('Fassadengestaltung6').style.padding = "0px";
			 document.getElementById('Fassadengestaltung7').style.padding = "0px";
			 document.getElementById('raeume3').style.padding = "0px";
			 document.getElementById('raeume4').style.padding = "0px";
			 document.getElementById('raeume5').style.padding = "0px";
			 document.getElementById('raeume6').style.padding = "0px";
			 document.getElementById('raeume7').style.padding = "0px";
			 document.getElementById('technik4').style.padding = "0px";
			 document.getElementById('technik5').style.padding = "0px";
			 document.getElementById('technik6').style.padding = "0px";
			 document.getElementById('technik7').style.padding = "0px";
			 document.getElementById('Standard5').style.padding = "0px";
			 document.getElementById('Standard4').style.padding = "0px";
			 document.getElementById('Standard7').style.padding = "0px";
			 document.getElementById('drehen4').style.padding = "0px";
			 document.getElementById('drehen7').style.padding = "0px";
			 document.getElementById('meins7').style.padding = "0px";
			 document.getElementById('swap_ansichten').style.padding = "0px";
			 document.getElementById('swap_grundrisse').style.padding = "0px";
			 document.getElementById('swap_einstellungen').style.padding = "2px";
			 document.getElementById('umschalter').style.display = "inline";
			 
			 if ((document.getElementById('div_schritt12_nein').style.display  != "inline") && (document.getElementById('div_schritt12_ja').style.display  != "inline"))
			 {
				 document.getElementById('div_schritt12_nein').style.display = "inline";
				 document.getElementById('div_schritt12_ja').style.display = "none";
			 }
			 
			 if ((document.getElementById('div_schritt121_nein').style.display  != "inline") && (document.getElementById('div_schritt121_ja').style.display  != "inline"))
			 {
				 document.getElementById('div_schritt121_nein').style.display = "inline";
				 document.getElementById('div_schritt121_ja').style.display = "none";
			 }
	 }
}

function OnClick_Schritt_12()
{
	 ShowMenu1_1('menu1_fassade');
	 ShowMenu2('menue_fassade'); 
	 ShowMenu3('menue_fassadeg');
	 ShowRight('hausansicht');
	 ShowHilfeausgabe('hilfe_fassade'); 
	 document.getElementById('swap_ansichten').style.padding = "2px";
	 document.getElementById('swap_grundrisse').style.padding = "0px";
	 document.getElementById('swap_einstellungen').style.padding = "0px";
	 ShowMenu3('menue_fassadeeg');
	 
	 if ((document.getElementById('div_schritt131_nein').style.display  != "inline") && (document.getElementById('div_schritt131_ja').style.display  != "inline"))
	 {
		 document.getElementById('div_schritt131_nein').style.display = "inline";
	 	 document.getElementById('div_schritt131_ja').style.display = "none";
	 }
	 
	 if ((document.getElementById('div_schritt132_nein').style.display  != "inline") && (document.getElementById('div_schritt132_ja').style.display  != "inline"))
	 {
		 document.getElementById('div_schritt132_nein').style.display = "inline";
		 document.getElementById('div_schritt132_ja').style.display = "none";
	 }
	 
	 if ((document.getElementById('div_schritt133_nein').style.display  != "inline") && (document.getElementById('div_schritt133_ja').style.display  != "inline"))
	 {
		 document.getElementById('div_schritt133_nein').style.display = "inline";
		 document.getElementById('div_schritt133_ja').style.display = "none";
	 }
	 
	 if ((document.getElementById('div_schritt134_nein').style.display  != "inline") && (document.getElementById('div_schritt134_ja').style.display  != "inline"))
	 {
		 document.getElementById('div_schritt134_nein').style.display = "inline";
		 document.getElementById('div_schritt134_ja').style.display = "none";
	 }
	 
	 if ((document.getElementById('div_schritt135_nein').style.display  != "inline") && (document.getElementById('div_schritt135_ja').style.display  != "inline"))
	 {
		 document.getElementById('div_schritt135_nein').style.display = "inline";
		 document.getElementById('div_schritt135_ja').style.display = "none";
	 }
}

function OnClick_Sprung2()
{
	 ShowMenu1_1('menu1_fassade');
	 ShowMenu2('menue_fassade'); 
	 ShowMenu3('menue_fassadeg');
	 ShowRight('hausansicht');
	 ShowHilfeausgabe('hilfe_fassade'); 
	 document.getElementById('hausauswahl').style.padding = "0px";
	 document.getElementById('hausauswahl1').style.padding = "0px";
	 document.getElementById('hausauswahl2').style.padding = "0px";
	 document.getElementById('hausauswahl3').style.padding = "0px";
	 document.getElementById('hausauswahl4').style.padding = "0px";
	 document.getElementById('hausauswahl5').style.padding = "0px";
	 document.getElementById('hausauswahl6').style.padding = "0px";
	 document.getElementById('hausauswahl7').style.padding = "0px";
	 document.getElementById('standard11').style.padding = "0px";
	 document.getElementById('standard12').style.padding = "0px";
	 document.getElementById('standard13').style.padding = "0px";
	 document.getElementById('standard14').style.padding = "0px";
	 document.getElementById('standard15').style.padding = "0px";
	 document.getElementById('standard16').style.padding = "0px";
	 document.getElementById('standard17').style.padding = "0px";
	 document.getElementById('Fassadengestaltung2').style.padding = "2px";
	 document.getElementById('Fassadengestaltung3').style.padding = "2px";
	 document.getElementById('Fassadengestaltung4').style.padding = "2px";
	 document.getElementById('Fassadengestaltung5').style.padding = "2px";
	 document.getElementById('Fassadengestaltung6').style.padding = "2px";
	 document.getElementById('Fassadengestaltung7').style.padding = "2px";
	 document.getElementById('raeume3').style.padding = "0px";
	 document.getElementById('raeume4').style.padding = "0px";
	 document.getElementById('raeume5').style.padding = "0px";
	 document.getElementById('raeume6').style.padding = "0px";
	 document.getElementById('raeume7').style.padding = "0px";
	 document.getElementById('technik4').style.padding = "0px";
	 document.getElementById('technik5').style.padding = "0px";
	 document.getElementById('technik6').style.padding = "0px";
	 document.getElementById('technik7').style.padding = "0px";
	 document.getElementById('Standard5').style.padding = "0px";
	 document.getElementById('Standard4').style.padding = "0px";
	 document.getElementById('Standard7').style.padding = "0px";
	 document.getElementById('drehen4').style.padding = "0px";
	 document.getElementById('drehen7').style.padding = "0px";
	 document.getElementById('meins7').style.padding = "0px";
	 document.getElementById('fassadeeg').style.padding = "2px";
	 document.getElementById('fassadeog').style.padding = "0px";
	 document.getElementById('fassadedg').style.padding = "0px";
	 document.getElementById('fassadeanbau').style.padding = "0px";
	 document.getElementById('dachgestaltung').style.padding = "0px";
	 document.getElementById('swap_ansichten').style.padding = "2px";
	 document.getElementById('swap_grundrisse').style.padding = "0px";
	 document.getElementById('swap_einstellungen').style.padding = "0px";
	 ShowMenu3('menue_fassadeeg');
	 
	 if ((document.getElementById('div_schritt131_nein').style.display  != "inline") && (document.getElementById('div_schritt131_ja').style.display  != "inline"))
	 {
		 document.getElementById('div_schritt131_nein').style.display = "inline";
		 document.getElementById('div_schritt131_ja').style.display = "none";
	 }
	 
	 if ((document.getElementById('div_schritt132_nein').style.display  != "inline") && (document.getElementById('div_schritt132_ja').style.display  != "inline"))
	 {
		 document.getElementById('div_schritt132_nein').style.display = "inline";
		 document.getElementById('div_schritt132_ja').style.display = "none";
	 }
	 
	 if ((document.getElementById('div_schritt133_nein').style.display  != "inline") && (document.getElementById('div_schritt133_ja').style.display  != "inline"))
	 {
		 document.getElementById('div_schritt133_nein').style.display = "inline";
		 document.getElementById('div_schritt133_ja').style.display = "none";
	 }
	 
	 if ((document.getElementById('div_schritt134_nein').style.display  != "inline") && (document.getElementById('div_schritt134_ja').style.display  != "inline"))
	 {
		 document.getElementById('div_schritt134_nein').style.display = "inline";
		 document.getElementById('div_schritt134_ja').style.display = "none";
	 }
	 
	 if ((document.getElementById('div_schritt135_nein').style.display  != "inline") && (document.getElementById('div_schritt135_ja').style.display  != "inline"))
	 {
		 document.getElementById('div_schritt135_nein').style.display = "inline";
		 document.getElementById('div_schritt135_ja').style.display = "none";
	 }
}

function OnClick_Sprung3()
{
	 ShowMenu1_1('menu1_raeume');
	 ShowMenu2('menue_raeume'); 
	 ShowMenu3('menue_kueche');
	 ShowRight('grundrissausgabe');
	 ShowHilfeausgabe('hilfe_raeume'); 
	 document.getElementById('kueche_haupt').style.padding = "2px";
	 document.getElementById('raum1').style.padding = "0px";
	 document.getElementById('raum2').style.padding = "0px";
	 document.getElementById('raum3').style.padding = "0px";
	 document.getElementById('hausauswahl').style.padding = "0px";
	 document.getElementById('hausauswahl1').style.padding = "0px";
	 document.getElementById('hausauswahl2').style.padding = "0px";
	 document.getElementById('hausauswahl3').style.padding = "0px";
	 document.getElementById('hausauswahl4').style.padding = "0px";
	 document.getElementById('hausauswahl5').style.padding = "0px";
	 document.getElementById('hausauswahl6').style.padding = "0px";
	 document.getElementById('hausauswahl7').style.padding = "0px";
	 document.getElementById('standard11').style.padding = "0px";
	 document.getElementById('standard12').style.padding = "0px";
	 document.getElementById('standard13').style.padding = "0px";
	 document.getElementById('standard14').style.padding = "0px";
	 document.getElementById('standard15').style.padding = "0px";
	 document.getElementById('standard16').style.padding = "0px";
	 document.getElementById('standard17').style.padding = "0px";
	 document.getElementById('Fassadengestaltung2').style.padding = "0px";
	 document.getElementById('Fassadengestaltung3').style.padding = "0px";
	 document.getElementById('Fassadengestaltung4').style.padding = "0px";
	 document.getElementById('Fassadengestaltung5').style.padding = "0px";
	 document.getElementById('Fassadengestaltung6').style.padding = "0px";
	 document.getElementById('Fassadengestaltung7').style.padding = "0px";
	 document.getElementById('raeume3').style.padding = "2px";
	 document.getElementById('raeume4').style.padding = "2px";
	 document.getElementById('raeume5').style.padding = "2px";
	 document.getElementById('raeume6').style.padding = "2px";
	 document.getElementById('raeume7').style.padding = "2px";
	 document.getElementById('technik4').style.padding = "0px";
	 document.getElementById('technik5').style.padding = "0px";
	 document.getElementById('technik6').style.padding = "0px";
	 document.getElementById('technik7').style.padding = "0px";
	 document.getElementById('Standard5').style.padding = "0px";
	 document.getElementById('Standard4').style.padding = "0px";
	 document.getElementById('Standard7').style.padding = "0px";
	 document.getElementById('drehen4').style.padding = "0px";
	 document.getElementById('drehen7').style.padding = "0px";
	 document.getElementById('meins7').style.padding = "0px";
	 document.getElementById('swap_ansichten').style.padding = "0px";
	 document.getElementById('swap_grundrisse').style.padding = "2px";
	 document.getElementById('swap_einstellungen').style.padding = "0px";
	 
	 if ((document.getElementById('div_schritt141_nein').style.display  != "inline") && (document.getElementById('div_schritt141_ja').style.display  != "inline"))
	 {
		 document.getElementById('div_schritt141_nein').style.display = "inline";
		 document.getElementById('div_schritt141_ja').style.display = "none";
	 }
	 
	 if ((document.getElementById('div_schritt142_nein').style.display  != "inline") && (document.getElementById('div_schritt142_ja').style.display  != "inline"))
	 {
		 document.getElementById('div_schritt142_nein').style.display = "inline";
		 document.getElementById('div_schritt142_ja').style.display = "none";
	 }
	 
	 if ((document.getElementById('div_schritt143_nein').style.display  != "inline") && (document.getElementById('div_schritt143_ja').style.display  != "inline"))
	 {
		 document.getElementById('div_schritt143_nein').style.display = "inline";
		 document.getElementById('div_schritt143_ja').style.display = "none";
	 }
	 
	 if ((document.getElementById('div_schritt144_nein').style.display  != "inline") && (document.getElementById('div_schritt144_ja').style.display  != "inline"))
	 {
		 document.getElementById('div_schritt144_nein').style.display = "inline";
		 document.getElementById('div_schritt144_ja').style.display = "none";
	 }
}

function OnClick_Sprung4()
{
	 ShowMenu1_1('menu1_technik');
	 ShowMenu2('menue_technik'); 
	 ShowMenu3('menue_daemmstoff');
	 ShowRight('einstellungen');
	 ShowHilfeausgabe('hilfe_daemmstoff'); 
	 document.getElementById('einst_standard').style.display = "none";
	 MM_swapImage('standard_swap','','wp-content/plugins/vhNaNuToolkit/grafik/icons/navigation/runter.gif',1);
	 document.getElementById('pass_co2').style.display = "inline";
	 MM_swapImage('standard_swap4','','wp-content/plugins/vhNaNuToolkit/grafik/icons/navigation/hoch.gif',1);
	 document.getElementById('pass_nachweis1').style.display = "none";
	 MM_swapImage('standard_swap5','','wp-content/plugins/vhNaNuToolkit/grafik/icons/navigation/runter.gif',1);
	 document.getElementById('pass_endenergie').style.display = "none";
	 MM_swapImage('standard_swap3','','wp-content/plugins/vhNaNuToolkit/grafik/icons/navigation/runter.gif',1);
	 document.getElementById('einst_ammortisation').style.display = "inline";
	 MM_swapImage('standard_swap2','','wp-content/plugins/vhNaNuToolkit/grafik/icons/navigation/hoch.gif',1);
	 document.getElementById('einst_kostenprognose').style.display = "inline";
	 MM_swapImage('standard_swap1','','wp-content/plugins/vhNaNuToolkit/grafik/icons/navigation/hoch.gif',1);
	 document.getElementById('einst_nutzer').style.display = "none";
	 MM_swapImage('standard_swap9','','wp-content/plugins/vhNaNuToolkit/grafik/icons/navigation/runter.gif',1);
	 document.getElementById('einst_technik').style.display = "inline";
	 MM_swapImage('standard_swap10','','wp-content/plugins/vhNaNuToolkit/grafik/icons/navigation/hoch.gif',1);
	 document.getElementById('daemmstoff').style.padding = "2px";
	 document.getElementById('heizung').style.padding = "0px";
	 document.getElementById('solar').style.padding = "0px";
	 document.getElementById('lueftung').style.padding = "0px";
	 document.getElementById('hausauswahl').style.padding = "0px";
	 document.getElementById('hausauswahl1').style.padding = "0px";
	 document.getElementById('hausauswahl2').style.padding = "0px";
	 document.getElementById('hausauswahl3').style.padding = "0px";
	 document.getElementById('hausauswahl4').style.padding = "0px";
	 document.getElementById('hausauswahl5').style.padding = "0px";
	 document.getElementById('hausauswahl6').style.padding = "0px";
	 document.getElementById('hausauswahl7').style.padding = "0px";
	 document.getElementById('standard11').style.padding = "0px";
	 document.getElementById('standard12').style.padding = "0px";
	 document.getElementById('standard13').style.padding = "0px";
	 document.getElementById('standard14').style.padding = "0px";
	 document.getElementById('standard15').style.padding = "0px";
	 document.getElementById('standard16').style.padding = "0px";
	 document.getElementById('standard17').style.padding = "0px";
	 document.getElementById('Fassadengestaltung2').style.padding = "0px";
	 document.getElementById('Fassadengestaltung3').style.padding = "0px";
	 document.getElementById('Fassadengestaltung4').style.padding = "0px";
	 document.getElementById('Fassadengestaltung5').style.padding = "0px";
	 document.getElementById('Fassadengestaltung6').style.padding = "0px";
	 document.getElementById('Fassadengestaltung7').style.padding = "0px";
	 document.getElementById('raeume3').style.padding = "0px";
	 document.getElementById('raeume4').style.padding = "0px";
	 document.getElementById('raeume5').style.padding = "0px";
	 document.getElementById('raeume6').style.padding = "0px";
	 document.getElementById('raeume7').style.padding = "0px";
	 document.getElementById('technik4').style.padding = "2px";
	 document.getElementById('technik5').style.padding = "2px";
	 document.getElementById('technik6').style.padding = "2px";
	 document.getElementById('technik7').style.padding = "2px";
	 document.getElementById('Standard5').style.padding = "0px";
	 document.getElementById('Standard4').style.padding = "0px";
	 document.getElementById('Standard7').style.padding = "0px";
	 document.getElementById('drehen4').style.padding = "0px";
	 document.getElementById('drehen7').style.padding = "0px";
	 document.getElementById('meins7').style.padding = "0px";
	 document.getElementById('swap_ansichten').style.padding = "0px";
	 document.getElementById('swap_grundrisse').style.padding = "0px";
	 document.getElementById('swap_einstellungen').style.padding = "2px";
	 
	 if ((document.getElementById('div_schritt151_nein').style.display  != "inline") && (document.getElementById('div_schritt151_ja').style.display  != "inline"))
	 {
		 document.getElementById('div_schritt151_nein').style.display = "inline";
		 document.getElementById('div_schritt151_ja').style.display = "none";
	 }
	 
	 if ((document.getElementById('div_schritt152_nein').style.display  != "inline") && (document.getElementById('div_schritt152_ja').style.display  != "inline"))
	 {
		 document.getElementById('div_schritt152_nein').style.display = "inline";
		 document.getElementById('div_schritt152_ja').style.display = "none";
	 }
	 
	 if ((document.getElementById('div_schritt153_nein').style.display  != "inline") && (document.getElementById('div_schritt153_ja').style.display  != "inline"))
	 {
		 document.getElementById('div_schritt153_nein').style.display = "inline";
		 document.getElementById('div_schritt153_ja').style.display = "none";
	 }
	 
	 if ((document.getElementById('div_schritt154_nein').style.display  != "inline") && (document.getElementById('div_schritt154_ja').style.display  != "inline"))
	 {
		 document.getElementById('div_schritt154_nein').style.display = "inline";
		 document.getElementById('div_schritt154_ja').style.display = "none";
	 }
}

function OnClick_Sprung5()
{
	 ShowMenu1_1('menu1_nutzer');
	 ShowMenu2('menue_standard'); 
	 ShowMenu3('menue_temperatur');
	 ShowRight('einstellungen');
	 ShowHilfeausgabe('hilfe_nutzer');
	 document.getElementById('einst_standard').style.display = "none";
	 MM_swapImage('standard_swap','','wp-content/plugins/vhNaNuToolkit/grafik/icons/navigation/runter.gif',1);
	 document.getElementById('pass_co2').style.display = "inline";
	 MM_swapImage('standard_swap4','','wp-content/plugins/vhNaNuToolkit/grafik/icons/navigation/hoch.gif',1);
	 document.getElementById('pass_nachweis1').style.display = "inline";
	 MM_swapImage('standard_swap5','','wp-content/plugins/vhNaNuToolkit/grafik/icons/navigation/hoch.gif',1);
	 document.getElementById('pass_endenergie').style.display = "inline";
	 MM_swapImage('standard_swap3','','wp-content/plugins/vhNaNuToolkit/grafik/icons/navigation/hoch.gif',1);
	 document.getElementById('einst_ammortisation').style.display = "inline";
	 MM_swapImage('standard_swap2','','wp-content/plugins/vhNaNuToolkit/grafik/icons/navigation/hoch.gif',1);
	 document.getElementById('einst_kostenprognose').style.display = "none";
	 MM_swapImage('standard_swap1','','wp-content/plugins/vhNaNuToolkit/grafik/icons/navigation/runter.gif',1);
	 document.getElementById('einst_nutzer').style.display = "none";
	 MM_swapImage('standard_swap9','','wp-content/plugins/vhNaNuToolkit/grafik/icons/navigation/runter.gif',1);
	 document.getElementById('einst_technik').style.display = "none";
	 MM_swapImage('standard_swap10','','wp-content/plugins/vhNaNuToolkit/grafik/icons/navigation/runter.gif',1);
	 document.getElementById('temperatur').style.padding = "2px";
	 document.getElementById('anzahl').style.padding = "0px";
	 document.getElementById('dauer').style.padding = "0px";
	 document.getElementById('hausauswahl').style.padding = "0px";
	 document.getElementById('hausauswahl1').style.padding = "0px";
	 document.getElementById('hausauswahl2').style.padding = "0px";
	 document.getElementById('hausauswahl3').style.padding = "0px";
	 document.getElementById('hausauswahl4').style.padding = "0px";
	 document.getElementById('hausauswahl5').style.padding = "0px";
	 document.getElementById('hausauswahl6').style.padding = "0px";
	 document.getElementById('hausauswahl7').style.padding = "0px";
	 document.getElementById('standard11').style.padding = "0px";
	 document.getElementById('standard12').style.padding = "0px";
	 document.getElementById('standard13').style.padding = "0px";
	 document.getElementById('standard14').style.padding = "0px";
	 document.getElementById('standard15').style.padding = "0px";
	 document.getElementById('standard16').style.padding = "0px";
	 document.getElementById('standard17').style.padding = "0px";
	 document.getElementById('Fassadengestaltung2').style.padding = "0px";
	 document.getElementById('Fassadengestaltung3').style.padding = "0px";
	 document.getElementById('Fassadengestaltung4').style.padding = "0px";
	 document.getElementById('Fassadengestaltung5').style.padding = "0px";
	 document.getElementById('Fassadengestaltung6').style.padding = "0px";
	 document.getElementById('Fassadengestaltung7').style.padding = "0px";
	 document.getElementById('raeume3').style.padding = "0px";
	 document.getElementById('raeume4').style.padding = "0px";
	 document.getElementById('raeume5').style.padding = "0px";
	 document.getElementById('raeume6').style.padding = "0px";
	 document.getElementById('raeume7').style.padding = "0px";
	 document.getElementById('technik4').style.padding = "0px";
	 document.getElementById('technik5').style.padding = "0px";
	 document.getElementById('technik6').style.padding = "0px";
	 document.getElementById('technik7').style.padding = "0px";
	 document.getElementById('Standard5').style.padding = "2px";
	 document.getElementById('Standard4').style.padding = "2px";
	 document.getElementById('Standard7').style.padding = "2px";
	 document.getElementById('drehen4').style.padding = "0px";
	 document.getElementById('drehen7').style.padding = "0px";
	 document.getElementById('meins7').style.padding = "0px";
	 document.getElementById('swap_ansichten').style.padding = "0px";
	 document.getElementById('swap_grundrisse').style.padding = "0px";
	 document.getElementById('swap_einstellungen').style.padding = "2px";
	 
	 if ((document.getElementById('div_schritt161_nein').style.display  != "inline") && (document.getElementById('div_schritt161_ja').style.display  != "inline"))
	 {
		 document.getElementById('div_schritt161_nein').style.display = "inline";
		 document.getElementById('div_schritt161_ja').style.display = "none";
	 }
	 
	 if ((document.getElementById('div_schritt162_nein').style.display  != "inline") && (document.getElementById('div_schritt162_ja').style.display  != "inline"))
	 {
		 document.getElementById('div_schritt162_nein').style.display = "inline";
		 document.getElementById('div_schritt162_ja').style.display = "none";
	 }
	 
	 if ((document.getElementById('div_schritt163_nein').style.display  != "inline") && (document.getElementById('div_schritt163_ja').style.display  != "inline"))
	 {
		 document.getElementById('div_schritt163_nein').style.display = "inline";
		 document.getElementById('div_schritt163_ja').style.display = "none";
	 }
}

function OnClick_Sprung6()
{
	 ShowMenu1_1('menu1_drehen');
	 ShowMenu2('menue_drehen'); 
	 ShowMenu3('menue_ersatz');
	 ShowRight('grundrissausgabe');
	 ShowHilfeausgabe('hilfe_drehen'); 
	 document.getElementById('hausauswahl').style.padding = "0px";
	 document.getElementById('hausauswahl1').style.padding = "0px";
	 document.getElementById('hausauswahl2').style.padding = "0px";
	 document.getElementById('hausauswahl3').style.padding = "0px";
	 document.getElementById('hausauswahl4').style.padding = "0px";
	 document.getElementById('hausauswahl5').style.padding = "0px";
	 document.getElementById('hausauswahl6').style.padding = "0px";
	 document.getElementById('hausauswahl7').style.padding = "0px";
	 document.getElementById('standard11').style.padding = "0px";
	 document.getElementById('standard12').style.padding = "0px";
	 document.getElementById('standard13').style.padding = "0px";
	 document.getElementById('standard14').style.padding = "0px";
	 document.getElementById('standard15').style.padding = "0px";
	 document.getElementById('standard16').style.padding = "0px";
	 document.getElementById('standard17').style.padding = "0px";
	 document.getElementById('Fassadengestaltung2').style.padding = "0px";
	 document.getElementById('Fassadengestaltung3').style.padding = "0px";
	 document.getElementById('Fassadengestaltung4').style.padding = "0px";
	 document.getElementById('Fassadengestaltung5').style.padding = "0px";
	 document.getElementById('Fassadengestaltung6').style.padding = "0px";
	 document.getElementById('Fassadengestaltung7').style.padding = "0px";
	 document.getElementById('raeume3').style.padding = "0px";
	 document.getElementById('raeume4').style.padding = "0px";
	 document.getElementById('raeume5').style.padding = "0px";
	 document.getElementById('raeume6').style.padding = "0px";
	 document.getElementById('raeume7').style.padding = "0px";
	 document.getElementById('technik4').style.padding = "0px";
	 document.getElementById('technik5').style.padding = "0px";
	 document.getElementById('technik6').style.padding = "0px";
	 document.getElementById('technik7').style.padding = "0px";
	 document.getElementById('Standard5').style.padding = "0px";
	 document.getElementById('Standard4').style.padding = "0px";
	 document.getElementById('Standard7').style.padding = "0px";
	 document.getElementById('drehen4').style.padding = "2px";
	 document.getElementById('drehen7').style.padding = "2px";
	 document.getElementById('meins7').style.padding = "0px";
	 document.getElementById('swap_ansichten').style.padding = "0px";
	 document.getElementById('swap_grundrisse').style.padding = "2px";
	 document.getElementById('swap_einstellungen').style.padding = "0px";
	 
	 if ((document.getElementById('div_schritt171_nein').style.display  != "inline") && (document.getElementById('div_schritt171_ja').style.display  != "inline"))
	 {
		 document.getElementById('div_schritt171_nein').style.display = "inline";
		 document.getElementById('div_schritt171_ja').style.display = "none";
	 }
}

function OnClick_Sprung7()
{
	 ShowMenu1('menu1_2');
	 ShowMenu2('menue_meins'); 
	 ShowMenu3('menue_logindaten');
	 ShowRight('hausansicht');
	 ShowHilfeausgabe('hilfe_meins'); 
	 document.getElementById('gratulation').style.display = "inline";
	 document.getElementById('hausauswahl').style.padding = "0px";
	 document.getElementById('hausauswahl1').style.padding = "0px";
	 document.getElementById('hausauswahl2').style.padding = "0px";
	 document.getElementById('hausauswahl3').style.padding = "0px";
	 document.getElementById('hausauswahl4').style.padding = "0px";
	 document.getElementById('hausauswahl5').style.padding = "0px";
	 document.getElementById('hausauswahl6').style.padding = "0px";
	 document.getElementById('hausauswahl7').style.padding = "0px";
	 document.getElementById('standard11').style.padding = "0px";
	 document.getElementById('standard12').style.padding = "0px";
	 document.getElementById('standard13').style.padding = "0px";
	 document.getElementById('standard14').style.padding = "0px";
	 document.getElementById('standard15').style.padding = "0px";
	 document.getElementById('standard16').style.padding = "0px";
	 document.getElementById('standard17').style.padding = "0px";
	 document.getElementById('Fassadengestaltung2').style.padding = "0px";
	 document.getElementById('Fassadengestaltung3').style.padding = "0px";
	 document.getElementById('Fassadengestaltung4').style.padding = "0px";
	 document.getElementById('Fassadengestaltung5').style.padding = "0px";
	 document.getElementById('Fassadengestaltung6').style.padding = "0px";
	 document.getElementById('Fassadengestaltung7').style.padding = "0px";
	 document.getElementById('raeume3').style.padding = "0px";
	 document.getElementById('raeume4').style.padding = "0px";
	 document.getElementById('raeume5').style.padding = "0px";
	 document.getElementById('raeume6').style.padding = "0px";
	 document.getElementById('raeume7').style.padding = "0px";
	 document.getElementById('technik4').style.padding = "0px";
	 document.getElementById('technik5').style.padding = "0px";
	 document.getElementById('technik6').style.padding = "0px";
	 document.getElementById('technik7').style.padding = "0px";
	 document.getElementById('Standard5').style.padding = "0px";
	 document.getElementById('Standard4').style.padding = "0px";
	 document.getElementById('Standard7').style.padding = "0px";
	 document.getElementById('drehen4').style.padding = "0px";
	 document.getElementById('drehen7').style.padding = "0px";
	 document.getElementById('meins7').style.padding = "2px";
	 document.getElementById('swap_ansichten').style.padding = "2px";
	 document.getElementById('swap_grundrisse').style.padding = "0px";
	 document.getElementById('swap_einstellungen').style.padding = "0px";
	 
	 if ((document.getElementById('div_schritt181_nein').style.display  != "inline") && (document.getElementById('div_schritt181_ja').style.display  != "inline"))
	 {
		 document.getElementById('div_schritt181_nein').style.display = "inline";
		 document.getElementById('div_schritt181_ja').style.display = "none";
	 }
	 
	 if ((document.getElementById('div_schritt182_nein').style.display  != "inline") && (document.getElementById('div_schritt182_ja').style.display  != "inline"))
	 {
		 document.getElementById('div_schritt182_nein').style.display = "inline";
		 document.getElementById('div_schritt182_ja').style.display = "none";
	 }
	 
	 if ((document.getElementById('div_schritt183_nein').style.display  != "inline") && (document.getElementById('div_schritt183_ja').style.display  != "inline"))
	 {
		 document.getElementById('div_schritt183_nein').style.display = "inline";
		 document.getElementById('div_schritt183_ja').style.display = "none";
	 }
}

function OnClick_zu_energiepreis()
{
	 
	 if (document.getElementById('nanu_daemmstandard').value  == "4")
		 {
		 alert("Bitte wählen Sie zunächst den Dämmstandard für Ihr Haus.")
		 }
	 else 
		 {
			 document.getElementById('daemmst').style.padding = "0px";
			 document.getElementById('energiepreis').style.padding = "2px";
			 ShowHilfeausgabe('hilfe_daemmstandard'); 
			 ShowMenu3('menue_preis');
	   	 }
}

function OnClick_Gratulation_zu()
{
	 document.getElementById('gratulation').style.display = "none";
}

function OnClick_zu_standard()
{
	 document.getElementById('daemmst').style.padding = "2px";
	 document.getElementById('energiepreis').style.padding = "0px";
	 ShowHilfeausgabe('hilfe_daemmstandard'); 
	 ShowMenu3('menue_ausbau1');
}

function OnClick_zu_og()
{
	 document.getElementById('fassadeeg').style.padding = "0px";
	 document.getElementById('fassadeog').style.padding = "2px";
	 document.getElementById('fassadedg').style.padding = "0px";
	 document.getElementById('fassadeanbau').style.padding = "0px";
	 document.getElementById('dachgestaltung').style.padding = "0px";
	 ShowHilfeausgabe('hilfe_fassade'); 
	 ShowMenu3('menue_fassadeog');
}

function OnClick_zu_dg()
{
	 document.getElementById('fassadeeg').style.padding = "0px";
	 document.getElementById('fassadeog').style.padding = "0px";
	 document.getElementById('fassadedg').style.padding = "2px";
	 document.getElementById('fassadeanbau').style.padding = "0px";
	 document.getElementById('dachgestaltung').style.padding = "0px";
	 ShowHilfeausgabe('hilfe_fassade'); 
	 ShowMenu3('menue_fassadedach');
}

function OnClick_zu_anbau()
{
	 document.getElementById('fassadeeg').style.padding = "0px";
	 document.getElementById('fassadeog').style.padding = "0px";
	 document.getElementById('fassadedg').style.padding = "0px";
	 document.getElementById('fassadeanbau').style.padding = "2px";
	 document.getElementById('dachgestaltung').style.padding = "0px";
	 ShowHilfeausgabe('hilfe_fassade'); 
	 ShowMenu3('menue_fassadeanbau');
}

function OnClick_zu_dach()
{
	 document.getElementById('fassadeeg').style.padding = "0px";
	 document.getElementById('fassadeog').style.padding = "0px";
	 document.getElementById('fassadedg').style.padding = "0px";
	 document.getElementById('fassadeanbau').style.padding = "0px";
	 document.getElementById('dachgestaltung').style.padding = "2px";
	 ShowHilfeausgabe('hilfe_fassade'); 
	 ShowMenu3('menue_dach');
}

function OnClick_zu_raum1()
{
	 document.getElementById('kueche_haupt').style.padding = "0px";
	 document.getElementById('raum1').style.padding = "2px";
	 document.getElementById('raum2').style.padding = "0px";
	 document.getElementById('raum3').style.padding = "0px";
	 ShowHilfeausgabe('hilfe_raeume'); 
	 ShowMenu3('menue_raum1');
}

function OnClick_zu_raum2()
{
	 document.getElementById('kueche_haupt').style.padding = "0px";
	 document.getElementById('raum1').style.padding = "0px";
	 document.getElementById('raum2').style.padding = "2px";
	 document.getElementById('raum3').style.padding = "0px";
	 ShowHilfeausgabe('hilfe_raeume'); 
	 ShowMenu3('menue_raum2');
}

function OnClick_zu_raum3()
{
	 document.getElementById('kueche_haupt').style.padding = "0px";
	 document.getElementById('raum1').style.padding = "0px";
	 document.getElementById('raum2').style.padding = "0px";
	 document.getElementById('raum3').style.padding = "2px";
	 ShowHilfeausgabe('hilfe_raeume'); 
	 ShowMenu3('menue_raum3');
}

function OnClick_zu_heizung()
{
	 document.getElementById('daemmstoff').style.padding = "0px";
	 document.getElementById('heizung').style.padding = "2px";
	 document.getElementById('solar').style.padding = "0px";
	 document.getElementById('lueftung').style.padding = "0px";
	 ShowHilfeausgabe('hilfe_heizung'); 
	 ShowMenu3('menue_heizung');
}

function OnClick_zu_solar()
{
	 document.getElementById('daemmstoff').style.padding = "0px";
	 document.getElementById('heizung').style.padding = "0px";
	 document.getElementById('solar').style.padding = "2px";
	 document.getElementById('lueftung').style.padding = "0px";
	 ShowHilfeausgabe('hilfe_solar'); 
	 ShowMenu3('menue_solar');
}

function OnClick_zu_lueftung()
{
	 document.getElementById('daemmstoff').style.padding = "0px";
	 document.getElementById('heizung').style.padding = "0px";
	 document.getElementById('solar').style.padding = "0px";
	 document.getElementById('lueftung').style.padding = "2px";
	 ShowHilfeausgabe('hilfe_lueftung'); 
	 ShowMenu3('menue_lueftung');
}

function OnClick_zu_bewohner()
{
	 document.getElementById('temperatur').style.padding = "0px";
	 document.getElementById('anzahl').style.padding = "2px";
	 document.getElementById('dauer').style.padding = "0px";
	 ShowMenu3('menue_bewohner');
}

function OnClick_zu_dauer()
{
	 document.getElementById('temperatur').style.padding = "0px";
	 document.getElementById('anzahl').style.padding = "0px";
	 document.getElementById('dauer').style.padding = "2px";
	 ShowMenu3('menue_dauer');
}

function OnClick_Swap_ansichten()
{
	 document.getElementById('swap_ansichten').style.padding = "2px";
	 document.getElementById('swap_grundrisse').style.padding = "0px";
	 document.getElementById('swap_einstellungen').style.padding = "0px";
}

function OnClick_Swap_grundrisse()
{
	 document.getElementById('swap_ansichten').style.padding = "0px";
	 document.getElementById('swap_grundrisse').style.padding = "2px";
	 document.getElementById('swap_einstellungen').style.padding = "0px";
}

function OnClick_Swap_einstellungen()
{
	 document.getElementById('swap_ansichten').style.padding = "0px";
	 document.getElementById('swap_grundrisse').style.padding = "0px";
	 document.getElementById('swap_einstellungen').style.padding = "2px";
}

function OnClick_Swap_einst_nachweis()
{
	if (document.getElementById('pass_nachweis').style.display  != "inline") // oben
	{ //runter
		document.getElementById('pass_nachweis').style.display = "inline";
		MM_swapImage('standard_swap6','','wp-content/plugins/vhNaNuToolkit/grafik/icons/navigation/hoch.gif',1);
	
	}
	else // unten
	{ // hoch
		document.getElementById('pass_nachweis').style.display = "none";
		MM_swapImage('standard_swap6','','wp-content/plugins/vhNaNuToolkit/grafik/icons/navigation/runter.gif',1);
	
	}
}

function OnClick_Swap_einst_bedarf()
{
	if (document.getElementById('pass_pfeil_rahmen').style.display  != "inline") // oben
	{ //runter
		document.getElementById('pass_pfeil_rahmen').style.display = "inline";
		MM_swapImage('standard_swap7','','wp-content/plugins/vhNaNuToolkit/grafik/icons/navigation/hoch.gif',1);
	
	}
	else // unten
	{ // hoch
		document.getElementById('pass_pfeil_rahmen').style.display = "none";
		MM_swapImage('standard_swap7','','wp-content/plugins/vhNaNuToolkit/grafik/icons/navigation/runter.gif',1);
	
	}
}


function OnClick_Swap_einst_primaerbedarf()
{
	if (document.getElementById('pass_nachweis1').style.display  != "inline") // oben
	{ //runter
		document.getElementById('pass_nachweis1').style.display = "inline";
		MM_swapImage('standard_swap5','','wp-content/plugins/vhNaNuToolkit/grafik/icons/navigation/hoch.gif',1);
	
	}
	else // unten
	{ // hoch
		document.getElementById('pass_nachweis1').style.display = "none";
		MM_swapImage('standard_swap5','','wp-content/plugins/vhNaNuToolkit/grafik/icons/navigation/runter.gif',1);
	
	}
}


function OnClick_Swap_einst_standard()
{
	if (document.getElementById('einst_standard').style.display  != "inline") // oben
	{ //runter
		document.getElementById('einst_standard').style.display = "inline";
		MM_swapImage('standard_swap','','wp-content/plugins/vhNaNuToolkit/grafik/icons/navigation/hoch.gif',1);
	
	}
	else // unten
	{ // hoch
		document.getElementById('einst_standard').style.display = "none";
		MM_swapImage('standard_swap','','wp-content/plugins/vhNaNuToolkit/grafik/icons/navigation/runter.gif',1);
	
	}
}


function OnClick_Swap_einst_co2()
{
	if (document.getElementById('pass_co2').style.display  != "inline") // oben
	{ //runter
		document.getElementById('pass_co2').style.display = "inline";
		MM_swapImage('standard_swap4','','wp-content/plugins/vhNaNuToolkit/grafik/icons/navigation/hoch.gif',1);
	
	}
	else // unten
	{ // hoch
		document.getElementById('pass_co2').style.display = "none";
		MM_swapImage('standard_swap4','','wp-content/plugins/vhNaNuToolkit/grafik/icons/navigation/runter.gif',1);
	
	}
}

function OnClick_Swap_einst_endenergie()
{
	if (document.getElementById('pass_endenergie').style.display  != "inline") // oben
	{ //runter
		document.getElementById('pass_endenergie').style.display = "inline";
		MM_swapImage('standard_swap3','','wp-content/plugins/vhNaNuToolkit/grafik/icons/navigation/hoch.gif',1);
	
	}
	else // unten
	{ // hoch
		document.getElementById('pass_endenergie').style.display = "none";
		MM_swapImage('standard_swap3','','wp-content/plugins/vhNaNuToolkit/grafik/icons/navigation/runter.gif',1);
	
	}
}

function OnClick_Swap_einst_kosten()
{
	if (document.getElementById('einst_ammortisation').style.display  != "inline") // oben
	{ //runter
		document.getElementById('einst_ammortisation').style.display = "inline";
		MM_swapImage('standard_swap2','','wp-content/plugins/vhNaNuToolkit/grafik/icons/navigation/hoch.gif',1);
	
	}
	else // unten
	{ // hoch
		document.getElementById('einst_ammortisation').style.display = "none";
		MM_swapImage('standard_swap2','','wp-content/plugins/vhNaNuToolkit/grafik/icons/navigation/runter.gif',1);
	
	}
}

function OnClick_Swap_einst_prognose()
{
	if (document.getElementById('einst_kostenprognose').style.display  != "inline") // oben
	{ //runter
		document.getElementById('einst_kostenprognose').style.display = "inline";
		MM_swapImage('standard_swap1','','wp-content/plugins/vhNaNuToolkit/grafik/icons/navigation/hoch.gif',1);
	
	}
	else // unten
	{ // hoch
		document.getElementById('einst_kostenprognose').style.display = "none";
		MM_swapImage('standard_swap1','','wp-content/plugins/vhNaNuToolkit/grafik/icons/navigation/runter.gif',1);
	
	}
}

function OnClick_Swap_einst_nutzer()
{
	if (document.getElementById('einst_nutzer').style.display  != "inline") // oben
	{ //runter
		document.getElementById('einst_nutzer').style.display = "inline";
		MM_swapImage('standard_swap9','','wp-content/plugins/vhNaNuToolkit/grafik/icons/navigation/hoch.gif',1);
	
	}
	else // unten
	{ // hoch
		document.getElementById('einst_nutzer').style.display = "none";
		MM_swapImage('standard_swap9','','wp-content/plugins/vhNaNuToolkit/grafik/icons/navigation/runter.gif',1);
	
	}
}

function OnClick_Swap_einst_technik()
{
	if (document.getElementById('einst_technik').style.display  != "inline") // oben
	{ //runter
		document.getElementById('einst_technik').style.display = "inline";
		MM_swapImage('standard_swap10','','wp-content/plugins/vhNaNuToolkit/grafik/icons/navigation/hoch.gif',1);
	
	}
	else // unten
	{ // hoch
		document.getElementById('einst_technik').style.display = "none";
		MM_swapImage('standard_swap10','','wp-content/plugins/vhNaNuToolkit/grafik/icons/navigation/runter.gif',1);
	
	}
}

function Calculate()
{
	document.getElementById('rep_bewohner').innerHTML = document.getElementById('nanu_anzahl').value;
	document.getElementById('rep_strom').innerHTML = document.getElementById('nanu_preis_strom').value;
	document.getElementById('rep_gas').innerHTML = document.getElementById('nanu_preis_gas').value;
	document.getElementById('rep_pellet').innerHTML = document.getElementById('nanu_preis_pellet').value;
	document.getElementById('rep_dauer').innerHTML = document.getElementById('nanu_dauer').value;
	document.getElementById('rep_temperatur').innerHTML = document.getElementById('nanu_temperatur').value;
}
