

	function checkName(f)
	{
		if(f.MAILFORM_NAME.value == "")
			{alert("Don't forget to enter your name to receive credit for the activity!");
			f.MAILFORM_NAME.focus()}
	}


	function dictWindow()
	{

		newWindow = window.open("http://dict.leo.org/cgi-bin/dict/dict-search.pl","newWin","scrollbars,toolbar,width=750,height=350");

		newWindow.focus();

	}			


