function bild(nr,name,file,thumb,description,size,category,date,time,fotograf) {
  this.nr = nr
  this.name = name
  this.file = file
  this.thumb = thumb
  this.description = description
  this.size = size
  this.category = category
  this.date = date
  this.time = time
  this.fotograf = fotograf
}

function category(category,categoryname,bilder) {
  this.category = category
  this.categoryname = categoryname
  this.bilder = bilder
}

bilder = new Array();

//bilder[0]	= new bild('nr','name', 'file', 'thumb', 'description', 'size', 'category', 'date', 'time' ,'fotograf');

bilder[1]= new bild('1','fusion_01.jpg', 'fotos/fusion_01.jpg', 'thumbs/fusion_01.jpg', 'Verbotene Zone', 'width=480 height=360', ' ', '2001 ', ' ' ,'<!-- uweE -->&nbsp;');
bilder[2]= new bild('2','fusion_02.jpg', 'fotos/fusion_02.jpg', 'thumbs/fusion_02.jpg', 'Fusion Vehicle', 'width=480 height=360', ' ', '2001 ', ' ' ,'<!-- uweE -->&nbsp;');
bilder[3]= new bild('3','fusion_03.jpg', 'fotos/fusion_03.jpg', 'thumbs/fusion_03.jpg', 'Seebühne [8]', 'width=480 height=360', ' ', '2001 ', ' ' ,'<!-- uweE -->&nbsp;');
bilder[4]= new bild('4','fusion_04.jpg', 'fotos/fusion_04.jpg', 'thumbs/fusion_04.jpg', 'Arthangar [2]', 'width=480 height=360', ' ', '2001 ', ' ' ,'<!-- uweE -->&nbsp;');
bilder[5]= new bild('5','fusion_05.jpg', 'fotos/fusion_05.jpg', 'thumbs/fusion_05.jpg', 'Blumen & Verkaufsstände', 'width=480 height=360', ' ', '2001 ', ' ' ,'<!-- uweE -->&nbsp;');
bilder[6]= new bild('6','fusion_06.jpg', 'fotos/fusion_06.jpg', 'thumbs/fusion_06.jpg', 'Sonnenuntergng', 'width=480 height=360', ' ', '2001 ', ' ' ,'<!-- uweE -->&nbsp;');
bilder[7]= new bild('7','fusion_07.jpg', 'fotos/fusion_07.jpg', 'thumbs/fusion_07.jpg', 'Seifenblasenmaschiene am Arthangar', 'width=480 height=360', ' ', '2001 ', ' ' ,'<!-- uweE -->&nbsp;');
bilder[8]= new bild('8','fusion_08.jpg', 'fotos/fusion_08.jpg', 'thumbs/fusion_08.jpg', 'Soundsystems [4]', 'width=480 height=360', ' ', '2001 ', ' ' ,'<!-- uweE -->&nbsp;');
bilder[9]= new bild('9','fusion_09.jpg', 'fotos/fusion_09.jpg', 'thumbs/fusion_09.jpg', 'Feuertanz - Dubstation [13]', 'width=480 height=360', ' ', '2001 ', ' ' ,'<!-- uweE -->&nbsp;');
bilder[10]= new bild('10','fusion_10.jpg', 'fotos/fusion_10.jpg', 'thumbs/fusion_10.jpg', 'Theaterhangar [10]', 'width=480 height=360', ' ', '2001 ', ' ' ,'<!-- uweE -->&nbsp;');
bilder[11]= new bild('11','fusion_11.jpg', 'fotos/fusion_11.jpg', 'thumbs/fusion_11.jpg', 'Wiese vor der Trancebühne [9]', 'width=480 height=360', ' ', '2001 ', ' ' ,'<!-- uweE -->&nbsp;');
bilder[12]= new bild('12','fusion_12.jpg', 'fotos/fusion_12.jpg', 'thumbs/fusion_12.jpg', 'Schuhkarton [7]', 'width=480 height=360', ' ', '2001 ', ' ' ,'<!-- uweE -->&nbsp;');
bilder[13]= new bild('13','fusion_13.jpg', 'fotos/fusion_13.jpg', 'thumbs/fusion_13.jpg', 'Bandbühne [3]', 'width=480 height=360', ' ', '2001 ', ' ' ,'<!-- uweE -->&nbsp;');
bilder[14]= new bild('14','fusion_14.jpg', 'fotos/fusion_14.jpg', 'thumbs/fusion_14.jpg', 'Leute von oben/ an der Bandbühne [3]', 'width=480 height=360', ' ', '2001 ', ' ' ,'<!-- uweE -->&nbsp;');
bilder[15]= new bild('15','fusion_15.jpg', 'fotos/fusion_15.jpg', 'thumbs/fusion_15.jpg', 'Blick aus der Rakete', 'width=480 height=360', ' ', '2001 ', ' ' ,'<!-- uweE -->&nbsp;');
bilder[16]= new bild('16','fusion_16.jpg', 'fotos/fusion_16.jpg', 'thumbs/fusion_16.jpg', 'Raketenausstiegsluke', 'width=480 height=360', ' ', '2001 ', ' ' ,'<!-- uweE -->&nbsp;');
bilder[17]= new bild('17','fusion_17.jpg', 'fotos/fusion_17.jpg', 'thumbs/fusion_17.jpg', 'Trancebühne [9] + [11] + [13] + [14]', 'width=480 height=360', ' ', '2001 ', ' ' ,'<!-- uweE -->&nbsp;');
bilder[18]= new bild('18','fusion_18.jpg', 'fotos/fusion_18.jpg', 'thumbs/fusion_18.jpg', 'Weg zur Seebühne', 'width=480 height=360', ' ', '2001 ', ' ' ,'<!-- uweE -->&nbsp;');
bilder[19]= new bild('19','fusion_19.jpg', 'fotos/fusion_19.jpg', 'thumbs/fusion_19.jpg', 'Trancebühne [9]', 'width=480 height=360', ' ', '2001 ', ' ' ,'<!-- uweE -->&nbsp;');
bilder[20]= new bild('20','fusion_20.jpg', 'fotos/fusion_20.jpg', 'thumbs/fusion_20.jpg', 'Chilloutzelt (gutes Essen und Chai)', 'width=480 height=360', ' ', '2001 ', ' ' ,'<!-- uweE -->&nbsp;');


// bilderInfo = 'FUSION Festival 2001'; //
// uweE | http://www.uwee.de | 02.07.2001 //


