function grandedet(source)
{
document.getElementById('gdproduit').src= '/visuels/produits/vignettes160/'+source;
document.getElementById('zoomproduit').src= '/visuels/produits/vignettes300/'+source;

}



function grandedet2(source,taille)
{
	document.getElementById('gdproduit').src= '/visuels/produits/vignettes160/'+source;
	document.getElementById('zoomproduit').src= '/visuels/produits/vignettes'+taille+'/'+source;
	try {
		taille_img=taille;
	} catch (err) {}

}


function grandedetassoc(source)
{
document.getElementById('gdproduitassoc').src= source;
}

var changeStyle = function(id){
	for(i=1;i<=10;i++){
		if(document.getElementById('buttonCar'+i) && i!=id){
			document.getElementById('buttonCar'+i).className='detail_onglet_off';
		} else if(i==id){
			document.getElementById('buttonCar'+i).className='detail_onglet_select';
		}
	}
}
