
function MenuDesplegable(that) {
	url = that.options[that.selectedIndex].value; 

	if (url) {
		window.location = url;
	}
}

