var menu=[
	"http://www.gerardrondeau.com/img/menu/actualite.png",
	"http://www.gerardrondeau.com/img/menu/actualite_on.png",
	"http://www.gerardrondeau.com/img/menu/biographie.png",
	"http://www.gerardrondeau.com/img/menu/biographie_on.png",
	"http://www.gerardrondeau.com/img/menu/contact.png",
	"http://www.gerardrondeau.com/img/menu/contact_on.png",
	"http://www.gerardrondeau.com/img/menu/expositions.png",
	"http://www.gerardrondeau.com/img/menu/expositions_on.png",
	"http://www.gerardrondeau.com/img/menu/films.png",
	"http://www.gerardrondeau.com/img/menu/films_on.png",
	"http://www.gerardrondeau.com/img/menu/livres.png",
	"http://www.gerardrondeau.com/img/menu/livres_on.png",
	"http://www.gerardrondeau.com/img/menu/photographies.png",
	"http://www.gerardrondeau.com/img/menu/photographies_on.png",
	"http://www.gerardrondeau.com/img/menu/sep.png"
	];
	


		
	//PRELOADING MENU IMAGES
	var hashexpos=$H(expos);
	hashexpos.each(function(item)
		{
			//alert(item.key);
			var image = new Image();
			image.src = item.value;
		}
		);

