function openBrWindow(theURL,winName,features) { 
  window.open(theURL,winName,features);
  }

function go()
{
	box = document.prd.year;
	destination = box.options[box.selectedIndex].value;
	if (destination) location.href = destination;
}

// function checkCheckBoxes() {if (document.riderform.agree.checked == false){alert ('You must agree to the Disclaimer and Waiver before you can attend a MXDK style school.');return false;}else{return true;}}
