function saute(obj) {
	var selected;
	
	selected=obj.options[obj.selectedIndex].value;
	window.location=selected;
}
