<!--


function DescPrelims() {
SubWindow = window.open('desc-prelims.html','popwin','width=500,height=700,resizable=yes,scrolling=yes,scrollbars=yes');

}
function DescFinals() {

SubWindow = window.open('desc-finals.html','popwin','width=500,height=700,resizable=yes,scrolling=yes,scrollbars=yes');

}

var submitcount=0; 
function checkSubmit(s) {
	if (submitcount == 0) { 
	  submitcount++; 
	  s.value = "adding"; 
	  return true; 
	} else { 
	  alert("This form has already been submitted. Thanks!");
	  return false; 
	} 
} 

//-->
