<!-- Masque ce script pour les navigateurs non compatible ! -->
//
// change la source d'un IMG à partir de (id de l'img, nouvelle source en cache arImg)
// marc stemmelin Exa - 17 05 2002
//
function Exa_SwapImg() {
var args;
var MyId;
var MyImg;
args=Exa_SwapImg.arguments;
if (args[0]!=null) { 
if (args[1]!=null) { 
if ((obj=MM_findObj(args[0]))!=null) {
MyId=args[0];
MyImg=args[1];
document.images[MyId].src = arImg[MyImg].src; 
 }}}}
//
// Masque ce script pour les navigateurs non compatible ! -->