// JavaScript Document
function testform()
{var score=0; var comp=0;
if ((document.hawaiian.aohe1.value=="I have no elder brothers")||(document.hawaiian.aohe1.value=="I have no elder brothers.")||(document.hawaiian.aohe1.value=="i have no elder brothers")||(document.hawaiian.aohe1.value=="i have no elder brothers."))
	{
	comp=1; score = score + 1
	} else {

if ((document.hawaiian.aohe1.value=="I have no elder sisters")||(document.hawaiian.aohe1.value=="I have no elder sisters.")||(document.hawaiian.aohe1.value=="i have no elder sisters")||(document.hawaiian.aohe1.value=="i have no elder sisters."))
	{
	score = score + 1
	}
	}

if ((document.hawaiian.aohe2.value=="I have no elder brothers")||(document.hawaiian.aohe2.value=="I have no elder brothers.")||(document.hawaiian.aohe2.value=="i have no elder brothers")||(document.hawaiian.aohe2.value=="i have no elder brothers."))
	{if (comp==0) score = score + 1
	} else {

if ((document.hawaiian.aohe2.value=="I have no elder sisters")||(document.hawaiian.aohe2.value=="I have no elder sisters.")||(document.hawaiian.aohe2.value=="i have no elder sisters")||(document.hawaiian.aohe2.value=="i have no elder sisters."))
	{if (comp==1) score = score + 1
	}
	}

if ((document.hawaiian.aohe3.value=="I have no sisters")||(document.hawaiian.aohe3.value=="I have no sisters.")||(document.hawaiian.aohe3.value=="i have no sisters")||(document.hawaiian.aohe3.value=="i have no sisters."))
	{
	score = score + 1
	} 

if (document.hawaiian.melekeone.options[hawaiian.melekeone.selectedIndex].value=="keone") 
	{score = score + 1}

if (score==0) {document.hawaiian.evaluation.value = "Oops!"}
if (score==1) {document.hawaiian.evaluation.value = "Keep going!"}
if (score==2) {document.hawaiian.evaluation.value = "Way to go!"}
if (score==3) {document.hawaiian.evaluation.value = "One more!"}
if (score==4) {document.hawaiian.evaluation.value = "Congratulations! Now answer Part C (new window)"; 
				document.hawaiian.scoreoutput.value = score + " out of 4!";
				window.open('explanationform.htm','name','resizable=yes,left=100,top=500,width=800')}
	else document.hawaiian.scoreoutput.value = score + " out of 4"
}
