function load() {
	if (document.images) {
		this.length=load.arguments.length;
		for (var i=0;i<this.length;i++) {
			this[i+1]=new Image();
			this[i+1].src=load.arguments[i];
		}
	}
}
function preload() {
// Cette fonction charge dans le cache toutes les images passées en paramètre
	var temp=new load("fileadmin/template/main/images/fleche_hide_a_la_une1.gif","fileadmin/template/main/images/fleche_hide_a_la_une2.gif","fileadmin/template/main/images/fleche_hide_a_la_une2.gif")
}