// ***** function to change the location of the page based on a value selected from a select list in a form
function pageJump()
{
	location.href = arguments[0].value
}
