function selBoton(numImg,idSel){
	var imgSel = "img" + numImg;
	document.getElementById(imgSel).src = "img/botonSel" + idSel + ".jpg";
}

//--------------------------------------------------------------------------------------------------
//--	 														MOVIMIENTO CABECERA																						  --
//--------------------------------------------------------------------------------------------------

/*
Posibles valores de fx:
•blindX        •fade          •scrollLeft 	•slideX     •uncover
•blindY        •fadeZoom      •scrollRight  •slideY     •wipe   
•blindZ        •growX         •scrollHorz   •turnUp     •zoom   
•cover         •growY         •scrollVert   •turnDown 
•curtainX      •scrollUp      •shuffle      •turnLeft 
•curtainY      •scrollDown    •toss         •turnRight


nowrap:  1 --> Indica que con el Next Prev cuando llega al final para.

*/

$(document).ready(function() {
	$('.ss1').append('<img src=img/Cabecera/Baniera2.jpg height=65 width=82 border=0 alt="Montajes Dimar" />'); 
  $('.ss1').cycle({ fx: 'fade',	speed: 1000, timeout: 14000, delay: -4000 });

	$('.ss2').append('<img src=img/Cabecera/MuebleBanio2.jpg height=65 width=82 border=0 alt="Montajes Dimar" />'); 
  $('.ss2').cycle({	fx: 'scrollUp', speed: 1000, timeout: 14000, delay: -10000 });

	$('.ss3').append('<img src=img/Cabecera/Columna2.jpg height=65 width=82 border=0 alt="Montajes Dimar" />'); 
  $('.ss3').cycle({	fx: 'wipe', speed: 1000, timeout:  14000, delay: -14000	});

	$('.ss4').append('<img src=img/Cabecera/Frente2.jpg height=65 width=82 border=0 alt="Montajes Dimar" />'); 
  $('.ss4').cycle({	fx: 'blindX', speed: 1000, timeout: 14000, delay: -6000	});

	$('.ss5').append('<img src=img/Cabecera/Mampara2.jpg height=65 width=82 border=0 alt="Montajes Dimar" />'); 
  $('.ss5').cycle({	fx: 'cover', speed: 1000, timeout:  14000, delay: -12000 });

	$('.ss6').append('<img src=img/Cabecera/MuebleBanio4.jpg height=65 width=82 border=0 alt="Montajes Dimar" />'); 
  $('.ss6').cycle({ fx: 'growX',  speed: 1000, timeout:  14000, delay: -2000 });

	$('.ss7').append('<img src=img/Cabecera/Spa2.jpg height=65 width=82 border=0 alt="Montajes Dimar" />'); 
  $('.ss7').cycle({ fx: 'scrollHorz', speed: 1000, timeout:  14000, delay: -8000 });
});

/*function validaFormulario(f){
	if (jQuery.trim(f.contacto.value) == ""){
		alert("Debe rellenar el campo Persona de Contacto");
		f.contacto.select();
		return false;
	}

	if (jQuery.trim(f.email.value) == "" && jQuery.trim(f.telefono.value) == ""){
		alert("Debe rellenar el E-Mail o Teléfono para poder ponernos en contacto con usted.");
		f.email.select();
		return false;
	}
	
	if (jQuery.trim(f.info.value) == ""){
		alert("Debe rellenar el campo Datos de Consulta.");
		f.info.select();
		return false;
	}

}*/
