function abre_web_externa(web, nombre)
{
	window.open("http://" + web,null,'toolbar=yes,location=yes,width=600,height=500,resizable=yes,scrollbars=yes,menubar=yes');
}
