
function go()
	{
	if (categorie.options[categorie.selectedIndex].value != "") 
		{
		location = categorie.options[categorie.selectedIndex].value
		}
	}

