function goPage(obj)
	{
	i=obj.options[obj.selectedIndex].value;
	window.location="?go=products&p=choice&seri="+i;
	}

