function goProduct(theMenu) {
	window.location = theMenu.options[theMenu.selectedIndex].value;
}