/* Abre popup. */
	function popup(sURL)
	  {newwindow=open(sURL,"popupnav","scrollbars=no,location=no,toolbar=no,directories=no,menubar=no,resizable=no,resize=no,status=no,width=710,height=475,screenX=20,screenY=20,left=20,top=20");}
/* FIn Abre popup */

/* MENÚ DOBLE A */
function menudoblea () {
	document.write('<div id="menudoblea">');
	document.write('<div class="menuinf_g">');
	document.write('<div class="fila"><a href="/clubdoblea/haztesocio/">Hazte socio-ventajas</a></div>');
	document.write('<div class="fila"><a href="/clubdoblea/establecimientos/">Descuentos Especiales</a></div>');
	document.write('<div class="fila"><a href="/muestraEventos?portal=1">Actividades</a></div>');
	//document.write('<div class="fila"><a href="/buscaEspectaculos?accion=1">Espectáculos</a></div>');
	//document.write('<div class="fila"><a href="#">Promociones Semestrales</a></div>');
	//document.write('<div class="fila"><a href="javascript:popup(\'/clubdoblea/promociones/promocion4/\')">Promociones Semestrales</a></div>');
	//document.write('<div class="fila"><a href="#">Gran sorteo anual</a></div>');
	document.write('<div class="fila"><a href="/clubdoblea/revista/">Revista "Magazine"</a></div>');
	//document.write('<div class="fila"><a href="/clubdoblea/diviertete/colores/">Diviértete con Doble A</a></div>');
	document.write('<div class="fila"><a href="/clubdoblea/diviertete/">Diviértete con Doble A</a></div>');
	//document.write('<div class="fila"><a href="/clubdoblea/establecimientos/">Establecimientos Asociados</a></div>');
	//document.write('<div class="fila"><a href="/clubdoblea/catalogo/">Catálogo de Puntos</a></div>');
	document.write('<div class="fila"><a href="/clubdoblea/catalogo/seleccion_cr.html">Catálogo de regalos</a></div>');
	document.write('<div class="fila" id="pideregalo"><a href="/clubdoblea/catalogo/peticion.html">Pide tu regalo Doble A</a></div>');
	document.write('<div class="fila"><a href="/clubdoblea/listadonoticias.html">Noticias</a></div>');
	document.write('<div class="fila"><a href="/clubdoblea/enlaces/">Enlaces</a></div>');
	document.write('</div>');
	buscador();
	document.write('</div>');
}
/*** BUSCADOR AVANZADO ****/
function buscador(){
	document.write('<div class="menusup">');
	document.write('<form name="fbuscador" method="get" action="https://www.cajastur.es/searchblox/servlet/SearchServlet" >');
	//document.write('<form name="fbuscador" method="get" action="https://www.cajastur.es/searchblox/servlet/SearchServlet" onSubmit="alert(\'Funcionalidad no disponible en estos momentos\');return false;">');
	//document.write('<input type="hidden" name="col" value="1">');
	document.write('<input type="hidden" name="xsl" value="doblea.xsl">');
	document.write('<input type="hidden" name="col" value="3">');
	document.write('<div class="textobuscador" style="text-align:center">Aquí podrás encontrar toda la<br />información que quieras</div>');
//	document.write('<div><input type="text" name="query" class="buscador" size="30" /><a href="#" onClick="alert(\'Funcionalidad no disponible en estos momentos\')"><img class="image" src="/clubdoblea/images/lupa.gif" alt="buscar" style="width:21px;height:24px;float:left;" /></a></div>');
	document.write('<div><input type="text" name="query" class="buscador" size="30" /><input type="image" class="image" src="/clubdoblea/images/lupa.gif" alt="buscar" style="width:21px;height:24px;float:left;" /></div>');
	//document.write('<div><input type="image" class="avanzado" src="/clubdoblea/images/buscavanzado.gif" alt="buscar" style="width:165px;height:19px" /></div>');
	document.write('</form>');
	document.write('</div>');
}
/*************************/

/* CUADRO DE OPCIONES */
function cuadroopciones () {
	document.write('<ul class="cuadroopciones">');
	document.write('<li class="opcion"><span class="cursor" onclick="imprimir()" onkeypress="imprimir()" ><img src="/images/ico_imprimir.gif" alt="" />imprimir</span></li>');
	document.write('<li class="opcion"><span class="cursor" onclick="favoritos(window.location,window.document.title)" onkeypress="favoritos(window.location,window.document.title)" ><img src="/images/ico_favoritos.gif" alt="" />añadir a favoritos</span></li>');
	document.write('</ul>');
}

function imprimir() {
	document.getElementById('logodoblea').style.display='none';
	document.getElementById('superiordoblea').style.display='none';
	document.getElementById('menudoblea').style.display='none';
	
	document.getElementById('contenidodoblea').style.width='auto';
	document.getElementById('contenidodoblea').style.border='0';
	document.getElementById('contenidodoblea').style.margin='0 5%';
	document.getElementById('contenidodoblea').style.padding='0';

	self.print();
	
	document.getElementById('contenidodoblea').style.margin='0px 0px 0px 0px';
	document.getElementById('logodoblea').style.display='block';
	document.getElementById('superiordoblea').style.display='block';
	document.getElementById('menudoblea').style.display='block';
}

function cuadroopcionesrecomendar () {
	document.write('<ul class="cuadroopciones">');
	document.write('<li class="opcion"><span class="cursor" onclick="imprimir()" onkeypress="imprimir()" ><img src="/images/ico_imprimir.gif" alt=" " />imprimir</span></li>');
	document.write('<li class="opcion"><a href="/recomendar/?urlinfo='+document.location+'&titulo='+document.title+'"><img src="/images/ico_recomendar.gif" alt=" " />recomendar página</a></li>');
	document.write('<li class="opcion"><span class="cursor" onclick="favoritos(window.location,window.document.title)" onkeypress="favoritos(window.location,window.document.title)" ><img src="/images/ico_favoritos.gif" alt=" " />añadir a favoritos</span></li>');
	document.write('</ul>');
}

/* /CUADRO DE OPCIONES */

/* FAVORITOS */
function favoritos(direccion,descripcion){ 
	if ((navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion)>3)){ 
		window.external.AddFavorite(direccion,descripcion); 
	} 
	else if((navigator.appName == "Netscape") || (navigator.appName == "Mozilla")) { 
		alert("Presione Crtl+D para agregar esta página a sus 'Favoritos'"); 
	} 
	else if(navigator.appName == "Opera") { 
		alert("Presione Crtl+Alt+B para agregar esta página a sus 'Favoritos'"); 
	} 
	else
		alert("Su navegador no dispone de esta opción"); 
} 
/* /FAVORITOS */

/* MENÚ INFERIOR */
function menuinferior () {
	document.write('<div style="clear:both;"><img src="/images/sizer.gif" width="1" height="15" alt="" /></div>');
	document.write('<div class="menuinferior">');
	document.write('<img src="/images/sizer.gif" width="4" height="1" alt="" /><a href="/avisolegal/">Aviso legal</a><img src="/images/sizer.gif" width="3" height="1" alt="" />|');
	document.write('<img src="/images/sizer.gif" width="3" height="1" alt="" /><a href="/tarifasycomisiones/">Tablón de anuncios</a><img src="/images/sizer.gif" width="3" height="1" alt="" />|');
	document.write('<img src="/images/sizer.gif" width="3" height="1" alt="" /><a href="/politicaprivacidad/">Política de Privacidad y Seguridad</a><img src="/images/sizer.gif" width="3" height="1" alt="" />|');
	document.write('<img src="/images/sizer.gif" width="3" height="1" alt="" /><a href="/conozcacajastur/infolegal/infolegal.html?titulo='+document.title+'">Información para inversores</a>');
	document.write('</div>');
	document.write('<div style="clear:both;"><img src="/images/sizer.gif" width="1" height="15" alt="" /></div>');
}
function menuinferiordoblea () {
	document.write('<div style="clear:both;"><img src="/images/sizer.gif" width="1" height="15" alt="" /></div>');
	document.write('<div class="menuinferior">');
	document.write('<img src="/images/sizer.gif" width="4" height="1" alt="" /><a href="/avisolegal/">Aviso legal</a><img src="/images/sizer.gif" width="3" height="1" alt="" />|');
	document.write('<img src="/images/sizer.gif" width="3" height="1" alt="" /><a href="/tarifasycomisiones/">Tablón de anuncios</a><img src="/images/sizer.gif" width="3" height="1" alt="" />|');
	document.write('<img src="/images/sizer.gif" width="3" height="1" alt="" /><a href="/politicaprivacidad/">Política de Privacidad y Seguridad</a><img src="/images/sizer.gif" width="3" height="1" alt="" />|');
	document.write('<img src="/images/sizer.gif" width="3" height="1" alt="" /><a href="/conozcacajastur/infolegal/infolegal.html?titulo='+document.title+'">Información para inversores</a>');
	document.write('</div>');
	document.write('<div style="clear:both;"><img src="/images/sizer.gif" width="1" height="15" alt="" /></div>');
}
function menuinferiorcorto () {
	document.write('<div style="clear:both;"><img src="/images/sizer.gif" width="1" height="15" alt="" /></div>');
	document.write('<div class="menuinferior">');
	document.write('<img src="/images/sizer.gif" width="4" height="1" alt="" /><a href="/avisolegal/">Aviso legal</a><img src="/images/sizer.gif" width="3" height="1" alt="" />|');
	document.write('<img src="/images/sizer.gif" width="3" height="1" alt="" /><a href="/tarifasycomisiones/">Tablón de anuncios</a><img src="/images/sizer.gif" width="3" height="1" alt="" />|');
	document.write('<img src="/images/sizer.gif" width="3" height="1" alt="" /><a href="/politicaprivacidad/">Política de Privacidad y Seguridad</a><img src="/images/sizer.gif" width="3" height="1" alt="" />|');
	document.write('<img src="/images/sizer.gif" width="3" height="1" alt="" /><a href="/conozcacajastur/infolegal/infolegal.html?titulo='+document.title+'">Información para inversores</a>');
	document.write('</div>');
	document.write('<div style="clear:both;"><img src="/images/sizer.gif" width="1" height="15" alt="" /></div>');
}
/* /MENÚ INFERIOR */

/***** AMPLIACIÓN DE FOTOS DEL CATÁLOGO DE PUNTOS *****/

function amplia_fotocat(obj,nombre,nota)
	{
		var pos;
		var rutazoom = obj.href.replace('/normal/','/zoom/');
		
		if (window.pageYOffset) pos = window.pageYOffset
			else if (document.documentElement && document.documentElement.scrollTop) pos = document.documentElement.scrollTop
				else if (document.body) pos = document.body.scrollTop

		pos = eval(pos);
		var cadena = '<div style="font-size:11px;text-align:center;"><a href="#" onclick="cierra_fotocat()"><img src="'+rutazoom+'" align="absmiddle" alt="Pulsa para cerrar"/></a><p><span style="font-size:12px; font-weight:bold">'+nombre+'</span><br />';
		if(nota!=""){
			cadena += '<br /><span style="color:#777777">'+nota+'</span><br />';
		}	
		cadena += '<br />Solicítalo llamando al <span class="rojo">902 105 005</span> o en cualquier <span class="rojo">oficina Cajastur</span><br /><br /><a href="#" onclick="cierra_fotocat()"><img src="/clubdoblea/catalogo/images/btn_cerrar.gif" align="absmiddle" alt="Pulsa para cerrar"/></a></p></div>';
		document.getElementById('ampliacion').innerHTML = cadena; 
		document.getElementById('ampliacion').style.width='400px';
		document.getElementById('ampliacion').style.height='460px';
		document.getElementById('ampliacion').style.top=pos+'px';
		document.getElementById('ampliacion').style.visibility='visible';
		document.getElementById('ampliacion').focus();
	}

function cierra_fotocat(lafoto)
	{
		document.getElementById('ampliacion').innerHTML='';
		document.getElementById('ampliacion').style.visibility='hidden';
	}

/* AMPLIACIÓN*/

/* SOLICITUD REGALOS */

function regalos_solicitar(idregalo,puntos) {
	if (!idregalo){
		if (document.getElementById('numsocio').value == '') {
			document.getElementById('consultar_error').innerHTML = '<span class="rojo">Debes escribir tu número de socio y pulsar el botón "Consultar" para poder solicitar tu regalo</span>';
			document.getElementById('consultar_error').style.display = 'block';
			document.getElementById('numsocio').focus();
			return;
		}
		else {
			document.getElementById('consultar_error').innerHTML = '<span class="rojo">Antes de solicitar un regalo debes pulsar el botón "Consultar"</span>';
			document.getElementById('consultar_error').style.display = 'block';
			return;
		}
		//document.getElementById('numsocio').value == document.getElementById('numsocio1').value;
	}		
	else{
		if (document.getElementById('valido').value !=''){
			if(puntos<=document.getElementById('puntos').value){
				document.getElementById('accion').value = "2";
				document.getElementById('idregalo').value = idregalo;
				document.getElementById('formu_socio').submit();
			}else{
				document.getElementById('consultar_ahora').style.display = 'none';
				
				if (document.getElementById('puntos').value=='100')
					document.getElementById('consultar_error').innerHTML = '<span class="rojo"><strong>No tienes suficientes puntos</strong> para solicitar el regalo seleccionado.<br /> <br />Ahora puedes <strong>escoger el REGALO DE 100 PUNTOS que más te guste</strong>.<br /><a href="/clubdoblea/catalogo/" style="color:#40B226">¡averigua cómo conseguir más puntos!</a></span>';
				else
					document.getElementById('consultar_error').innerHTML = '<span class="rojo"><strong>No tienes suficientes puntos</strong> para solicitar el regalo seleccionado.<br /> <a href="/clubdoblea/catalogo/" style="color:#40B226">¡averigua cómo conseguirlos!</a></span>';
				
				document.getElementById('consultar_error').style.display = 'block';
				return;
			}
			
		}else{
			return;
		}
	}
}

function interrogante(accion) {
	if (accion == 'muestra') document.getElementById('interrogante').style.visibility = 'visible';
	else document.getElementById('interrogante').style.visibility = 'hidden';
}

function nuevaOficina(){
	ventana = window.open('_blank','nuevaofi','width=624,height=250,top=20,left=30,scrollbars=yes,resizable=yes');
	var formu = document.getElementById('formu_socio');
	formu.target = "nuevaofi";
	formu.accion.value = "0";
	formu.submit();
	formu.target = "_self";
	formu.accion.value = "3";
}

/* FIN SOLICITUD REGALOS */

/******************** Insertar imagen del telefono de atencion 24 horas ************************/
function insertaImagen() {
	document.write('<div class="telefono">');
	document.write('<img src="/clubdoblea/images/telefono.jpg" alt="902 105 005 24h"/>');
	document.write('</div>');
}