attributs = new Array();
attributs[0] = new Array(4,"jpg","gruen");
attributs[1] = new Array(1,"jpg","orange");
attributs[2] = new Array(3,"jpg","rot");
attributs[3] = new Array(5,"jpg","HG");

