<!--function open_window( url, name, width, height, scrollbars, resizable ) {	win = window.open(url, name, 'width=' + width + ',height=' + height + ',scrollbars=' + scrollbars + ',resizable=' + resizable );	win.focus();}//-->