<!--
function ChangeUrl(formulaire)
	{
	if (formulaire.ListeUrl.selectedIndex != 0)
		{
		location.href = formulaire.ListeUrl.options[formulaire.ListeUrl.selectedIndex].value;
	 	}
	else 
		{
		alert('Veuillez choisir un produit.');
		}
	}

function ChangeColor2 (id) {
  document.getElementById('product_name_div' + id).style.backgroundColor = '#B2A288'; 
  document.getElementById('product_name_div' + id).style.borderColor = '#B2A288'; 
  document.getElementById('price' + id).style.color = '#B2A288'; 
  document.getElementById('product_name_a' + id).style.color = '#FFFFFF';
}
function ResetColor2 (id) {
  document.getElementById('product_name_div' + id).style.backgroundColor = '#66B55B'; 
  document.getElementById('product_name_div' + id).style.borderColor = '#66B55B'; 
  document.getElementById('price' + id).style.color = '#66B55B'; 
  document.getElementById('product_name_a' + id).style.color = '#FFFFFF';
}

function ChangeColor (id) {
  document.getElementById(id).style.backgroundColor = '#FFFFFF';
}
function ResetColor (id, color) {
  document.getElementById(id).style.backgroundColor = '#EAE4CC';
}

afficher_panier_on = new Image;
afficher_panier_on.src = "http://www.r7g.com/6261/m/btn/afficher_panier_on.gif";
afficher_panier_off = new Image;
afficher_panier_off.src = "http://www.r7g.com/6261/m/btn/afficher_panier.gif";

acces_compte_on = new Image;
acces_compte_on.src = "http://www.r7g.com/6261/m/btn/acces_compte_on.gif";
acces_compte_off = new Image;
acces_compte_off.src = "http://www.r7g.com/6261/m/btn/acces_compte.gif";

valider_on = new Image;
valider_on.src = "http://www.r7g.com/6261/m/btn/valider_on.gif";
valider_off = new Image;
valider_off.src = "http://www.r7g.com/6261/m/btn/valider.gif";

contacts_on = new Image;
contacts_on.src = "http://www.r7g.com/6261/m/btn/contacts_on.gif";
contacts_off = new Image;
contacts_off.src = "http://www.r7g.com/6261/m/btn/contacts.gif";

retour_liste_on = new Image;
retour_liste_on.src = "http://www.r7g.com/6261/m/btn/retour_liste_on.gif";
retour_liste_off = new Image;
retour_liste_off.src = "http://www.r7g.com/6261/m/btn/retour_liste.gif";

previous_on = new Image;
previous_on.src = "http://www.r7g.com/6261/m/btn/previous_on.gif";
previous_off = new Image;
previous_off.src = "http://www.r7g.com/6261/m/btn/previous.gif";

next_on = new Image;
next_on.src = "http://www.r7g.com/6261/m/btn/next_on.gif";
next_off = new Image;
next_off.src = "http://www.r7g.com/6261/m/btn/next.gif";
-->