

//Copyright © 2011 T&B Technologies LLC. All rights reserved 

function sec(input)
{

	
	
	if(input.value == arrAns[intSec])
	{		
		//alert(input.value);
		//document.getElementByID("submit1").disabled = false;
		//document.getElementById("myForm").action = "Ask2.php";
		if(myForm.Email.value != "" | myForm.Phone.value != "")
		{
			myForm.action = "Ask2.php";
		}
				
		myForm.submit1.disabled = false;
		//document.getElementById("myForm").document.getElementById("submit1").disabled = false;
		
		
	}

}

