function popup(url) {
	window.open(url, "myWindow", "status = 1, height = 500, width = 600, resizable = 0, scrollbars = 1" )
}