function ajoute(id,lng)
	{
		switch(lng)
		{
			/*case "fr":
				var destination = "catalogue.asp?id=" + id
			break    
			case "en":
				var destination = "catalogue_en.asp?id=" + id
			 break*/
			case "fr":
				var destination = "catalogue-ref-" + id + ".html"
			break    
			case "en":
				var destination = "catalogue" + id + "_en.html"
			 break
		}
		newfen = open(destination,"","height=40,width=150,menubar=no,scrolling=no,scrollbars=no,toolbar=no,status=no")	
	}
