function mostrarFrameSuperior(mostrar){
	if(mostrar && window.parent == window.self && parent.artdata==null){
		document.location.href = '/gestor/index.jsp?webPublica=si';
	}else if(!mostrar && parent.artdata!=null){
		top.location.href = '/index.jsp';
	}
}

function configurarComponente(tipo,seccion,idioma,orden){
	document.location.href = '/componentes/' + tipo + '/config.jsp?seccion=' + seccion + '&idioma=' + idioma + '&orden=' + orden + '&forward=/index.jsp?seccion=' + seccion + '%26idioma=' + idioma;
}

function cambiarComponente(orden){
	document.location.href = '/gestor/admin/secciones/cambiarComponente.jsp?orden=' + orden;
}

function insertarContenido(orden, seccion, idioma){
	document.location.href = '/gestor/contenidos/objetos/listaContenidos.jsp?modo=seleccionar&tipoFijo=true&idiomaFijo=true&desdeSeccion=' + seccion + '&idioma=' + idioma + '&orden=' + orden;
}

function nuevoContenido(idioma,seccion,componente){
	document.location.href = '/gestor/contenidos/objetos/nuevoObjeto.jsp?componente=' + componente;
}