<!---
	function OpenNewWindow()
	{
		NewWindow=window.open("thor_name.html","TheWindow","Toolbar=no,WIDTH=550,HEIGHT=250,status=no,scrollbars=yes,resizable=no,top=10,left=10");

	return false;
	}
	
	function OpenNewWindow2()
	{
		NewWindow=window.open("mission_statement.html","TheWindow","Toolbar=no,WIDTH=550,HEIGHT=550,status=no,scrollbars=yes,resizable=no,top=10,left=10");

	return false;
	}
	
	function OpenNewWindow3()
	{
		NewWindow=window.open("contact.html","TheWindow","Toolbar=no,WIDTH=350,HEIGHT=550,status=no,scrollbars=yes,resizable=no,top=10,left=10");

	return false;
	}

// -->
