function passage(nom,src)
{	
	document.images[nom].src=src;
}

function charge()
{
	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 precharge()
{
	var temp=new charge("../images/blanc.jpg","../images/titre_cyber.jpg","../images/titre_biblio.jpg","../images/titre_musique.jpg","../images/titre_scenes.jpg","../images/titre_tourisme.jpg")
}

function nouvfen(url,nomfen,divers)
{
	window.open(url,nomfen,divers);
}

