// ゲームコントローラを開く
function openMenu() {
	url='player/index.php';
	location.href=url;
	return false;
}
