// JavaScript Document
<!--
function displayChange(theForm) {
	theForm = document.getElementById("displayForm");
	theForm.submit();
}
//-->