var ambiente = 0;
var id1 = 'bild01';
var id2 = 'bild02';
var id3 = 'bldd03';
var aktiv = 0;
var ambiente = 0;
var freundlichkeit = 0;
var kompetenz = 0;
var beratung = 0;
var wartezeit = 0;
 function smiley0(inhalt, id1, id2, id3, aktiv) {
   document.getElementById(id1).src  = 'images/happy_aus.png';
   document.getElementById(id2).src  = 'images/middle_aus.png';
   document.getElementById(id3).src  = 'images/sad_aus.png';
   if(aktiv == 0) { ambiente = 0; }
   if(aktiv == 1) { freundlichkeit = 0; }
   if(aktiv == 2) { kompetenz = 0; }
   if(aktiv == 3) { beratung = 0; }
   if(aktiv == 4) { wartezeit = 0; }
 }
 function smiley1(inhalt, id1, id2, id3, aktiv) {
   document.getElementById(id1).src  = inhalt;
   document.getElementById(id2).src  = 'images/middle_aus.png';
   document.getElementById(id3).src  = 'images/sad_aus.png';
   if(aktiv == 0) { ambiente = 1; }
   if(aktiv == 1) { freundlichkeit = 1; }
   if(aktiv == 2) { kompetenz = 1; }
   if(aktiv == 3) { beratung = 1; }
   if(aktiv == 4) { wartezeit = 1; }

 }
  function smiley2(inhalt, id1, id2, id3, aktiv) {
   document.getElementById(id2).src  = inhalt;
   document.getElementById(id1).src  = 'images/happy_aus.png';
   document.getElementById(id3).src  = 'images/sad_aus.png';
   if(aktiv == 0) { ambiente = 2; }
   if(aktiv == 1) { freundlichkeit = 2; }
   if(aktiv == 2) { kompetenz = 2; }
   if(aktiv == 3) { beratung = 2; }
   if(aktiv == 4) { wartezeit = 2; }
     
 }
  function smiley3(inhalt, id1, id2, id3, aktiv) {
   document.getElementById(id3).src  = inhalt;
   document.getElementById(id1).src  = 'images/happy_aus.png';
   document.getElementById(id2).src  = 'images/middle_aus.png';
   if(aktiv == 0) { ambiente = 3; }
   if(aktiv == 1) { freundlichkeit = 3; }
   if(aktiv == 2) { kompetenz = 3; }
   if(aktiv == 3) { beratung = 3; }
   if(aktiv == 4) { wartezeit = 3; }
 }
 

  function smiley_in1(inhalt, id1, id2, id3, aktiv) {  
  	if(eval(aktiv) == 0) {
   document.getElementById(id1).src  = inhalt;
   document.getElementById(id2).src  = 'images/middle_aus.png';
   document.getElementById(id3).src  = 'images/sad_aus.png';
   }
 }
  function smiley_in2(inhalt, id1, id2, id3, aktiv) {
  if(eval(aktiv) == 0) {
   document.getElementById(id2).src  = inhalt;
   document.getElementById(id1).src  = 'images/happy_aus.png';
   document.getElementById(id3).src  = 'images/sad_aus.png'; 
   }
 }
  function smiley_in3(inhalt, id1, id2, id3, aktiv) {
  if(eval(aktiv) == 0) {
   document.getElementById(id3).src  = inhalt;
   document.getElementById(id1).src  = 'images/happy_aus.png';
   document.getElementById(id2).src  = 'images/middle_aus.png';
   }
 }
 
  function smiley_out(id) {
	if(id == 0) {
	//ambiente
	if(ambiente == 0) {		document.getElementById('bild01').src = 'images/happy_aus.png';	  document.getElementById('bild02').src = 'images/middle_aus.png';  document.getElementById('bild03').src = 'images/sad_aus.png';	}
	if(ambiente == 1) {		document.getElementById('bild01').src = 'images/happy.png';	  document.getElementById('bild02').src = 'images/middle_aus.png';  document.getElementById('bild03').src = 'images/sad_aus.png';	}
	if(ambiente == 2) {		document.getElementById('bild01').src = 'images/happy_aus.png';	  document.getElementById('bild02').src = 'images/middle.png';  document.getElementById('bild03').src = 'images/sad_aus.png';	}
	if(ambiente == 3) {		document.getElementById('bild01').src = 'images/happy_aus.png';	  document.getElementById('bild02').src = 'images/middle_aus.png';  document.getElementById('bild03').src = 'images/sad.png';	}
		}	
		
		if(id == 1) {
	//ambiente
	if(freundlichkeit == 0) {		document.getElementById('bild11').src = 'images/happy_aus.png';	  document.getElementById('bild12').src = 'images/middle_aus.png';  document.getElementById('bild13').src = 'images/sad_aus.png';	}
	if(freundlichkeit == 1) {		document.getElementById('bild11').src = 'images/happy.png';	  document.getElementById('bild12').src = 'images/middle_aus.png';  document.getElementById('bild13').src = 'images/sad_aus.png';	}
	if(freundlichkeit == 2) {		document.getElementById('bild11').src = 'images/happy_aus.png';	  document.getElementById('bild12').src = 'images/middle.png';  document.getElementById('bild13').src = 'images/sad_aus.png';	}
	if(freundlichkeit == 3) {		document.getElementById('bild11').src = 'images/happy_aus.png';	  document.getElementById('bild12').src = 'images/middle_aus.png';  document.getElementById('bild13').src = 'images/sad.png';	}
		}	  
		if(id == 2) {
	//ambiente
	if(kompetenz == 0) {		document.getElementById('bild21').src = 'images/happy_aus.png';	  document.getElementById('bild22').src = 'images/middle_aus.png';  document.getElementById('bild23').src = 'images/sad_aus.png';	}
	if(kompetenz == 1) {		document.getElementById('bild21').src = 'images/happy.png';	  document.getElementById('bild22').src = 'images/middle_aus.png';  document.getElementById('bild23').src = 'images/sad_aus.png';	}
	if(kompetenz == 2) {		document.getElementById('bild21').src = 'images/happy_aus.png';	  document.getElementById('bild22').src = 'images/middle.png';  document.getElementById('bild23').src = 'images/sad_aus.png';	}
	if(kompetenz == 3) {		document.getElementById('bild21').src = 'images/happy_aus.png';	  document.getElementById('bild22').src = 'images/middle_aus.png';  document.getElementById('bild23').src = 'images/sad.png';	}
		}	 
		if(id == 3) {
	//ambiente
	if(beratung == 0) {		document.getElementById('bild31').src = 'images/happy_aus.png';	  document.getElementById('bild32').src = 'images/middle_aus.png';  document.getElementById('bild33').src = 'images/sad_aus.png';	}
	if(beratung == 1) {		document.getElementById('bild31').src = 'images/happy.png';	  document.getElementById('bild32').src = 'images/middle_aus.png';  document.getElementById('bild33').src = 'images/sad_aus.png';	}
	if(beratung == 2) {		document.getElementById('bild31').src = 'images/happy_aus.png';	  document.getElementById('bild32').src = 'images/middle.png';  document.getElementById('bild33').src = 'images/sad_aus.png';	}
	if(beratung == 3) {		document.getElementById('bild31').src = 'images/happy_aus.png';	  document.getElementById('bild32').src = 'images/middle_aus.png';  document.getElementById('bild33').src = 'images/sad.png';	}
		}	
		if(id == 4) {
	//ambiente
	if(wartezeit == 0) {		document.getElementById('bild41').src = 'images/happy_aus.png';	  document.getElementById('bild42').src = 'images/middle_aus.png';  document.getElementById('bild43').src = 'images/sad_aus.png';	}
	if(wartezeit == 1) {		document.getElementById('bild41').src = 'images/happy.png';	  document.getElementById('bild42').src = 'images/middle_aus.png';  document.getElementById('bild43').src = 'images/sad_aus.png';	}
	if(wartezeit == 2) {		document.getElementById('bild41').src = 'images/happy_aus.png';	  document.getElementById('bild42').src = 'images/middle.png';  document.getElementById('bild43').src = 'images/sad_aus.png';	}
	if(wartezeit == 3) {		document.getElementById('bild41').src = 'images/happy_aus.png';	  document.getElementById('bild42').src = 'images/middle_aus.png';  document.getElementById('bild43').src = 'images/sad.png';	}
		}					 
 }
 
 