function ht(img, id)
{
	//$$('.imgprix').each(function (e){e.src ='../images/prixht.jpg';});
	//$$('.prixprod').each(function (e){e.toggle();});
	
	img.src='../images/prixht.jpg';
	$('ht'+id).toggle();
	$('ttc'+id).toggle();
}

function ttc(img, id)
{
	//$$('.imgprix').each(function (e){e.src ='../images/prixttc.jpg';});
	//$$('.prixprod').each(function (e){e.toggle();});
	
	img.src='../images/prixttc.jpg';
	$('ht'+id).toggle();
	$('ttc'+id).toggle();
}

function ht2(img, id)
{
	img.src='images/prixht-g.jpg';
	
	$('ht'+id).toggle();
	$('ttc'+id).toggle();
}

function ttc2(img, id)
{
	img.src='images/prixttc-g.jpg';
	
	$('ht'+id).toggle();
	$('ttc'+id).toggle();
}

function ht3(img, id)
{
	img.src='/images/prixht.jpg';
	
	$('ht'+id).toggle();
	$('ttc'+id).toggle();
}

function ttc3(img, id)
{
	img.src='/images/prixttc.jpg';
	
	$('ht'+id).toggle();
	$('ttc'+id).toggle();
}

function ht4(img, id)
{	
	//$$('.imgprix').each(function (e){e.src ='../images/prixttc-2.jpg';});
	//$$('.prixprod').each(function (e){e.toggle();});	
	
	img.src='/images/prixttc-2.jpg';
	$('ht'+id).toggle();
	$('ttc'+id).toggle();
}

function ttc4(img, id)
{
	//$$('.imgprix').each(function (e){e.src ='../images/prixht-2.jpg';});
	//$$('.prixprod').each(function (e){e.toggle();});
	
	img.src='/images/prixht-2.jpg';
	$('ht'+id).toggle();
	$('ttc'+id).toggle();
}