function gotoProductListing(sender)
{
	document.location.href = sender.options[sender.options.selectedIndex].value;
}