//Funciones para que el ComboBox
function IrA(){
	var thebox=document.formulario_links;
	if (thebox.links.options[thebox.links.selectedIndex].value != "#") {
		document.location=	thebox.links.options[thebox.links.selectedIndex].value;
	}
}