////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
/// This JavaScript file is created to provide a file for sites needing
/// an external script file. You may or may not need it. Remove as necessary.
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////


///sets the focus to the input box named "human"
function setFocus()
  {
  document.getElementById('human').focus()
  }


/////////////////////////////////////////////////
/// Change Page Text
/////////////////////////////////////////////////
/// Functions and variables to change the 
/// text on pages
/////////////////////////////////////////////////
function changeBOD(director)
	{
	document.getElementById('bio').innerHTML=director;
	}













