function Hilfe(material)
{
switch (material)
{
case "Abbruchabfälle":
window.open("infos/material/abbruch.html","Fenster1","width=300,height=470,left=0,top=0");
break;
case "Altpapier":
window.open("infos/material/altpap.html","Fenster1","width=300,height=400,left=0,top=0");
break;
case "Aushub":
window.open("infos/material/aushub.html","Fenster1","width=300,height=400,left=0,top=0");
break;
case "Bauabfälle":
window.open("infos/material/bauabfa.html","Fenster1","width=300,height=470,left=0,top=0");
break;
case "Bauschutt":
window.open("infos/material/bauschu.html","Fenster1","width=300,height=450,left=0,top=0");
break;
case "Dämmwolle":
window.open("infos/material/daemm.html","Fenster1","width=300,height=400,left=0,top=0");
break;
case "Eisen/Metall":
window.open("infos/material/eismet.html","Fenster1","width=300,height=400,left=0,top=0");
break;
case "Elektronikschrott":
window.open("infos/material/elektron.html","Fenster1","width=300,height=400,left=0,top=0");
break;
case "Eternitabfälle":
window.open("infos/material/eternit.html","Fenster1","width=300,height=400,left=0,top=0");
break;
case "Folien":
window.open("infos/material/folien.html","Fenster1","width=300,height=400,left=0,top=0");
break;
case "Gartenabfälle":
window.open("infos/material/garten.html","Fenster1","width=300,height=400,left=0,top=0");
break;
case "Gipskarton":
window.open("infos/material/gipskart.html","Fenster1","width=300,height=400,left=0,top=0");
break;
case "Glas":
window.open("infos/material/glas.html","Fenster1","width=300,height=400,left=0,top=0");
break;
case "Holz":
window.open("infos/material/holz.html","Fenster1","width=300,height=400,left=0,top=0");
break;
case "Reifen":
window.open("infos/material/reifen.html","Fenster1","width=300,height=400,left=0,top=0");
break;
case "Info_eins":
window.open("infos/material/info_eins.html","Fenster1","width=300,height=450,left=0,top=0");
break;
case "Route":
window.open("route.html","Fenster1","width=460,height=250,left=0,top=0");
break;

}
}
