
<!--
	function movepage(abc)
	   {
			if ((abc==0)||(abc==1)) return;
			pageaddress = document.multiplechoice.select[abc].value;
			window.location.href=pageaddress;
	   }
//-->