function open_window(url) {
mywin = open(url,"Bestellung","width=950,height=550,status=1,scrollbars=1");
}
