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;
}

