function cambiarImagen(imagen, temporada){
	document.getElementById('img_coleccion'+temporada).src="img/coleccion/gra/"+imagen+"";
}

function activarImagen(imagen,objeto){
	objeto.src = "img/marcas/"+imagen
	}
	
	
	
var vble = 1;
function mostrarColeccion(){
	temporada = "";

	document.ver_todo.submit();
}

function cambiarValor(campo){
   var longitud = campo.length;
	if(campo.checked){
		document.ver_todo.temporada.value =  campo.value;

	}


}

function marcarSeccionInicio(valor,total){
	for(i=1;i<=total;i++){
		document.getElementById('imagen_'+i).className='';		
	}
	miniatura_actual = valor;

	
	document.getElementById('imagen_'+valor).className='opcion_img_sel';					
}
function vacio(){
	return false;
}

function mostrarTextosLegales(actual,total,estilo,img_opuesta,estilo_letra){
		for(i=0;i<total;i++){
			document.getElementById('pestanya_'+i).className = '';
			document.getElementById('pestanya_'+i).childNodes[1].style.background = '';
			document.getElementById('contenido_pestanya_'+i).className = 'noMostrar';
			document.getElementById('pestanya_'+i)['onmouseout']=new Function("cambiarfondopestanya("+actual+","+total+",'"+estilo+"',"+img_opuesta+",'"+estilo_letra+"');return false;");
		}
		document.getElementById('pestanya_'+actual).className = 'pestanya_sel';
		document.getElementById('contenido_pestanya_'+actual).className  = '';	
		document.getElementById('pestanya_'+actual).childNodes[1].style.background = estilo;
//		document.getElementById('pestanya_'+actual).onmouseout.value = null;
		document.getElementById('pestanya_'+actual)['onmouseout']=new Function("vacio();return false;");	
		

		return false;
		
	}
	
function cambiarfondopestanya(actual,total,estilo,img_opuesta,estilo_letra){
		
		for(i=0;i<total;i++){
			document.getElementById('pestanya_'+i).className = '';
			document.getElementById('pestanya_'+i).childNodes[1].style.background = '';
			document.getElementById('pestanya_'+i).childNodes[1].style.color = '#808080';
		}		
		document.getElementById('pestanya_'+actual).className = 'pestanya_sel';
		document.getElementById('pestanya_'+actual).childNodes[1].style.background = estilo;
		document.getElementById('pestanya_'+actual).childNodes[1].style.color = estilo_letra;		
		if(document.getElementById('pestanya_'+actual)['onmouseout']=="vacio();return false;"){
			document.getElementById('pestanya_'+actual)['onmouseout']=new Function("cambiarfondopestanya("+img_opuesta+","+total+","+estilo+");return false;");	
		}
}
