<!--

// =============================
//	Activations - Désactivations
// =============================

/* PRECHARGEMENT DE L IMAGE DANS LE CACHE DU NAVIGATEUR */
if(document.images)
{
vote = new Image;
vote = "je_vote_on.jpg";

suiv = new Image;
suiv = "icon_forward_on.gif";

prec = new Image;
prec = "icon_reward_on.gif";
}

//-->