
var oeuvre = new Array();

function ajoute()
{
  no = oeuvre.length;
  oeuvre[no] = new Array();
  for( n=0; n<arguments.length; n++ ) oeuvre[no][n] = arguments[n];
}

// 0:titre 1:fichier 2:médium 3:date 4:commentaire 5:border 6:largeur 7:hauteur

ajoute( "mutant", "chauve-souris003ffre", "photo numérique", "2008", "", 0, 512, 320 );
ajoute( "mutant", "figurine014j", "photo numérique", "2008", "", 0, 472, 320 );
ajoute( "coeur sur pieds", "mutant001f", "photo numérique", "2008", "", 0, 461, 320 );
ajoute( "coeur sur pieds", "mutant002i", "photo numérique", "2008", "", 0, 490, 320 );
ajoute( "coeur sur pieds", "mutant003j", "photo numérique", "2008", "", 0, 490, 320 );
ajoute( "coeur en bocal", "mutant004m", "photo numérique", "2008", "", 0, 490, 320 );
ajoute( "mutant 5", "mutant005dy", "photo numérique", "2008", "", 0, 490, 320 );
ajoute( "mutant 7", "mutant007k", "photo numérique", "2008", "", 0, 490, 320 );
// ajoute( "mutant 9", "mutant009u", "photo numérique", "2008", "", 0, 490, 320 );
ajoute( "mutant 11", "mutant011s", "photo numérique", "2008", "", 0, 490, 320 );
ajoute( "mutant", "naissance003k", "photo numérique", "2008", "", 0, 490, 320 );
ajoute( "mutant", "porteur058p", "photo numérique", "2008", "", 0, 490, 320 );
ajoute( "mutant", "porteur057mhg", "photo numérique", "2008", "", 0, 490, 320 );
ajoute( "mutant 16", "mutant016cmh", "photo numérique", "2008", "", 0, 490, 320 );
ajoute( "mutant 13", "mutant013p", "photo numérique", "2008", "", 0, 490, 320 );

