<!-- hide

function score() {
N1=0
N2=0
N3=0
N4=0
	if (document.TTC3.A1.options[1].selected == true)
		{
		N3=N3+10;
		}
	if (document.TTC3.A1.options[2].selected == true)
		{
		N3=N3+5;
		}
	if (document.TTC3.A2.options[1].selected == true)
		{
		N3=N3+5;
		}
	if (document.TTC3.A2.options[2].selected == true)
		{
		N3=N3+3;
		}
	if (document.TTC3.A3.options[1].selected == true)
		{
		N3=N3+5;
		}
	if (document.TTC3.A3.options[2].selected == true)
		{
		N3=N3+2;
		}
	if (document.TTC3.A4.options[1].selected == true)
		{
		N3=N3+5;
		}
	if (document.TTC3.A4.options[2].selected == true)
		{
		N3=N3+3;
		}
	if (document.TTC3.A5.options[1].selected == true)
		{
		N3=N3+5;
		}
	if (document.TTC3.A6.options[1].selected == true)
		{
		N3=N3+10;
		}
	if (document.TTC3.A7.options[1].selected == true)
		{
		N3=N3+10;
		}
	if (document.TTC3.A7.options[2].selected == true)
		{
		N3=N3+5;
		}
	if (document.TTC3.A8.options[1].selected == true)
		{
		N3=N3+5;
		}
	if (document.TTC3.A9.options[1].selected == true)
		{
		N3=N3+5;
		}
	if (document.TTC3.A9.options[2].selected == true)
		{
		N3=N3+2;
		}
	if (document.TTC3.A10.options[1].selected == true)
		{
		N3=N3+5;
		}
	if (document.TTC3.A10.options[2].selected == true)
		{
		N3=N3+3;
		}
	if (document.TTC3.A11.options[1].selected == true)
		{
		N3=N3+5;
		}
	if (document.TTC3.A12.options[1].selected == true)
		{
		N3=N3+10;
		}
	if (document.TTC3.A13.options[1].selected == true)
		{
		N3=N3+10;
		}
	if (document.TTC3.A13.options[2].selected == true)
		{
		N3=N3+5;
		}
	if (document.TTC3.A14.options[1].selected == true)
		{
		N3=N3+15;
		}
	if (document.TTC3.A14.options[2].selected == true)
		{
		N3=N3+8;
		}
	if (document.TTC3.E1.options[1].selected == true)
		{
		N2=N2+15;
		}
	if (document.TTC3.E2.options[1].selected == true)
		{
		N2=N2+15;
		}
	if (document.TTC3.E2.options[2].selected == true)
		{
		N2=N2+10;
		}
	if (document.TTC3.E3.options[1].selected == true)
		{
		N2=N2+10;
		}
	if (document.TTC3.E3.options[2].selected == true)
		{
		N2=N2+5;
		}
	if (document.TTC3.E4.options[1].selected == true)
		{
		N2=N2+10;
		}
	if (document.TTC3.E5.options[1].selected == true)
		{
		N2=N2+10;
		}
	if (document.TTC3.E6.options[1].selected == true)
		{
		N2=N2+15;
		}
	if (document.TTC3.E7.options[1].selected == true)
		{
		N2=N2+15;
		}
	if (document.TTC3.E7.options[2].selected == true)
		{
		N2=N2+8;
		}
	if (document.TTC3.E8.options[1].selected == true)
		{
		N2=N2+15;
		}
	if (document.TTC3.E9.options[1].selected == true)
		{
		N2=N2+15;
		}
	if (document.TTC3.E9.options[2].selected == true)
		{
		N2=N2+8;
		}
	if (document.TTC3.E10.options[1].selected == true)
		{
		N2=N2+15;
		}
	if (document.TTC3.E10.options[2].selected == true)
		{
		N2=N2+7;
		}
	if (document.TTC3.T1.options[1].selected == true)
		{
		N4=N4+10;
		}
	if (document.TTC3.T1.options[2].selected == true)
		{
		N4=N4+6;
		}
	if (document.TTC3.T1.options[3].selected == true)
		{
		N4=N4+3;
		}
	if (document.TTC3.T2.options[1].selected == true)
		{
		N4=N4+10;
		}
	if (document.TTC3.T2.options[2].selected == true)
		{
		N4=N4+5;
		}
	if (document.TTC3.T3.options[1].selected == true)
		{
		N4=N4+10;
		}
	if (document.TTC3.T3.options[2].selected == true)
		{
		N4=N4+7;
		}
	if (document.TTC3.T3.options[3].selected == true)
		{
		N4=N4+2;
		}
	if (document.TTC3.T4.options[1].selected == true)
		{
		N4=N4+10;
		}
	if (document.TTC3.T4.options[2].selected == true)
		{
		N4=N4+5;
		}
	if (document.TTC3.T5.options[1].selected == true)
		{
		N4=N4+10;
		}
	if (document.TTC3.T5.options[2].selected == true)
		{
		N4=N4+6;
		}
	if (document.TTC3.T5.options[3].selected == true)
		{
		N4=N4+2;
		}
	if (document.TTC3.T6.options[1].selected == true)
		{
		N4=N4+10;
		}
	if (document.TTC3.T6.options[2].selected == true)
		{
		N4=N4+5;
		}
	
	N2 = N2/135*20;
	N3 = N3/105*20;
	N4 = N4/60*20;
	N1 = (N2+N3+N4)/3;
	B1= this.N1.toString();
	B2= this.N2.toString();
	B3= this.N3.toString();
	B4= this.N4.toString();
	C1=B1.indexOf(".");
	C2=B2.indexOf(".");
	C3=B3.indexOf(".");
	C4=B4.indexOf(".");
	C1=C1+3;
	C2=C2+3;
	C3=C3+3;
	C4=C4+3;
	document.TTC3.result1.value = (+B1.substring(0,C1));
	document.TTC3.result2.value = (+B2.substring(0,C2));
	document.TTC3.result3.value = (+B3.substring(0,C3));
	document.TTC3.result4.value = (+B4.substring(0,C4));
}
//-->
