function rollover_mat(nom,src) {	

	document.images[nom].src=src;
}

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() {
	var temp=new load
	(
	"../../commun/img/photos/masterlift_club.jpg",
	"../../commun/img/photos/vs3.jpg",
	"../../commun/img/photos/focea.jpg",
	"../../commun/img/photos/avanti.jpg",
	"../../commun/img/photos/oceo.jpg",
	"../../commun/img/photos/boutbeuchat.jpg",
	"../../commun/img/photos/vector.jpg",
	"../../commun/img/photos/proton.jpg",
	"../../commun/img/photos/origin.jpg",
	"../../commun/img/photos/avanti.jpg",
	"../../commun/img/photos/boutmares.jpg",
	"../../commun/img/photos/matos02.jpg"
	)
}

preload()
