function resizewin() { var width=550; var height=700; if (document.all) { top.window.resizeTo(width,height); } else if (document.layers||document.getElementById) { top.window.outerHeight = height; top.window.outerWidth = width; } } // ******************************************************************************************* function pop_window_big(){ popwindow_big = window.open('ladefenster.html','popwindow_big','width=750,height=700,left=0,top=0,scrollbars=auto,menubar=no'); popwindow_big.focus(); } function pop_window_shop(){ popwindow_big = window.open('ladefenster.html','popwindow_big','width=500,height=500,left=0,top=0,scrollbars=auto,menubar=no'); popwindow_big.focus(); } /* function pop_window_news(){ popwindow_big = window.open('ladefenster.html','popwindow_big','width=600,height=650,left=0,top=0,scrollbars=auto,menubar=no'); popwindow_big.focus(); } */ function pop_window_galerie(){ popwindow_big = window.open('http://www.luce2.de/ladefenster.html','popwindow_big','width=600,height=650,left=0,top=0,scrollbars=auto,menubar=no'); popwindow_big.focus(); } function pop_window_docid(){ popwindow_big = window.open('ladefenster.html','popwindow_big','width=500,height=500,left=0,top=0,scrollbars=auto,menubar=no'); popwindow_big.focus(); } function pop_window_doclb(){ popwindow_big = window.open('ladefenster.html','popwindow_big','width=600,height=500,left=0,top=0,scrollbars=auto,menubar=no,resizable=yes'); popwindow_big.focus(); }