// JavaScript Document
function preSubmit() {
	var subSwitchIndex = document.subSwitchForm.subKey.selectedIndex;
	if(subSwitchIndex != 0) {
		document.subSwitchForm.submit();
	}
}