function popup(file, width, height) {	newWindow = window.open(file, "news", "height=" + height + ",width=" + width + ",dependent,scrollbars");	newWindow.focus();}