
function datensatz (Album, a, at, b, bt, c, ct, d, dt, e, et, f, ft, g, gt, h, ht, i, it, j, jt, k, kt, l, lt, m, mt, n, nt, o, ot, p, pt, q, qt, r, rt, s, st, t, tt, u, ut, v, vt, w, wt, x, xt, y, yt, z, zt)
{
this.Album = Album;
this.a = a;
this.at = at;
this.b = b;
this.bt = bt;
this.c = c;
this.ct = ct;
this.d = d;
this.dt = dt;
this.e = e;
this.et = et;
this.f = f;
this.ft = ft;
this.g = g;
this.gt = gt;
this.h = h;
this.ht = ht;
this.i = i;
this.it = it;
this.j = j;
this.jt = jt;
this.k = k;
this.kt = kt;
this.l = l;
this.lt = lt;
this.m = m;
this.mt = mt;
this.n = n;
this.nt = nt;
this.o = o;
this.ot = ot;
this.p = p;
this.pt = pt;
this.q = q;
this.qt = qt;
this.r = r;
this.rt = rt;
this.s = s;
this.st = st;
this.t = t;
this.tt = tt;
this.u = u;
this.ut = ut;
this.v = v;
this.vt = vt;
this.w = w;
this.wt = wt;
this.x = x;
this.xt = xt;
this.y = y;
this.yt = yt;
this.z = z;
this.zt = zt;
}
satz = new Array ();
satz[0] = new datensatz("AUSWAHL ", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",  "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",  "", "");
satz[1] = new datensatz("HIP-HOP NATION ", "Drop Da Beat", "2:37", "Hip-Hop Music", "2:47", "Let It Swing", "3:28", "Miami Cops", "3:24", "Hip-Hop Nation", "3:04", "Love At Me", "3:22", "Rap Music", "4:05", "Get Me Down", "2:37", "Sax Rap", "3:24", "Casino Slap", "3:14", "Get It Right", "3:02", "Party", "2:28", "Gangsta Religion", "3:12", "Kick It Once", "2:00", "Bounce Wit Me", "2:26", "Mind Sick", "4:00", "Badadadady", "3:22", "Spring Break", "3:38", "Hands Up", "3:17", "X-Mas", "3:12", "Rapsody", "3:22", "France Rap", "2:09", "Tell Me", "2:24", "", "", "", "", "", "");
satz[2] = new datensatz("IN THE HOOD ", "Chinese Girl", "3:21", "Fat Ass", "3:17", "Jessie James", "3:17", "Muezzin", "3:46", "Shake Up", "3:16", "Don`t Say Nothing", "3:02", "Kung-Fu Hip-Hop", "3:34", "In The Hood", "3:21", "Hacienda Walking", "3:32", "Respect", "3:16", "Lazer", "2:32", "If You Got What I Want", "3:12", "Marmalade", "3:33", "Microphone Check", "3:33", "With You Tonight", "3:04", "No Dope For Some Hope", "2:56", "I Know", "3:14", "Seven Days A Week", "3:32", "I Sings I Raps", "3:42", "Here Come", "3:06", "Happy Or Not", "3:14", "", "", "", "", "", "", "", "", "", "");
satz[3] = new datensatz("BROWN SKINNED MAMA ", "Rap Remix", "3:39", "Family", "3:14", "Brown Skinned Mama", "3:27", "Key", "3:11", "I Want Your Body", "2:58", "Casanova", "3:04", "Feeling Allright", "2:38", "Motherfucker", "2:03", "Tsunami", "3:14", "Prima Hip-Hop", "3:22", "I Will Love Lou", "3:16", "War Is Not The Answer", "3:06", "Energy 123", "3:49", "Bush Beat", "3:24", "Wanna Do It Easy", "3:09", "One Two Three", "3:34", "In My Head", "3:26", "On The Cementry", "3:34", "Goverment", "3:14", "Run It", "3:06", "I Want You Back", "3:39", "", "", "", "", "", "", "", "", "", "");
satz[4] = new datensatz("HELLBOY ", "Calling For Your Love", "3:14", "Hellboy", "3:16", "I Feel Your Love", "2:00", "Brothers In Air", "3:37", "TT Touch", "3:24", "Sonnenblume", "3:32", "Prisoner", "3:14", "Shall We Dance", "3:29", "No No", "2:58", "Arrivederci Roma", "3:29", "La Vie En Rose", "3:14", "Why Does It Hurt When I Pee", "4:00", "Death Scratch", "3:11", "Latin Microphone", "3:29", "Bang-Bang", "3:49", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "");

function initselect()
{
for (i=0; i < satz.length; i++){
maxbreit="";
for (k=0; k < satz[i].Album.length; k++) {
maxbreit=maxbreit + "m";
}
optstring = "<option>"+maxbreit+"</option>\n";
document.write(optstring);
}
document.write("</select>\n");
}
function hinzu()
{
for (j=0; j < satz.length; j++){
neuoption=new Option(satz[j].Album);
document.forms[0].elements[0].options[j]
=neuoption;
}
}
function auswert(form)
{
document.forms[0].elements[1].value=
satz[form.auswahl.selectedIndex].a;
document.forms[0].elements[2].value=
satz[form.auswahl.selectedIndex].at;
document.forms[0].elements[3].value=
satz[form.auswahl.selectedIndex].b;
document.forms[0].elements[4].value=
satz[form.auswahl.selectedIndex].bt;
document.forms[0].elements[5].value=
satz[form.auswahl.selectedIndex].c;
document.forms[0].elements[6].value=
satz[form.auswahl.selectedIndex].ct;
document.forms[0].elements[7].value=
satz[form.auswahl.selectedIndex].d;
document.forms[0].elements[8].value=
satz[form.auswahl.selectedIndex].dt;
document.forms[0].elements[9].value=
satz[form.auswahl.selectedIndex].e;
document.forms[0].elements[10].value=
satz[form.auswahl.selectedIndex].et;
document.forms[0].elements[11].value=
satz[form.auswahl.selectedIndex].f;
document.forms[0].elements[12].value=
satz[form.auswahl.selectedIndex].ft;
document.forms[0].elements[13].value=
satz[form.auswahl.selectedIndex].g;
document.forms[0].elements[14].value=
satz[form.auswahl.selectedIndex].gt;
document.forms[0].elements[15].value=
satz[form.auswahl.selectedIndex].h;
document.forms[0].elements[16].value=
satz[form.auswahl.selectedIndex].ht;
document.forms[0].elements[17].value=
satz[form.auswahl.selectedIndex].i;
document.forms[0].elements[18].value=
satz[form.auswahl.selectedIndex].it;
document.forms[0].elements[19].value=
satz[form.auswahl.selectedIndex].j;
document.forms[0].elements[20].value=
satz[form.auswahl.selectedIndex].jt;
document.forms[0].elements[21].value=
satz[form.auswahl.selectedIndex].k;
document.forms[0].elements[22].value=
satz[form.auswahl.selectedIndex].kt;
document.forms[0].elements[23].value=
satz[form.auswahl.selectedIndex].l;
document.forms[0].elements[24].value=
satz[form.auswahl.selectedIndex].lt;
document.forms[0].elements[25].value=
satz[form.auswahl.selectedIndex].m;
document.forms[0].elements[26].value=
satz[form.auswahl.selectedIndex].mt;
document.forms[0].elements[27].value=
satz[form.auswahl.selectedIndex].n;
document.forms[0].elements[28].value=
satz[form.auswahl.selectedIndex].nt;
document.forms[0].elements[29].value=
satz[form.auswahl.selectedIndex].o;
document.forms[0].elements[30].value=
satz[form.auswahl.selectedIndex].ot;
document.forms[0].elements[31].value=
satz[form.auswahl.selectedIndex].p;
document.forms[0].elements[32].value=
satz[form.auswahl.selectedIndex].pt;
document.forms[0].elements[33].value=
satz[form.auswahl.selectedIndex].q;
document.forms[0].elements[34].value=
satz[form.auswahl.selectedIndex].qt;
document.forms[0].elements[35].value=
satz[form.auswahl.selectedIndex].r;
document.forms[0].elements[36].value=
satz[form.auswahl.selectedIndex].rt;
document.forms[0].elements[37].value=
satz[form.auswahl.selectedIndex].s;
document.forms[0].elements[38].value=
satz[form.auswahl.selectedIndex].st;
document.forms[0].elements[39].value=
satz[form.auswahl.selectedIndex].t;
document.forms[0].elements[40].value=
satz[form.auswahl.selectedIndex].tt;
document.forms[0].elements[41].value=
satz[form.auswahl.selectedIndex].u;
document.forms[0].elements[42].value=
satz[form.auswahl.selectedIndex].ut;
document.forms[0].elements[43].value=
satz[form.auswahl.selectedIndex].v;
document.forms[0].elements[44].value=
satz[form.auswahl.selectedIndex].vt;
document.forms[0].elements[45].value=
satz[form.auswahl.selectedIndex].w;
document.forms[0].elements[46].value=
satz[form.auswahl.selectedIndex].wt;
document.forms[0].elements[47].value=
satz[form.auswahl.selectedIndex].x;
document.forms[0].elements[48].value=
satz[form.auswahl.selectedIndex].xt;
document.forms[0].elements[49].value=
satz[form.auswahl.selectedIndex].y;
document.forms[0].elements[50].value=
satz[form.auswahl.selectedIndex].yt;
document.forms[0].elements[51].value=
satz[form.auswahl.selectedIndex].z;
document.forms[0].elements[52].value=
satz[form.auswahl.selectedIndex].zt;
}

