// Funktion zum Abspielen der Hörproben

function music(titel)
{
         if (titel == 1) window.open('steiger_1.html','','height=75,width=300');
         if (titel == 2) window.open('steiger_2.html','','height=75,width=300');
         if (titel == 3) window.open('bimmelboa.html','','height=75,width=300');
         if (titel == 4) window.open('musikantenparade.html','','height=75,width=300');
         if (titel == 5) window.open('chanson.html','','height=75,width=300');
         if (titel == 6) window.open('slavo_polka.html','','height=75,width=300');
         if (titel == 7) window.open('bernsdorfer.html','','height=75,width=350');
         if (titel == 8) window.open('new_york_1.html','','height=75,width=300');
         if (titel == 9) window.open('new_york_2.html','','height=75,width=300');
         if (titel == 10) window.open('new_york_3.html','','height=75,width=300');
         if (titel == 11) window.open('panther_1.html','','height=75,width=300');
         if (titel == 12) window.open('panther_2.html','','height=75,width=300');
         if (titel == 13) window.open('sternenbanner_1.html','','height=75,width=350');
         if (titel == 14) window.open('sternenbanner_2.html','','height=75,width=350');
         if (titel == 15) window.open('cajun_1.html','','height=75,width=300');
         if (titel == 16) window.open('cajun_2.html','','height=75,width=300');
         if (titel == 17) window.open('te_deum.html','','height=75,width=350');
         if (titel == 18) window.open('schoener_tag.html','','height=75,width=350');
         if (titel == 19) window.open('petersburger.html','','height=75,width=300');
}