function ventana_usuarios(){

	alert("Identificación Incorrecta.Pruebe de nuevo o pongasé en contacto con nosotros en el teléfono 942 037502");

}
function ventana_oferta(){
        window.open('/oferta_web/index.asp', 'Ofertas','width=389, height=550');
}
function ventana_boletin(){
	window.open('/boletin/index.asp', 'Boletin','width=450, height=550,scrollbars=yes');
}
function mapa(){
		window.open('/mapa/mapa.htm','Mapa','width=300,height=202');
	}
	function visita(){
		window.open('/mapa/mapa_tienda.html','Mapa','width=550,height=250');
	}
function imprimir_noticia(id){
	window.open('/noticias/imprimir.asp?id_noticia='+ id,'imprimir','width=500,height=500');
}
function ventana_mapa(){
	window.open('/animaciones/mapa.htm','Localización','width=524,height=341');
}
function ventana_visita(){
	window.open('/animaciones/mapa_tienda.html','Tienda','width=540,height=280');
}
function ventana_foto(){
	window.open('/animaciones/foto.html','Tienda','width=345,height=284');
}

function Cambiar(Elemento,Elemento2,Elemento3,Elemento4,Elemento5,Elemento6){
	

		if (Elemento.style.display == "none")
			Elemento.style.display = "block";
		else
			Elemento.style.display = "none";	
			Elemento2.style.display = "none";
			Elemento3.style.display = "none";
			Elemento4.style.display = "none";
			Elemento5.style.display = "none";
			Elemento6.style.display = "none";
	
}

function cambiar_cuadrado(imgname,imgname1,imgname2,imgname3,imgname4,imgname5){
	
		imgname.SRC="/aytocolindres/images/marcado.gif";
		imgname1.SRC="/aytocolindres/images/cuadrado.gif";
		imgname2.SRC="/aytocolindres/images/cuadrado.gif";
		imgname3.SRC="/aytocolindres/images/cuadrado.gif";
		imgname4.SRC="/aytocolindres/images/cuadrado.gif";
		imgname5.SRC="/aytocolindres/images/cuadrado.gif";
}
