function open_window(url,width,height,scrollbar, name){if(!width){width=320;}if(!height){height=180;}if(!scrollbar){scrollbar='no';} window.open(url, name, "scrollbars="+scrollbar+",toolbar=no,menubar=no,width="+width+",height="+height+",left=50,top=50");}
