function popup(page, width, height, scrollbars) {
	window.open(page, "popup", "width="+width+",height="+height+",toolbars=no,scrollbars="+scrollbars)
}