function ow(url, width, height, scrollbar) {
	admin = open(url,"ADMIN", "width="+width+", height="+height+", scrollbars="+scrollbar);
}
