// JavaScript Document
	function openParent(uri) {
		opener.location=uri;
		self.close();
	}
	
	function closeGame() {
		opener.document.location.reload();
		self.close();
	}