<!--
hide
function score() {
N1=0
	if (document.TTC1.A1.options[17].selected == true)
		{
		N1=N1+1;
		}
	if (document.TTC1.A2.options[5].selected == true)
		{
		N1=N1+1;
		}
	if (document.TTC1.A3.options[6].selected == true)
		{
		N1=N1+1;
		}
	if (document.TTC1.A4.options[8].selected == true)
		{
		N1=N1+1;
		}
	if (document.TTC1.A5.options[4].selected == true)
		{
		N1=N1+1;
		}
	if (document.TTC1.A6.options[16].selected == true)
		{
		N1=N1+1;
		}
	if (document.TTC1.A7.options[9].selected == true)
		{
		N1=N1+1;
		}
	if (document.TTC1.A8.options[3].selected == true)
		{
		N1=N1+1;
		}
	if (document.TTC1.A9.options[15].selected == true)
		{
		N1=N1+1;
		}
	if (document.TTC1.A10.options[12].selected == true)
		{
		N1=N1+1;
		}
	if (document.TTC1.A11.options[7].selected == true)
		{
		N1=N1+1;
		}
	if (document.TTC1.A12.options[18].selected == true)
		{
		N1=N1+1;
		}
	if (document.TTC1.A13.options[2].selected == true)
		{
		N1=N1+1;
		}
	if (document.TTC1.A14.options[13].selected == true)
		{
		N1=N1+1;
		}
	if (document.TTC1.A15.options[11].selected == true)
		{
		N1=N1+1;
		}
	if (document.TTC1.A16.options[1].selected == true)
		{
		N1=N1+1;
		}
	if (document.TTC1.A17.options[10].selected == true)
		{
		N1=N1+1;
		}
	if (document.TTC1.A18.options[14].selected == true)
		{
		N1=N1+1;
		}
	
	N1 = N1/18*20;
	B1= this.N1.toString();
	C1=B1.indexOf(".");
	C1=C1+3;
	document.TTC1.result1.value = (+B1.substring(0,C1));
}
