function open_window(url) {
		aWindow = window.open(url, "thewindow", 
		"menubar=no,toolbar=no,resizable=no,scrollbars=yes,width=600,height=500,screenX=20,screenY=20,top=20,left=20")
		}
