function vercontenido(cesta,cod) {
	window.open ('vercesta.asp?cod='+ cesta +'&seg='+ cod ,'vercesta','scrollbars=yes,width=600,height=650');
}

function fusiona(control) {
		document.selecciones.accion.value = 1;
		document.selecciones.control.value = control;
		document.selecciones.seleccionar.disabled = true;
		document.selecciones.unificar.disabled = true;
		document.selecciones.submit();
}

function selecciona(control) {
		document.selecciones.accion.value = 2;
		document.selecciones.control.value = control;
		document.selecciones.seleccionar.disabled = true;
		document.selecciones.unificar.disabled = true;
		document.selecciones.submit();
}