﻿function javascriptToFlash(image,w,h){  var domAnimation = document.getElementById('playerVideo');    domAnimation.SetVariable('illus_w',w);  domAnimation.SetVariable('illus_h',h);  domAnimation.SetVariable('illus',image);}var couleurTexte="";//var n=76;var n=16;var alternesens=1;/*function changeCouleur (id) {object=document.getElementById(id);if (n==15 || n==180) {alternesens=alternesens*(-1)};n=n+alternesens;// transforme en hexadecimal....h=n.toString(16);//object.style.color="#"+h+h+h;object.style.color="#9e0202";}function effetcouleurBut(id) {flashing=setInterval("changeCouleur('"+id+"')",30)}*/function effetcouleurBut(id) {object=document.getElementById(id);object.style.color="#9e0202";}