// Milonga Fenster function MilongaWnd(URL, name) { var option ="left=10px, top=10px, width=430, height=350, status=no, scrollbars=no, dependent=yes"; var F = window.open(URL, name, option); } function WndClose() { close(); }