
function filtre(img,effet){
if (effet==0) img.filters.alpha.opacity=100
else img.filters.alpha.opacity=70;
} 
