
function MenuDesplegable(that) {
	url = that.options[that.selectedIndex].value; 

	if (url) {
		// window.location = url;
		__utmLinker(url);
	}
}

function ggTrack(item)
{
	url = item.href;
	if (url) __utmLinker(url);
}


