function effet(image){	
	if(image && image.filters && image.filters[0]){
		image.filters[0].apply();
		image.filters[0].play();
	}
}