function aktion(){
var aktionsfenster;
aktionsfenster=window.open("musik/acd.html","text","width=370,height=280,top=120,left=230,resizable=no");
aktionsfenster.setTimeout("window.close()",40000);
}

