function go_to_page_nobutton()
{
	if(liste.destination.selectedIndex == 0) 
		alert('Kies een verzekering');
	else 
		<!-- si votre site ne comporte pas de frames : -->
		window.location.href=liste.destination.options[liste.destination.selectedIndex].value;
		}