
function clignote()
 {
 document.getElementById('panier').src="http://boutique.chien.com/skin/frontend/blank/chien2/images/bt_panier_bkg_over.png";
 window.setTimeout("clignote2();",500);
}
function clignote2()
 {
 if(control!=false){
 document.getElementById('panier').src="http://boutique.chien.com/skin/frontend/blank/chien2/images/bt_panier_bkg.png";
 window.setTimeout("clignote3();",500);
	}
 }
function clignote3()
 {
 document.getElementById('panier').src="http://boutique.chien.com/skin/frontend/blank/chien2/images/bt_panier_bkg_over.png";
 window.setTimeout("clignote4();",500);
 }
function clignote4()
 {
 if (control!=false)
 {
 document.getElementById('panier').src="http://boutique.chien.com/skin/frontend/blank/chien2/images/bt_panier_bkg.png";
 window.setTimeout("clignote();",500);
 control=false;
 }
 }
function stopit()
 {
 control=false;
 }
function doit()
 {
control=true;
 clignote();
}

