var x, y
function Summe()
	        {
				x=0;
				y=0;
				if (document.Tabelle.Antwort1.checked == true)
                   	x=x+1;
                else
					y=y+1; 
					
             	if (document.Tabelle.Antwort2.checked == true)
                   	{
				   	x=x+1;
                   	}
				 else
					y=y+1; 
             	if (document.Tabelle.Antwort3.checked == true)
                   	{
				   	x=x+1;
                   	}
				 else
					y=y+1; 
             	if (document.Tabelle.Antwort4.checked == true)
                   	{
				   	x=x+1;
                   	}
				 else
					y=y+1; 
             	if (document.Tabelle.Antwort5.checked == true)
                   	{
				   	x=x+1;
                   	}
				 else
					y=y+1; 
             	if (document.Tabelle.Antwort6.checked == true)
                   	{
				   	x=x+1;
                   	}
				 else
					y=y+1; 
             	if (document.Tabelle.Antwort7.checked == true)
                   	{
				   	x=x+1;
                   	}
				 else
					y=y+1; 
            	if (document.Tabelle.Antwort8.checked == true)
                   	{
				   	x=x+1;
                   	}
				 else
					y=y+1; 
             	if (document.Tabelle.Antwort9.checked == true)
                   	{
				   	x=x+1;
                   	}
				 else
					y=y+1; 
            	if (document.Tabelle.Antwort10.checked == true)
                   	{
				   	x=x+1;
                   	}
				 else
					y=y+1; 
             	if (document.Tabelle.Antwort11.checked == true)
                   	{
				   	x=x+1;
                   	}
				 else
					y=y+1; 
             	if (document.Tabelle.Antwort12.checked == true)
                   	{
				   	x=x+1;
                   	}
				 else
					y=y+1;
             	if (document.Tabelle.Antwort13.checked == true)
                   	{
				   	x=13;
                   	}
				 else
					y=y+1;
             	if (document.Tabelle.Antwort14.checked == true)
                   	{
				   	x=14;
                   	}
				if (document.Tabelle.Antwort13.checked == true && document.Tabelle.Antwort14.checked == true)
					{
					alert("Sie haben den 13. und 14. Punkt ausgewählt. Bitte wählen Sie davon nur einen aus.");			
					}
				
				if (y==14)
					{
					document.location.href = "../pages/auswertungen/auswertung_0.php";
					}
				if (x==1)
					{
					document.location.href = "../pages/auswertungen/auswertung_1.php";
					}
				if (x==2)
					{
					document.location.href = "../pages/auswertungen/auswertung_2.php";
					}
				if (x==3)
					{
					document.location.href = "../pages/auswertungen/auswertung_3.php";
					}
				if (x==4)
					{
					document.location.href = "../pages/auswertungen/auswertung_4.php";
					}
				if (x==5)
					{
					document.location.href = "../pages/auswertungen/auswertung_5.php";
					}
				if (x==6)
					{
					document.location.href = "../pages/auswertungen/auswertung_6.php";
					}
				if (x==7)
					{
					document.location.href = "../pages/auswertungen/auswertung_7.php";
					}
				if (x==8)
					{
					document.location.href = "../pages/auswertungen/auswertung_8.php";
					}	
				if (x==9)
					{
					document.location.href = "../pages/auswertungen/auswertung_9.php";
					}
				if (x==10)
					{
					document.location.href = "../pages/auswertungen/auswertung_10.php";
					}
				if (x==11)
					{
					document.location.href = "../pages/auswertungen/auswertung_11.php";
					}
				if (x==12)
					{
					document.location.href = "../pages/auswertungen/auswertung_12.php";
					}
				if (x==13)
					{
					document.location.href = "../pages/auswertungen/auswertung_13.php";
					}		
				if (x==14)
					{
					document.location.href = "../pages/auswertungen/auswertung_14.php";
					}		
				
							
				}