function OpenWin( pNum )

{

	if( pNum == 01 )

	{

		var aSize = "width=" + 500 + ",height=" + 400 + ",scrollbars=no,status=no,titlebar=no,toolbar=no,top=50,left=50";

		window.open("./game-mushiba.html", "game1", aSize );

	}
	else if( pNum == 02 )

	{

		var aSize = "width=" + 500 + ",height=" + 400 + ",scrollbars=no,status=no,titlebar=no,toolbar=no,top=50,left=50";

		window.open("./game-quize.html", "game2", aSize );

	}

}
