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