// JavaScript Document


function testval(answerPage)

	{
	 document.form1.action = answerPage
	 document.form1.submit()
	 }
