function chooseStrike()
{	var str = window.document.goodChooser.Strikes;
	var newURL = str.options[str.selectedIndex].value;
	self.location.href = newURL;
}

