glow.ready(function() {
	glow.events.addListener(
		".open",
		"click",
		function () {
			window.open(this.href, "", "left=400px, toolbar=yes, location=yes, directories=no, status=no, menubar=yes, scrollbars=yes, resizable=no, copyhistory=yes, width=800, height=600");
			return false;
		}
	);
});

