function open_window_ext(url, width, height){window.open(url,"PopUp","width="+width+",height="+height+",toolbar=no,scrollbars=yes");}
