@internetarchive/bookreader 5.0.0-18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.eslintrc.js +58 -0
- package/.gitattributes +2 -0
- package/.github/ISSUE_TEMPLATE/bug.md +32 -0
- package/.github/ISSUE_TEMPLATE/feature-request.md +30 -0
- package/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md +15 -0
- package/.github/dependabot.yml +8 -0
- package/.github/workflows/node.js.yml +37 -0
- package/.github/workflows/npm-publish.yml +47 -0
- package/.testcaferc.json +5 -0
- package/BookReader/BookReader.css +2983 -0
- package/BookReader/BookReader.js +3 -0
- package/BookReader/BookReader.js.LICENSE.txt +117 -0
- package/BookReader/BookReader.js.map +1 -0
- package/BookReader/bookreader-component-bundle.js +1436 -0
- package/BookReader/bookreader-component-bundle.js.LICENSE.txt +27 -0
- package/BookReader/bookreader-component-bundle.js.map +1 -0
- package/BookReader/icons/1up.svg +1 -0
- package/BookReader/icons/2up.svg +1 -0
- package/BookReader/icons/advance.svg +3 -0
- package/BookReader/icons/chevron-right.svg +1 -0
- package/BookReader/icons/close-circle-dark.svg +1 -0
- package/BookReader/icons/close-circle.svg +1 -0
- package/BookReader/icons/fullscreen.svg +1 -0
- package/BookReader/icons/fullscreen_exit.svg +1 -0
- package/BookReader/icons/hamburger.svg +1 -0
- package/BookReader/icons/left-arrow.svg +1 -0
- package/BookReader/icons/magnify-minus.svg +1 -0
- package/BookReader/icons/magnify-plus.svg +1 -0
- package/BookReader/icons/magnify.svg +1 -0
- package/BookReader/icons/pause.svg +1 -0
- package/BookReader/icons/play.svg +1 -0
- package/BookReader/icons/playback-speed.svg +1 -0
- package/BookReader/icons/read-aloud.svg +1 -0
- package/BookReader/icons/review.svg +3 -0
- package/BookReader/icons/thumbnails.svg +1 -0
- package/BookReader/icons/volume-full.svg +1 -0
- package/BookReader/images/BRicons.png +0 -0
- package/BookReader/images/BRicons.svg +5 -0
- package/BookReader/images/BRicons_ia.png +0 -0
- package/BookReader/images/back_pages.png +0 -0
- package/BookReader/images/book_bottom_icon.png +0 -0
- package/BookReader/images/book_down_icon.png +0 -0
- package/BookReader/images/book_left_icon.png +0 -0
- package/BookReader/images/book_leftmost_icon.png +0 -0
- package/BookReader/images/book_right_icon.png +0 -0
- package/BookReader/images/book_rightmost_icon.png +0 -0
- package/BookReader/images/book_top_icon.png +0 -0
- package/BookReader/images/book_up_icon.png +0 -0
- package/BookReader/images/books_graphic.svg +1 -0
- package/BookReader/images/booksplit.png +0 -0
- package/BookReader/images/control_pause_icon.png +0 -0
- package/BookReader/images/control_play_icon.png +0 -0
- package/BookReader/images/embed_icon.png +0 -0
- package/BookReader/images/icon-home-ia.png +0 -0
- package/BookReader/images/icon_OL-logo-xs.png +0 -0
- package/BookReader/images/icon_alert-xs.png +0 -0
- package/BookReader/images/icon_book.svg +1 -0
- package/BookReader/images/icon_bookmark.svg +1 -0
- package/BookReader/images/icon_close-pop.png +0 -0
- package/BookReader/images/icon_download.png +0 -0
- package/BookReader/images/icon_gear.svg +1 -0
- package/BookReader/images/icon_hamburger.svg +1 -0
- package/BookReader/images/icon_home.png +0 -0
- package/BookReader/images/icon_home.svg +1 -0
- package/BookReader/images/icon_home_ia.png +0 -0
- package/BookReader/images/icon_indicator.png +0 -0
- package/BookReader/images/icon_info.svg +1 -0
- package/BookReader/images/icon_one_page.svg +1 -0
- package/BookReader/images/icon_pause.svg +1 -0
- package/BookReader/images/icon_play.svg +1 -0
- package/BookReader/images/icon_playback-rate.svg +1 -0
- package/BookReader/images/icon_return.png +0 -0
- package/BookReader/images/icon_search_button.svg +1 -0
- package/BookReader/images/icon_share.svg +1 -0
- package/BookReader/images/icon_skip-ahead.svg +1 -0
- package/BookReader/images/icon_skip-back.svg +2 -0
- package/BookReader/images/icon_speaker.svg +1 -0
- package/BookReader/images/icon_speaker_open.svg +1 -0
- package/BookReader/images/icon_thumbnails.svg +1 -0
- package/BookReader/images/icon_toc.svg +1 -0
- package/BookReader/images/icon_two_pages.svg +1 -0
- package/BookReader/images/icon_zoomer.png +0 -0
- package/BookReader/images/loading.gif +0 -0
- package/BookReader/images/logo_icon.png +0 -0
- package/BookReader/images/marker_chap-off.png +0 -0
- package/BookReader/images/marker_chap-off.svg +1 -0
- package/BookReader/images/marker_chap-off_ia.png +0 -0
- package/BookReader/images/marker_chap-on.png +0 -0
- package/BookReader/images/marker_chap-on.svg +1 -0
- package/BookReader/images/marker_srch-on.svg +1 -0
- package/BookReader/images/marker_srchchap-off.png +0 -0
- package/BookReader/images/marker_srchchap-on.png +0 -0
- package/BookReader/images/nav_control-dn.png +0 -0
- package/BookReader/images/nav_control-dn_ia.png +0 -0
- package/BookReader/images/nav_control-up.png +0 -0
- package/BookReader/images/nav_control-up_ia.png +0 -0
- package/BookReader/images/nav_control.png +0 -0
- package/BookReader/images/one_page_mode_icon.png +0 -0
- package/BookReader/images/paper-badge.png +0 -0
- package/BookReader/images/print_icon.png +0 -0
- package/BookReader/images/progressbar.gif +0 -0
- package/BookReader/images/right_edges.png +0 -0
- package/BookReader/images/slider.png +0 -0
- package/BookReader/images/slider_ia.png +0 -0
- package/BookReader/images/thumbnail_mode_icon.png +0 -0
- package/BookReader/images/transparent.png +0 -0
- package/BookReader/images/two_page_mode_icon.png +0 -0
- package/BookReader/images/zoom_in_icon.png +0 -0
- package/BookReader/images/zoom_out_icon.png +0 -0
- package/BookReader/jquery-1.10.1.js +2 -0
- package/BookReader/jquery-1.10.1.js.LICENSE.txt +24 -0
- package/BookReader/plugins/plugin.archive_analytics.js +2 -0
- package/BookReader/plugins/plugin.archive_analytics.js.map +1 -0
- package/BookReader/plugins/plugin.autoplay.js +2 -0
- package/BookReader/plugins/plugin.autoplay.js.map +1 -0
- package/BookReader/plugins/plugin.chapters.js +2 -0
- package/BookReader/plugins/plugin.chapters.js.map +1 -0
- package/BookReader/plugins/plugin.iframe.js +2 -0
- package/BookReader/plugins/plugin.iframe.js.map +1 -0
- package/BookReader/plugins/plugin.mobile_nav.js +2 -0
- package/BookReader/plugins/plugin.mobile_nav.js.map +1 -0
- package/BookReader/plugins/plugin.resume.js +2 -0
- package/BookReader/plugins/plugin.resume.js.map +1 -0
- package/BookReader/plugins/plugin.search.js +2 -0
- package/BookReader/plugins/plugin.search.js.map +1 -0
- package/BookReader/plugins/plugin.text_selection.js +2 -0
- package/BookReader/plugins/plugin.text_selection.js.map +1 -0
- package/BookReader/plugins/plugin.tts.js +3 -0
- package/BookReader/plugins/plugin.tts.js.LICENSE.txt +27 -0
- package/BookReader/plugins/plugin.tts.js.map +1 -0
- package/BookReader/plugins/plugin.url.js +2 -0
- package/BookReader/plugins/plugin.url.js.map +1 -0
- package/BookReader/plugins/plugin.vendor-fullscreen.js +2 -0
- package/BookReader/plugins/plugin.vendor-fullscreen.js.map +1 -0
- package/BookReaderDemo/BookReaderDemo.css +41 -0
- package/BookReaderDemo/BookReaderJSAdvanced.js +115 -0
- package/BookReaderDemo/BookReaderJSAutoplay.js +56 -0
- package/BookReaderDemo/BookReaderJSSimple.js +55 -0
- package/BookReaderDemo/IIIFBookReader.js +207 -0
- package/BookReaderDemo/assets/v5/Bookreader-logo-cool-grad.svg +1 -0
- package/BookReaderDemo/assets/v5/Bookreader-logo-flat.svg +1 -0
- package/BookReaderDemo/assets/v5/Bookreader-logo-hex-cool-grad.png +0 -0
- package/BookReaderDemo/assets/v5/Bookreader-logo-hex-flat.png +0 -0
- package/BookReaderDemo/assets/v5/Bookreader-logo-lines.png +0 -0
- package/BookReaderDemo/assets/v5/Bookreader-logo-lines.svg +1 -0
- package/BookReaderDemo/assets/v5/Bookreader-logo-warm.svg +1 -0
- package/BookReaderDemo/assets/v5/bookreader-logo-renders@1x.png +0 -0
- package/BookReaderDemo/assets/v5/bookreader-logo-renders@2x.png +0 -0
- package/BookReaderDemo/assets/v5/bookreader-v5-screenshot.png +0 -0
- package/BookReaderDemo/bookreader-template-bundle.js +7178 -0
- package/BookReaderDemo/demo-advanced.html +32 -0
- package/BookReaderDemo/demo-autoplay.html +38 -0
- package/BookReaderDemo/demo-embed-iframe-src.html +84 -0
- package/BookReaderDemo/demo-embed.html +26 -0
- package/BookReaderDemo/demo-fullscreen-mobile.html +36 -0
- package/BookReaderDemo/demo-fullscreen.html +33 -0
- package/BookReaderDemo/demo-iiif.html +34 -0
- package/BookReaderDemo/demo-iiif.js +26 -0
- package/BookReaderDemo/demo-internetarchive.html +74 -0
- package/BookReaderDemo/demo-multiple.html +43 -0
- package/BookReaderDemo/demo-preview-pages.html +1092 -0
- package/BookReaderDemo/demo-simple.html +34 -0
- package/BookReaderDemo/demo-vendor-fullscreen.html +36 -0
- package/BookReaderDemo/immersion-1up.html +64 -0
- package/BookReaderDemo/immersion-mode.html +35 -0
- package/BookReaderDemo/toggle_controls.html +53 -0
- package/BookReaderDemo/view_mode.html +39 -0
- package/BookReaderDemo/viewmode-cycle.html +41 -0
- package/CHANGELOG.md +540 -0
- package/CONTRIBUTING.md +7 -0
- package/LICENSE +661 -0
- package/README.md +205 -0
- package/babel.config.js +18 -0
- package/codecov.yml +17 -0
- package/index.html +31 -0
- package/jsconfig.json +14 -0
- package/karma.conf.js +23 -0
- package/package.json +129 -0
- package/screenshot.png +0 -0
- package/scripts/postversion.js +10 -0
- package/scripts/preversion.js +14 -0
- package/scripts/version.js +26 -0
- package/src/BookNavigator/BookModel.js +14 -0
- package/src/BookNavigator/BookNavigator.js +468 -0
- package/src/BookNavigator/assets/book-loader.js +27 -0
- package/src/BookNavigator/assets/bookmark-colors.js +15 -0
- package/src/BookNavigator/assets/button-base.js +61 -0
- package/src/BookNavigator/assets/icon_checkmark.js +6 -0
- package/src/BookNavigator/assets/icon_close.js +3 -0
- package/src/BookNavigator/assets/icon_sort_asc.js +5 -0
- package/src/BookNavigator/assets/icon_sort_desc.js +5 -0
- package/src/BookNavigator/assets/icon_sort_neutral.js +5 -0
- package/src/BookNavigator/assets/icon_volumes.js +11 -0
- package/src/BookNavigator/bookmarks/bookmark-button.js +64 -0
- package/src/BookNavigator/bookmarks/bookmark-edit.js +215 -0
- package/src/BookNavigator/bookmarks/bookmarks-list.js +285 -0
- package/src/BookNavigator/bookmarks/bookmarks-loginCTA.js +28 -0
- package/src/BookNavigator/bookmarks/bookmarks-provider.js +53 -0
- package/src/BookNavigator/bookmarks/ia-bookmarks.js +500 -0
- package/src/BookNavigator/br-fullscreen-mgr.js +83 -0
- package/src/BookNavigator/delete-modal-actions.js +49 -0
- package/src/BookNavigator/downloads/downloads-provider.js +76 -0
- package/src/BookNavigator/downloads/downloads.js +138 -0
- package/src/BookNavigator/search/a-search-result.js +55 -0
- package/src/BookNavigator/search/search-provider.js +180 -0
- package/src/BookNavigator/search/search-results.js +360 -0
- package/src/BookNavigator/visual-adjustments/visual-adjustments-provider.js +93 -0
- package/src/BookNavigator/visual-adjustments/visual-adjustments.js +280 -0
- package/src/BookNavigator/volumes/volumes-provider.js +83 -0
- package/src/BookNavigator/volumes/volumes.js +178 -0
- package/src/BookReader/BookModel.js +518 -0
- package/src/BookReader/DebugConsole.js +54 -0
- package/src/BookReader/ImageCache.js +116 -0
- package/src/BookReader/Mode1Up.js +90 -0
- package/src/BookReader/Mode1UpLit.js +434 -0
- package/src/BookReader/Mode2Up.js +1372 -0
- package/src/BookReader/ModeSmoothZoom.js +177 -0
- package/src/BookReader/ModeThumb.js +336 -0
- package/src/BookReader/Navbar/Navbar.js +339 -0
- package/src/BookReader/PageContainer.js +120 -0
- package/src/BookReader/ReduceSet.js +26 -0
- package/src/BookReader/Toolbar/Toolbar.js +384 -0
- package/src/BookReader/events.js +20 -0
- package/src/BookReader/options.js +320 -0
- package/src/BookReader/utils/HTMLDimensionsCacher.js +44 -0
- package/src/BookReader/utils/classes.js +36 -0
- package/src/BookReader/utils.js +240 -0
- package/src/BookReader.js +2546 -0
- package/src/BookReaderComponent/BookReaderComponent.js +112 -0
- package/src/ItemNavigator/ItemNavigator.js +376 -0
- package/src/ItemNavigator/providers/sharing.js +33 -0
- package/src/assets/icons/1up.svg +12 -0
- package/src/assets/icons/2up.svg +15 -0
- package/src/assets/icons/advance.svg +26 -0
- package/src/assets/icons/chevron-right.svg +1 -0
- package/src/assets/icons/close-circle-dark.svg +1 -0
- package/src/assets/icons/close-circle.svg +1 -0
- package/src/assets/icons/fullscreen.svg +17 -0
- package/src/assets/icons/fullscreen_exit.svg +17 -0
- package/src/assets/icons/hamburger.svg +15 -0
- package/src/assets/icons/left-arrow.svg +12 -0
- package/src/assets/icons/magnify-minus.svg +16 -0
- package/src/assets/icons/magnify-plus.svg +17 -0
- package/src/assets/icons/magnify.svg +15 -0
- package/src/assets/icons/pause.svg +23 -0
- package/src/assets/icons/play.svg +22 -0
- package/src/assets/icons/playback-speed.svg +34 -0
- package/src/assets/icons/read-aloud.svg +22 -0
- package/src/assets/icons/review.svg +22 -0
- package/src/assets/icons/thumbnails.svg +17 -0
- package/src/assets/icons/volume-full.svg +22 -0
- package/src/assets/images/BRicons.png +0 -0
- package/src/assets/images/BRicons.svg +94 -0
- package/src/assets/images/BRicons_ia.png +0 -0
- package/src/assets/images/back_pages.png +0 -0
- package/src/assets/images/book_bottom_icon.png +0 -0
- package/src/assets/images/book_down_icon.png +0 -0
- package/src/assets/images/book_left_icon.png +0 -0
- package/src/assets/images/book_leftmost_icon.png +0 -0
- package/src/assets/images/book_right_icon.png +0 -0
- package/src/assets/images/book_rightmost_icon.png +0 -0
- package/src/assets/images/book_top_icon.png +0 -0
- package/src/assets/images/book_up_icon.png +0 -0
- package/src/assets/images/books_graphic.svg +177 -0
- package/src/assets/images/booksplit.png +0 -0
- package/src/assets/images/control_pause_icon.png +0 -0
- package/src/assets/images/control_play_icon.png +0 -0
- package/src/assets/images/embed_icon.png +0 -0
- package/src/assets/images/icon-home-ia.png +0 -0
- package/src/assets/images/icon_OL-logo-xs.png +0 -0
- package/src/assets/images/icon_alert-xs.png +0 -0
- package/src/assets/images/icon_book.svg +12 -0
- package/src/assets/images/icon_bookmark.svg +12 -0
- package/src/assets/images/icon_close-pop.png +0 -0
- package/src/assets/images/icon_download.png +0 -0
- package/src/assets/images/icon_gear.svg +14 -0
- package/src/assets/images/icon_hamburger.svg +20 -0
- package/src/assets/images/icon_home.png +0 -0
- package/src/assets/images/icon_home.svg +21 -0
- package/src/assets/images/icon_home_ia.png +0 -0
- package/src/assets/images/icon_indicator.png +0 -0
- package/src/assets/images/icon_info.svg +11 -0
- package/src/assets/images/icon_one_page.svg +8 -0
- package/src/assets/images/icon_pause.svg +1 -0
- package/src/assets/images/icon_play.svg +1 -0
- package/src/assets/images/icon_playback-rate.svg +15 -0
- package/src/assets/images/icon_return.png +0 -0
- package/src/assets/images/icon_search_button.svg +8 -0
- package/src/assets/images/icon_share.svg +9 -0
- package/src/assets/images/icon_skip-ahead.svg +6 -0
- package/src/assets/images/icon_skip-back.svg +13 -0
- package/src/assets/images/icon_speaker.svg +18 -0
- package/src/assets/images/icon_speaker_open.svg +10 -0
- package/src/assets/images/icon_thumbnails.svg +12 -0
- package/src/assets/images/icon_toc.svg +5 -0
- package/src/assets/images/icon_two_pages.svg +9 -0
- package/src/assets/images/icon_zoomer.png +0 -0
- package/src/assets/images/loading.gif +0 -0
- package/src/assets/images/logo_icon.png +0 -0
- package/src/assets/images/marker_chap-off.png +0 -0
- package/src/assets/images/marker_chap-off.svg +11 -0
- package/src/assets/images/marker_chap-off_ia.png +0 -0
- package/src/assets/images/marker_chap-on.png +0 -0
- package/src/assets/images/marker_chap-on.svg +11 -0
- package/src/assets/images/marker_srch-on.svg +11 -0
- package/src/assets/images/marker_srchchap-off.png +0 -0
- package/src/assets/images/marker_srchchap-on.png +0 -0
- package/src/assets/images/nav_control-dn.png +0 -0
- package/src/assets/images/nav_control-dn_ia.png +0 -0
- package/src/assets/images/nav_control-up.png +0 -0
- package/src/assets/images/nav_control-up_ia.png +0 -0
- package/src/assets/images/nav_control.png +0 -0
- package/src/assets/images/one_page_mode_icon.png +0 -0
- package/src/assets/images/paper-badge.png +0 -0
- package/src/assets/images/print_icon.png +0 -0
- package/src/assets/images/progressbar.gif +0 -0
- package/src/assets/images/right_edges.png +0 -0
- package/src/assets/images/slider.png +0 -0
- package/src/assets/images/slider_ia.png +0 -0
- package/src/assets/images/thumbnail_mode_icon.png +0 -0
- package/src/assets/images/transparent.png +0 -0
- package/src/assets/images/two_page_mode_icon.png +0 -0
- package/src/assets/images/zoom_in_icon.png +0 -0
- package/src/assets/images/zoom_out_icon.png +0 -0
- package/src/css/BookReader.scss +89 -0
- package/src/css/_BRBookmarks.scss +29 -0
- package/src/css/_BRComponent.scss +13 -0
- package/src/css/_BRfloat.scss +197 -0
- package/src/css/_BRicon.scss +48 -0
- package/src/css/_BRmain.scss +251 -0
- package/src/css/_BRnav.scss +382 -0
- package/src/css/_BRpages.scss +139 -0
- package/src/css/_BRsearch.scss +226 -0
- package/src/css/_BRtoolbar.scss +84 -0
- package/src/css/_BRvendor.scss +5 -0
- package/src/css/_MobileNav.scss +194 -0
- package/src/css/_TextSelection.scss +32 -0
- package/src/css/_colorbox.scss +52 -0
- package/src/css/_controls.scss +244 -0
- package/src/css/_icons.scss +121 -0
- package/src/dragscrollable-br.js +261 -0
- package/src/jquery-wrapper.js +4 -0
- package/src/plugins/plugin.archive_analytics.js +86 -0
- package/src/plugins/plugin.autoplay.js +129 -0
- package/src/plugins/plugin.chapters.js +251 -0
- package/src/plugins/plugin.iframe.js +48 -0
- package/src/plugins/plugin.mobile_nav.js +287 -0
- package/src/plugins/plugin.resume.js +68 -0
- package/src/plugins/plugin.text_selection.js +291 -0
- package/src/plugins/plugin.url.js +198 -0
- package/src/plugins/plugin.vendor-fullscreen.js +247 -0
- package/src/plugins/search/plugin.search.js +439 -0
- package/src/plugins/search/view.js +440 -0
- package/src/plugins/tts/AbstractTTSEngine.js +242 -0
- package/src/plugins/tts/FestivalTTSEngine.js +169 -0
- package/src/plugins/tts/PageChunk.js +107 -0
- package/src/plugins/tts/PageChunkIterator.js +163 -0
- package/src/plugins/tts/WebTTSEngine.js +352 -0
- package/src/plugins/tts/plugin.tts.js +335 -0
- package/src/plugins/tts/tooltip_dict.js +15 -0
- package/src/plugins/tts/utils.js +91 -0
- package/src/util/browserSniffing.js +30 -0
- package/src/util/debouncer.js +26 -0
- package/src/util/docCookies.js +67 -0
- package/src/util/strings.js +34 -0
- package/tests/BookReader/BookModel.test.js +312 -0
- package/tests/BookReader/BookReaderPublicFunctions.test.js +164 -0
- package/tests/BookReader/DebugConsole.test.js +25 -0
- package/tests/BookReader/ImageCache.test.js +150 -0
- package/tests/BookReader/Mode1UpLit.test.js +87 -0
- package/tests/BookReader/Mode2Up.test.js +245 -0
- package/tests/BookReader/ModeSmoothZoom.test.js +149 -0
- package/tests/BookReader/Navbar/Navbar.test.js +169 -0
- package/tests/BookReader/PageContainer.test.js +187 -0
- package/tests/BookReader/ReduceSet.test.js +38 -0
- package/tests/BookReader/Toolbar/Toolbar.test.js +26 -0
- package/tests/BookReader/utils/HTMLDimensionsCacher.test.js +59 -0
- package/tests/BookReader/utils/classes.test.js +88 -0
- package/tests/BookReader/utils.test.js +136 -0
- package/tests/BookReader.options.test.js +39 -0
- package/tests/BookReader.test.js +301 -0
- package/tests/e2e/README.md +75 -0
- package/tests/e2e/autoplay.test.js +13 -0
- package/tests/e2e/base.test.js +35 -0
- package/tests/e2e/helpers/base.js +263 -0
- package/tests/e2e/helpers/debug.js +13 -0
- package/tests/e2e/helpers/desktopSearch.js +72 -0
- package/tests/e2e/helpers/mobileSearch.js +85 -0
- package/tests/e2e/helpers/mockSearch.js +93 -0
- package/tests/e2e/helpers/rightToLeft.js +29 -0
- package/tests/e2e/ia-production/ia-prod-base.js +17 -0
- package/tests/e2e/models/BookReader.js +11 -0
- package/tests/e2e/models/Navigation.js +56 -0
- package/tests/e2e/rightToLeft.test.js +20 -0
- package/tests/e2e/viewmode.test.js +37 -0
- package/tests/karma/BookNavigator/book-navigator.test.js +180 -0
- package/tests/karma/BookNavigator/bookmarks/bookmark-edit.test.js +133 -0
- package/tests/karma/BookNavigator/bookmarks/bookmarks-list.test.js +222 -0
- package/tests/karma/BookNavigator/downloads/downloads-provider.test.js +64 -0
- package/tests/karma/BookNavigator/downloads/downloads.test.js +54 -0
- package/tests/karma/BookNavigator/search/search-provider.test.js +23 -0
- package/tests/karma/BookNavigator/search/search-results.test.js +240 -0
- package/tests/karma/BookNavigator/sharing/sharing-provider.test.js +40 -0
- package/tests/karma/BookNavigator/visual-adjustments.test.js +201 -0
- package/tests/karma/BookNavigator/volumes/volumes-provider.test.js +160 -0
- package/tests/karma/BookNavigator/volumes/volumes.test.js +98 -0
- package/tests/plugins/plugin.archive_analytics.test.js +23 -0
- package/tests/plugins/plugin.autoplay.test.js +52 -0
- package/tests/plugins/plugin.chapters.test.js +130 -0
- package/tests/plugins/plugin.iframe.test.js +42 -0
- package/tests/plugins/plugin.mobile_nav.test.js +66 -0
- package/tests/plugins/plugin.resume.test.js +98 -0
- package/tests/plugins/plugin.text_selection.test.js +193 -0
- package/tests/plugins/plugin.url.test.js +129 -0
- package/tests/plugins/plugin.vendor-fullscreen.test.js +65 -0
- package/tests/plugins/search/plugin.search.test.js +173 -0
- package/tests/plugins/search/plugin.search.view.test.js +106 -0
- package/tests/plugins/tts/AbstractTTSEngine.test.js +153 -0
- package/tests/plugins/tts/FestivalTTSEngine.test.js +59 -0
- package/tests/plugins/tts/PageChunk.test.js +57 -0
- package/tests/plugins/tts/PageChunkIterator.test.js +179 -0
- package/tests/plugins/tts/WebTTSEngine.test.js +126 -0
- package/tests/plugins/tts/utils.test.js +133 -0
- package/tests/util/browserSniffing.test.js +56 -0
- package/tests/util/docCookies.test.js +15 -0
- package/tests/util/strings.test.js +63 -0
- package/tests/utils.js +80 -0
- package/webpack.config.js +85 -0
@@ -0,0 +1,1092 @@
|
|
1
|
+
<!DOCTYPE html>
|
2
|
+
<html>
|
3
|
+
|
4
|
+
<head>
|
5
|
+
<title>bookreader preview pages demo</title>
|
6
|
+
|
7
|
+
<meta name="viewport" content=widthdevicewidth initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
|
8
|
+
<meta name="apple-mobile-web-app-capable" content="yes">
|
9
|
+
|
10
|
+
<!-- JS dependencies -->
|
11
|
+
<script src="../BookReader/jquery-1.10.1.js"></script>
|
12
|
+
|
13
|
+
|
14
|
+
<!-- BookReader and plugins -->
|
15
|
+
<link rel="stylesheet" href="../BookReader/BookReader.css" />
|
16
|
+
<script src="../BookReader/BookReader.js"></script>
|
17
|
+
|
18
|
+
<!-- Custom CSS overrides -->
|
19
|
+
<link rel="stylesheet" href="BookReaderDemo.css" />
|
20
|
+
</head>
|
21
|
+
|
22
|
+
<body>
|
23
|
+
<div id="BookReader">
|
24
|
+
Internet Archive BookReader Demo<br />
|
25
|
+
<noscript>
|
26
|
+
<p>
|
27
|
+
The BookReader requires JavaScript to be enabled. Please check that your browser supports JavaScript and
|
28
|
+
that it is enabled in the browser settings. You can also try one of the <a
|
29
|
+
href="https://archive.org/details/goodytwoshoes00newyiala"> other formats of the book</a>.
|
30
|
+
</p>
|
31
|
+
</noscript>
|
32
|
+
</div>
|
33
|
+
<script type="text/javascript" src="BookReaderJSSimple.js"></script>
|
34
|
+
<script>
|
35
|
+
instantiateBookReader('#BookReader', {
|
36
|
+
data: [
|
37
|
+
[
|
38
|
+
{ "pageType": "Cover", "leafNum": 1, "width": 1746, "height": 2900, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0001.jp2&scale=4", }
|
39
|
+
],
|
40
|
+
[
|
41
|
+
{ "pageType": "Normal", "leafNum": 2, "width": 1610, "height": 2746, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0002.jp2&scale=4", },
|
42
|
+
{ "pageType": "Normal", "leafNum": 3, "width": 1610, "height": 2746, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0003.jp2&scale=4", }
|
43
|
+
],
|
44
|
+
[
|
45
|
+
{ "viewable": false, "pageType": "Normal", "leafNum": 4, "width": 1610, "height": 2746, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0004.jp2", },
|
46
|
+
{ "viewable": false, "pageType": "Normal", "leafNum": 5, "width": 1610, "height": 2746, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0005.jp2", }
|
47
|
+
],
|
48
|
+
[
|
49
|
+
{ "viewable": false, "pageType": "Normal", "leafNum": 6, "width": 1610, "height": 2746, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0006.jp2", },
|
50
|
+
{ "viewable": false, "pageType": "Title Page", "leafNum": 7, "width": 1610, "height": 2746, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0007.jp2", }
|
51
|
+
],
|
52
|
+
[
|
53
|
+
{ "viewable": false, "pageType": "Copyright", "leafNum": 8, "width": 1610, "height": 2746, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0008.jp2", },
|
54
|
+
{ "viewable": false, "pageType": "Contents", "leafNum": 9, "width": 1610, "height": 2746, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0009.jp2", }
|
55
|
+
],
|
56
|
+
[
|
57
|
+
{ "viewable": false, "pageType": "Normal", "leafNum": 10, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0010.jp2", },
|
58
|
+
{ "viewable": false, "pageType": "Normal", "leafNum": 11, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0011.jp2", }
|
59
|
+
],
|
60
|
+
[
|
61
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": "viii", "leafNum": 12, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0012.jp2", },
|
62
|
+
{ "viewable": false, "pageType": "Normal", "leafNum": 13, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0013.jp2", }
|
63
|
+
],
|
64
|
+
[
|
65
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 2, "leafNum": 14, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0014.jp2", },
|
66
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 3, "leafNum": 15, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0015.jp2", }
|
67
|
+
],
|
68
|
+
[
|
69
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 4, "leafNum": 16, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0016.jp2", },
|
70
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 5, "leafNum": 17, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0017.jp2", }
|
71
|
+
],
|
72
|
+
[
|
73
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 6, "leafNum": 18, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0018.jp2", },
|
74
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 7, "leafNum": 19, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0019.jp2", }
|
75
|
+
],
|
76
|
+
[
|
77
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 8, "leafNum": 20, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0020.jp2", },
|
78
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 9, "leafNum": 21, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0021.jp2", }
|
79
|
+
],
|
80
|
+
[
|
81
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 10, "leafNum": 22, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0022.jp2", },
|
82
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 11, "leafNum": 23, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0023.jp2", }
|
83
|
+
],
|
84
|
+
[
|
85
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 12, "leafNum": 24, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0024.jp2", },
|
86
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 13, "leafNum": 25, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0025.jp2", }
|
87
|
+
],
|
88
|
+
[
|
89
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 14, "leafNum": 26, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0026.jp2", },
|
90
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 15, "leafNum": 27, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0027.jp2", }
|
91
|
+
],
|
92
|
+
[
|
93
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 16, "leafNum": 28, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0028.jp2", },
|
94
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 17, "leafNum": 29, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0029.jp2", }
|
95
|
+
],
|
96
|
+
[
|
97
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 18, "leafNum": 30, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0030.jp2", },
|
98
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 19, "leafNum": 31, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0031.jp2", }
|
99
|
+
],
|
100
|
+
[
|
101
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 20, "leafNum": 32, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0032.jp2", },
|
102
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 21, "leafNum": 33, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0033.jp2", }
|
103
|
+
],
|
104
|
+
[
|
105
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 22, "leafNum": 34, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0034.jp2", },
|
106
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 23, "leafNum": 35, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0035.jp2", }
|
107
|
+
],
|
108
|
+
[
|
109
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 24, "leafNum": 36, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0036.jp2", },
|
110
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 25, "leafNum": 37, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0037.jp2", }
|
111
|
+
],
|
112
|
+
[
|
113
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 26, "leafNum": 38, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0038.jp2", },
|
114
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 27, "leafNum": 39, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0039.jp2", }
|
115
|
+
],
|
116
|
+
[
|
117
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 28, "leafNum": 40, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0040.jp2", },
|
118
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 29, "leafNum": 41, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0041.jp2", }
|
119
|
+
],
|
120
|
+
[
|
121
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 30, "leafNum": 42, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0042.jp2", },
|
122
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 31, "leafNum": 43, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0043.jp2", }
|
123
|
+
],
|
124
|
+
[
|
125
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 32, "leafNum": 44, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0044.jp2", },
|
126
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 33, "leafNum": 45, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0045.jp2", }
|
127
|
+
],
|
128
|
+
[
|
129
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 34, "leafNum": 46, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0046.jp2", },
|
130
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 35, "leafNum": 47, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0047.jp2", }
|
131
|
+
],
|
132
|
+
[
|
133
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 36, "leafNum": 48, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0048.jp2", },
|
134
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 37, "leafNum": 49, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0049.jp2", }
|
135
|
+
],
|
136
|
+
[
|
137
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 38, "leafNum": 50, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0050.jp2", },
|
138
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 39, "leafNum": 51, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0051.jp2", }
|
139
|
+
],
|
140
|
+
[
|
141
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 40, "leafNum": 52, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0052.jp2", },
|
142
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 41, "leafNum": 53, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0053.jp2", }
|
143
|
+
],
|
144
|
+
[
|
145
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 42, "leafNum": 54, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0054.jp2", },
|
146
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 43, "leafNum": 55, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0055.jp2", }
|
147
|
+
],
|
148
|
+
[
|
149
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 44, "leafNum": 56, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0056.jp2", },
|
150
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 45, "leafNum": 57, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0057.jp2", }
|
151
|
+
],
|
152
|
+
[
|
153
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 46, "leafNum": 58, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0058.jp2", },
|
154
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 47, "leafNum": 59, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0059.jp2", }
|
155
|
+
],
|
156
|
+
[
|
157
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 48, "leafNum": 60, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0060.jp2", },
|
158
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 49, "leafNum": 61, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0061.jp2", }
|
159
|
+
],
|
160
|
+
[
|
161
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 50, "leafNum": 62, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0062.jp2", },
|
162
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 51, "leafNum": 63, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0063.jp2", }
|
163
|
+
],
|
164
|
+
[
|
165
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 52, "leafNum": 64, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0064.jp2", },
|
166
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 53, "leafNum": 65, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0065.jp2", }
|
167
|
+
],
|
168
|
+
[
|
169
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 54, "leafNum": 66, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0066.jp2", },
|
170
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 55, "leafNum": 67, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0067.jp2", }
|
171
|
+
],
|
172
|
+
[
|
173
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 56, "leafNum": 68, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0068.jp2", },
|
174
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 57, "leafNum": 69, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0069.jp2", }
|
175
|
+
],
|
176
|
+
[
|
177
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 58, "leafNum": 70, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0070.jp2", },
|
178
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 59, "leafNum": 71, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0071.jp2", }
|
179
|
+
],
|
180
|
+
[
|
181
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 60, "leafNum": 72, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0072.jp2", },
|
182
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 61, "leafNum": 73, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0073.jp2", }
|
183
|
+
],
|
184
|
+
[
|
185
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 62, "leafNum": 74, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0074.jp2", },
|
186
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 63, "leafNum": 75, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0075.jp2", }
|
187
|
+
],
|
188
|
+
[
|
189
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 64, "leafNum": 76, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0076.jp2", },
|
190
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 65, "leafNum": 77, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0077.jp2", }
|
191
|
+
],
|
192
|
+
[
|
193
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 66, "leafNum": 78, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0078.jp2", },
|
194
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 67, "leafNum": 79, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0079.jp2", }
|
195
|
+
],
|
196
|
+
[
|
197
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 68, "leafNum": 80, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0080.jp2", },
|
198
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 69, "leafNum": 81, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0081.jp2", }
|
199
|
+
],
|
200
|
+
[
|
201
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 70, "leafNum": 82, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0082.jp2", },
|
202
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 71, "leafNum": 83, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0083.jp2", }
|
203
|
+
],
|
204
|
+
[
|
205
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 72, "leafNum": 84, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0084.jp2", },
|
206
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 73, "leafNum": 85, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0085.jp2", }
|
207
|
+
],
|
208
|
+
[
|
209
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 74, "leafNum": 86, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0086.jp2", },
|
210
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 75, "leafNum": 87, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0087.jp2", }
|
211
|
+
],
|
212
|
+
[
|
213
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 76, "leafNum": 88, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0088.jp2", },
|
214
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 77, "leafNum": 89, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0089.jp2", }
|
215
|
+
],
|
216
|
+
[
|
217
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 78, "leafNum": 90, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0090.jp2", },
|
218
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 79, "leafNum": 91, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0091.jp2", }
|
219
|
+
],
|
220
|
+
[
|
221
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 80, "leafNum": 92, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0092.jp2", },
|
222
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 81, "leafNum": 93, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0093.jp2", }
|
223
|
+
],
|
224
|
+
[
|
225
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 82, "leafNum": 94, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0094.jp2", },
|
226
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 83, "leafNum": 95, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0095.jp2", }
|
227
|
+
],
|
228
|
+
[
|
229
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 84, "leafNum": 96, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0096.jp2", },
|
230
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 85, "leafNum": 97, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0097.jp2", }
|
231
|
+
],
|
232
|
+
[
|
233
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 86, "leafNum": 98, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0098.jp2", },
|
234
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 87, "leafNum": 99, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0099.jp2", }
|
235
|
+
],
|
236
|
+
[
|
237
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 88, "leafNum": 100, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0100.jp2", },
|
238
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 89, "leafNum": 101, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0101.jp2", }
|
239
|
+
],
|
240
|
+
[
|
241
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 90, "leafNum": 102, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0102.jp2", },
|
242
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 91, "leafNum": 103, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0103.jp2", }
|
243
|
+
],
|
244
|
+
[
|
245
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 92, "leafNum": 104, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0104.jp2", },
|
246
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 93, "leafNum": 105, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0105.jp2", }
|
247
|
+
],
|
248
|
+
[
|
249
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 94, "leafNum": 106, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0106.jp2", },
|
250
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 95, "leafNum": 107, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0107.jp2", }
|
251
|
+
],
|
252
|
+
[
|
253
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 96, "leafNum": 108, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0108.jp2", },
|
254
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 97, "leafNum": 109, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0109.jp2", }
|
255
|
+
],
|
256
|
+
[
|
257
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 98, "leafNum": 110, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0110.jp2", },
|
258
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 99, "leafNum": 111, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0111.jp2", }
|
259
|
+
],
|
260
|
+
[
|
261
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 100, "leafNum": 112, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0112.jp2", },
|
262
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 101, "leafNum": 113, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0113.jp2", }
|
263
|
+
],
|
264
|
+
[
|
265
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 102, "leafNum": 114, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0114.jp2", },
|
266
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 103, "leafNum": 115, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0115.jp2", }
|
267
|
+
],
|
268
|
+
[
|
269
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 104, "leafNum": 116, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0116.jp2", },
|
270
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 105, "leafNum": 117, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0117.jp2", }
|
271
|
+
],
|
272
|
+
[
|
273
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 106, "leafNum": 118, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0118.jp2", },
|
274
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 107, "leafNum": 119, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0119.jp2", }
|
275
|
+
],
|
276
|
+
[
|
277
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 108, "leafNum": 120, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0120.jp2", },
|
278
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 109, "leafNum": 121, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0121.jp2", }
|
279
|
+
],
|
280
|
+
[
|
281
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 110, "leafNum": 122, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0122.jp2", },
|
282
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 111, "leafNum": 123, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0123.jp2", }
|
283
|
+
],
|
284
|
+
[
|
285
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 112, "leafNum": 124, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0124.jp2", },
|
286
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 113, "leafNum": 125, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0125.jp2", }
|
287
|
+
],
|
288
|
+
[
|
289
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 114, "leafNum": 126, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0126.jp2", },
|
290
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 115, "leafNum": 127, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0127.jp2", }
|
291
|
+
],
|
292
|
+
[
|
293
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 116, "leafNum": 128, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0128.jp2", },
|
294
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 117, "leafNum": 129, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0129.jp2", }
|
295
|
+
],
|
296
|
+
[
|
297
|
+
{ "pageType": "Normal", "pageNum": 118, "leafNum": 130, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0130.jp2&scale=4", },
|
298
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 119, "leafNum": 131, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0131.jp2", }
|
299
|
+
],
|
300
|
+
[
|
301
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 120, "leafNum": 132, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0132.jp2", },
|
302
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 121, "leafNum": 133, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0133.jp2", }
|
303
|
+
],
|
304
|
+
[
|
305
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 122, "leafNum": 134, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0134.jp2", },
|
306
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 123, "leafNum": 135, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0135.jp2", }
|
307
|
+
],
|
308
|
+
[
|
309
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 124, "leafNum": 136, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0136.jp2", },
|
310
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 125, "leafNum": 137, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0137.jp2", }
|
311
|
+
],
|
312
|
+
[
|
313
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 126, "leafNum": 138, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0138.jp2", },
|
314
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 127, "leafNum": 139, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0139.jp2", }
|
315
|
+
],
|
316
|
+
[
|
317
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 128, "leafNum": 140, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0140.jp2", },
|
318
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 129, "leafNum": 141, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0141.jp2", }
|
319
|
+
],
|
320
|
+
[
|
321
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 130, "leafNum": 142, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0142.jp2", },
|
322
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 131, "leafNum": 143, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0143.jp2", }
|
323
|
+
],
|
324
|
+
[
|
325
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 132, "leafNum": 144, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0144.jp2", },
|
326
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 133, "leafNum": 145, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0145.jp2", }
|
327
|
+
],
|
328
|
+
[
|
329
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 134, "leafNum": 146, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0146.jp2", },
|
330
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 135, "leafNum": 147, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0147.jp2", }
|
331
|
+
],
|
332
|
+
[
|
333
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 136, "leafNum": 148, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0148.jp2", },
|
334
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 137, "leafNum": 149, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0149.jp2", }
|
335
|
+
],
|
336
|
+
[
|
337
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 138, "leafNum": 150, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0150.jp2", },
|
338
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 139, "leafNum": 151, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0151.jp2", }
|
339
|
+
],
|
340
|
+
[
|
341
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 140, "leafNum": 152, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0152.jp2", },
|
342
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 141, "leafNum": 153, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0153.jp2", }
|
343
|
+
],
|
344
|
+
[
|
345
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 142, "leafNum": 154, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0154.jp2", },
|
346
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 143, "leafNum": 155, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0155.jp2", }
|
347
|
+
],
|
348
|
+
[
|
349
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 144, "leafNum": 156, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0156.jp2", },
|
350
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 145, "leafNum": 157, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0157.jp2", }
|
351
|
+
],
|
352
|
+
[
|
353
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 146, "leafNum": 158, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0158.jp2", },
|
354
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 147, "leafNum": 159, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0159.jp2", }
|
355
|
+
],
|
356
|
+
[
|
357
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 148, "leafNum": 160, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0160.jp2", },
|
358
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 149, "leafNum": 161, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0161.jp2", }
|
359
|
+
],
|
360
|
+
[
|
361
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 150, "leafNum": 162, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0162.jp2", },
|
362
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 151, "leafNum": 163, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0163.jp2", }
|
363
|
+
],
|
364
|
+
[
|
365
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 152, "leafNum": 164, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0164.jp2", },
|
366
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 153, "leafNum": 165, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0165.jp2", }
|
367
|
+
],
|
368
|
+
[
|
369
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 154, "leafNum": 166, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0166.jp2", },
|
370
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 155, "leafNum": 167, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0167.jp2", }
|
371
|
+
],
|
372
|
+
[
|
373
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 156, "leafNum": 168, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0168.jp2", },
|
374
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 157, "leafNum": 169, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0169.jp2", }
|
375
|
+
],
|
376
|
+
[
|
377
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 158, "leafNum": 170, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0170.jp2", },
|
378
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 159, "leafNum": 171, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0171.jp2", }
|
379
|
+
],
|
380
|
+
[
|
381
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 160, "leafNum": 172, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0172.jp2", },
|
382
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 161, "leafNum": 173, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0173.jp2", }
|
383
|
+
],
|
384
|
+
[
|
385
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 162, "leafNum": 174, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0174.jp2", },
|
386
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 163, "leafNum": 175, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0175.jp2", }
|
387
|
+
],
|
388
|
+
[
|
389
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 164, "leafNum": 176, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0176.jp2", },
|
390
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 165, "leafNum": 177, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0177.jp2", }
|
391
|
+
],
|
392
|
+
[
|
393
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 166, "leafNum": 178, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0178.jp2", },
|
394
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 167, "leafNum": 179, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0179.jp2", }
|
395
|
+
],
|
396
|
+
[
|
397
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 168, "leafNum": 180, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0180.jp2", },
|
398
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 169, "leafNum": 181, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0181.jp2", }
|
399
|
+
],
|
400
|
+
[
|
401
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 170, "leafNum": 182, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0182.jp2", },
|
402
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 171, "leafNum": 183, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0183.jp2", }
|
403
|
+
],
|
404
|
+
[
|
405
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 172, "leafNum": 184, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0184.jp2", },
|
406
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 173, "leafNum": 185, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0185.jp2", }
|
407
|
+
],
|
408
|
+
[
|
409
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 174, "leafNum": 186, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0186.jp2", },
|
410
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 175, "leafNum": 187, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0187.jp2", }
|
411
|
+
],
|
412
|
+
[
|
413
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 176, "leafNum": 188, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0188.jp2", },
|
414
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 177, "leafNum": 189, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0189.jp2", }
|
415
|
+
],
|
416
|
+
[
|
417
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 178, "leafNum": 190, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0190.jp2", },
|
418
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 179, "leafNum": 191, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0191.jp2", }
|
419
|
+
],
|
420
|
+
[
|
421
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 180, "leafNum": 192, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0192.jp2", },
|
422
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 181, "leafNum": 193, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0193.jp2", }
|
423
|
+
],
|
424
|
+
[
|
425
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 182, "leafNum": 194, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0194.jp2", },
|
426
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 183, "leafNum": 195, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0195.jp2", }
|
427
|
+
],
|
428
|
+
[
|
429
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 184, "leafNum": 196, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0196.jp2", },
|
430
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 185, "leafNum": 197, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0197.jp2", }
|
431
|
+
],
|
432
|
+
[
|
433
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 186, "leafNum": 198, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0198.jp2", },
|
434
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 187, "leafNum": 199, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0199.jp2", }
|
435
|
+
],
|
436
|
+
[
|
437
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 188, "leafNum": 200, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0200.jp2", },
|
438
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 189, "leafNum": 201, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0201.jp2", }
|
439
|
+
],
|
440
|
+
[
|
441
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 190, "leafNum": 202, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0202.jp2", },
|
442
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 191, "leafNum": 203, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0203.jp2", }
|
443
|
+
],
|
444
|
+
[
|
445
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 192, "leafNum": 204, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0204.jp2", },
|
446
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 193, "leafNum": 205, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0205.jp2", }
|
447
|
+
],
|
448
|
+
[
|
449
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 194, "leafNum": 206, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0206.jp2", },
|
450
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 195, "leafNum": 207, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0207.jp2", }
|
451
|
+
],
|
452
|
+
[
|
453
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 196, "leafNum": 208, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0208.jp2", },
|
454
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 197, "leafNum": 209, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0209.jp2", }
|
455
|
+
],
|
456
|
+
[
|
457
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 198, "leafNum": 210, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0210.jp2", },
|
458
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 199, "leafNum": 211, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0211.jp2", }
|
459
|
+
],
|
460
|
+
[
|
461
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 200, "leafNum": 212, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0212.jp2", },
|
462
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 201, "leafNum": 213, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0213.jp2", }
|
463
|
+
],
|
464
|
+
[
|
465
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 202, "leafNum": 214, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0214.jp2", },
|
466
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 203, "leafNum": 215, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0215.jp2", }
|
467
|
+
],
|
468
|
+
[
|
469
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 204, "leafNum": 216, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0216.jp2", },
|
470
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 205, "leafNum": 217, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0217.jp2", }
|
471
|
+
],
|
472
|
+
[
|
473
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 206, "leafNum": 218, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0218.jp2", },
|
474
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 207, "leafNum": 219, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0219.jp2", }
|
475
|
+
],
|
476
|
+
[
|
477
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 208, "leafNum": 220, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0220.jp2", },
|
478
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 209, "leafNum": 221, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0221.jp2", }
|
479
|
+
],
|
480
|
+
[
|
481
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 210, "leafNum": 222, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0222.jp2", },
|
482
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 211, "leafNum": 223, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0223.jp2", }
|
483
|
+
],
|
484
|
+
[
|
485
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 212, "leafNum": 224, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0224.jp2", },
|
486
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 213, "leafNum": 225, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0225.jp2", }
|
487
|
+
],
|
488
|
+
[
|
489
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 214, "leafNum": 226, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0226.jp2", },
|
490
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 215, "leafNum": 227, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0227.jp2", }
|
491
|
+
],
|
492
|
+
[
|
493
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 216, "leafNum": 228, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0228.jp2", },
|
494
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 217, "leafNum": 229, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0229.jp2", }
|
495
|
+
],
|
496
|
+
[
|
497
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 218, "leafNum": 230, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0230.jp2", },
|
498
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 219, "leafNum": 231, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0231.jp2", }
|
499
|
+
],
|
500
|
+
[
|
501
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 220, "leafNum": 232, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0232.jp2", },
|
502
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 221, "leafNum": 233, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0233.jp2", }
|
503
|
+
],
|
504
|
+
[
|
505
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 222, "leafNum": 234, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0234.jp2", },
|
506
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 223, "leafNum": 235, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0235.jp2", }
|
507
|
+
],
|
508
|
+
[
|
509
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 224, "leafNum": 236, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0236.jp2", },
|
510
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 225, "leafNum": 237, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0237.jp2", }
|
511
|
+
],
|
512
|
+
[
|
513
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 226, "leafNum": 238, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0238.jp2", },
|
514
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 227, "leafNum": 239, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0239.jp2", }
|
515
|
+
],
|
516
|
+
[
|
517
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 228, "leafNum": 240, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0240.jp2", },
|
518
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 229, "leafNum": 241, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0241.jp2", }
|
519
|
+
],
|
520
|
+
[
|
521
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 230, "leafNum": 242, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0242.jp2", },
|
522
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 231, "leafNum": 243, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0243.jp2", }
|
523
|
+
],
|
524
|
+
[
|
525
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 232, "leafNum": 244, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0244.jp2", },
|
526
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 233, "leafNum": 245, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0245.jp2", }
|
527
|
+
],
|
528
|
+
[
|
529
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 234, "leafNum": 246, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0246.jp2", },
|
530
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 235, "leafNum": 247, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0247.jp2", }
|
531
|
+
],
|
532
|
+
[
|
533
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 236, "leafNum": 248, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0248.jp2", },
|
534
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 237, "leafNum": 249, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0249.jp2", }
|
535
|
+
],
|
536
|
+
[
|
537
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 238, "leafNum": 250, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0250.jp2", },
|
538
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 239, "leafNum": 251, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0251.jp2", }
|
539
|
+
],
|
540
|
+
[
|
541
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 240, "leafNum": 252, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0252.jp2", },
|
542
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 241, "leafNum": 253, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0253.jp2", }
|
543
|
+
],
|
544
|
+
[
|
545
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 242, "leafNum": 254, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0254.jp2", },
|
546
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 243, "leafNum": 255, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0255.jp2", }
|
547
|
+
],
|
548
|
+
[
|
549
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 244, "leafNum": 256, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0256.jp2", },
|
550
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 245, "leafNum": 257, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0257.jp2", }
|
551
|
+
],
|
552
|
+
[
|
553
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 246, "leafNum": 258, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0258.jp2", },
|
554
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 247, "leafNum": 259, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0259.jp2", }
|
555
|
+
],
|
556
|
+
[
|
557
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 248, "leafNum": 260, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0260.jp2", },
|
558
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 249, "leafNum": 261, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0261.jp2", }
|
559
|
+
],
|
560
|
+
[
|
561
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 250, "leafNum": 262, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0262.jp2", },
|
562
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 251, "leafNum": 263, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0263.jp2", }
|
563
|
+
],
|
564
|
+
[
|
565
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 252, "leafNum": 264, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0264.jp2", },
|
566
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 253, "leafNum": 265, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0265.jp2", }
|
567
|
+
],
|
568
|
+
[
|
569
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 254, "leafNum": 266, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0266.jp2", },
|
570
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 255, "leafNum": 267, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0267.jp2", }
|
571
|
+
],
|
572
|
+
[
|
573
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 256, "leafNum": 268, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0268.jp2", },
|
574
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 257, "leafNum": 269, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0269.jp2", }
|
575
|
+
],
|
576
|
+
[
|
577
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 258, "leafNum": 270, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0270.jp2", },
|
578
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 259, "leafNum": 271, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0271.jp2", }
|
579
|
+
],
|
580
|
+
[
|
581
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 260, "leafNum": 272, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0272.jp2", },
|
582
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 261, "leafNum": 273, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0273.jp2", }
|
583
|
+
],
|
584
|
+
[
|
585
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 262, "leafNum": 274, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0274.jp2", },
|
586
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 263, "leafNum": 275, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0275.jp2", }
|
587
|
+
],
|
588
|
+
[
|
589
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 264, "leafNum": 276, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0276.jp2", },
|
590
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 265, "leafNum": 277, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0277.jp2", }
|
591
|
+
],
|
592
|
+
[
|
593
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 266, "leafNum": 278, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0278.jp2", },
|
594
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 267, "leafNum": 279, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0279.jp2", }
|
595
|
+
],
|
596
|
+
[
|
597
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 268, "leafNum": 280, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0280.jp2", },
|
598
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 269, "leafNum": 281, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0281.jp2", }
|
599
|
+
],
|
600
|
+
[
|
601
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 270, "leafNum": 282, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0282.jp2", },
|
602
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 271, "leafNum": 283, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0283.jp2", }
|
603
|
+
],
|
604
|
+
[
|
605
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 272, "leafNum": 284, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0284.jp2", },
|
606
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 273, "leafNum": 285, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0285.jp2", }
|
607
|
+
],
|
608
|
+
[
|
609
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 274, "leafNum": 286, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0286.jp2", },
|
610
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 275, "leafNum": 287, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0287.jp2", }
|
611
|
+
],
|
612
|
+
[
|
613
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 276, "leafNum": 288, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0288.jp2", },
|
614
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 277, "leafNum": 289, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0289.jp2", }
|
615
|
+
],
|
616
|
+
[
|
617
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 278, "leafNum": 290, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0290.jp2", },
|
618
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 279, "leafNum": 291, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0291.jp2", }
|
619
|
+
],
|
620
|
+
[
|
621
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 280, "leafNum": 292, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0292.jp2", },
|
622
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 281, "leafNum": 293, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0293.jp2", }
|
623
|
+
],
|
624
|
+
[
|
625
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 282, "leafNum": 294, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0294.jp2", },
|
626
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 283, "leafNum": 295, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0295.jp2", }
|
627
|
+
],
|
628
|
+
[
|
629
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 284, "leafNum": 296, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0296.jp2", },
|
630
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 285, "leafNum": 297, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0297.jp2", }
|
631
|
+
],
|
632
|
+
[
|
633
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 286, "leafNum": 298, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0298.jp2", },
|
634
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 287, "leafNum": 299, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0299.jp2", }
|
635
|
+
],
|
636
|
+
[
|
637
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 288, "leafNum": 300, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0300.jp2", },
|
638
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 289, "leafNum": 301, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0301.jp2", }
|
639
|
+
],
|
640
|
+
[
|
641
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 290, "leafNum": 302, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0302.jp2", },
|
642
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 291, "leafNum": 303, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0303.jp2", }
|
643
|
+
],
|
644
|
+
[
|
645
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 292, "leafNum": 304, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0304.jp2", },
|
646
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 293, "leafNum": 305, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0305.jp2", }
|
647
|
+
],
|
648
|
+
[
|
649
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 294, "leafNum": 306, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0306.jp2", },
|
650
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 295, "leafNum": 307, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0307.jp2", }
|
651
|
+
],
|
652
|
+
[
|
653
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 296, "leafNum": 308, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0308.jp2", },
|
654
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 297, "leafNum": 309, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0309.jp2", }
|
655
|
+
],
|
656
|
+
[
|
657
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 298, "leafNum": 310, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0310.jp2", },
|
658
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 299, "leafNum": 311, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0311.jp2", }
|
659
|
+
],
|
660
|
+
[
|
661
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 300, "leafNum": 312, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0312.jp2", },
|
662
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 301, "leafNum": 313, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0313.jp2", }
|
663
|
+
],
|
664
|
+
[
|
665
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 302, "leafNum": 314, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0314.jp2", },
|
666
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 303, "leafNum": 315, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0315.jp2", }
|
667
|
+
],
|
668
|
+
[
|
669
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 304, "leafNum": 316, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0316.jp2", },
|
670
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 305, "leafNum": 317, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0317.jp2", }
|
671
|
+
],
|
672
|
+
[
|
673
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 306, "leafNum": 318, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0318.jp2", },
|
674
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 307, "leafNum": 319, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0319.jp2", }
|
675
|
+
],
|
676
|
+
[
|
677
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 308, "leafNum": 320, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0320.jp2", },
|
678
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 309, "leafNum": 321, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0321.jp2", }
|
679
|
+
],
|
680
|
+
[
|
681
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 310, "leafNum": 322, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0322.jp2", },
|
682
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 311, "leafNum": 323, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0323.jp2", }
|
683
|
+
],
|
684
|
+
[
|
685
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 312, "leafNum": 324, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0324.jp2", },
|
686
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 313, "leafNum": 325, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0325.jp2", }
|
687
|
+
],
|
688
|
+
[
|
689
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 314, "leafNum": 326, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0326.jp2", },
|
690
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 315, "leafNum": 327, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0327.jp2", }
|
691
|
+
],
|
692
|
+
[
|
693
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 316, "leafNum": 328, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0328.jp2", },
|
694
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 317, "leafNum": 329, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0329.jp2", }
|
695
|
+
],
|
696
|
+
[
|
697
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 318, "leafNum": 330, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0330.jp2", },
|
698
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 319, "leafNum": 331, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0331.jp2", }
|
699
|
+
],
|
700
|
+
[
|
701
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 320, "leafNum": 332, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0332.jp2", },
|
702
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 321, "leafNum": 333, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0333.jp2", }
|
703
|
+
],
|
704
|
+
[
|
705
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 322, "leafNum": 334, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0334.jp2", },
|
706
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 323, "leafNum": 335, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0335.jp2", }
|
707
|
+
],
|
708
|
+
[
|
709
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 324, "leafNum": 336, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0336.jp2", },
|
710
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 325, "leafNum": 337, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0337.jp2", }
|
711
|
+
],
|
712
|
+
[
|
713
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 326, "leafNum": 338, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0338.jp2", },
|
714
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 327, "leafNum": 339, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0339.jp2", }
|
715
|
+
],
|
716
|
+
[
|
717
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 328, "leafNum": 340, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0340.jp2", },
|
718
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 329, "leafNum": 341, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0341.jp2", }
|
719
|
+
],
|
720
|
+
[
|
721
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 330, "leafNum": 342, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0342.jp2", },
|
722
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 331, "leafNum": 343, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0343.jp2", }
|
723
|
+
],
|
724
|
+
[
|
725
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 332, "leafNum": 344, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0344.jp2", },
|
726
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 333, "leafNum": 345, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0345.jp2", }
|
727
|
+
],
|
728
|
+
[
|
729
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 334, "leafNum": 346, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0346.jp2", },
|
730
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 335, "leafNum": 347, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0347.jp2", }
|
731
|
+
],
|
732
|
+
[
|
733
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 336, "leafNum": 348, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0348.jp2", },
|
734
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 337, "leafNum": 349, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0349.jp2", }
|
735
|
+
],
|
736
|
+
[
|
737
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 338, "leafNum": 350, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0350.jp2", },
|
738
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 339, "leafNum": 351, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0351.jp2", }
|
739
|
+
],
|
740
|
+
[
|
741
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 340, "leafNum": 352, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0352.jp2", },
|
742
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 341, "leafNum": 353, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0353.jp2", }
|
743
|
+
],
|
744
|
+
[
|
745
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 342, "leafNum": 354, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0354.jp2", },
|
746
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 343, "leafNum": 355, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0355.jp2", }
|
747
|
+
],
|
748
|
+
[
|
749
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 344, "leafNum": 356, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0356.jp2", },
|
750
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 345, "leafNum": 357, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0357.jp2", }
|
751
|
+
],
|
752
|
+
[
|
753
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 346, "leafNum": 358, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0358.jp2", },
|
754
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 347, "leafNum": 359, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0359.jp2", }
|
755
|
+
],
|
756
|
+
[
|
757
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 348, "leafNum": 360, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0360.jp2", },
|
758
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 349, "leafNum": 361, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0361.jp2", }
|
759
|
+
],
|
760
|
+
[
|
761
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 350, "leafNum": 362, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0362.jp2", },
|
762
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 351, "leafNum": 363, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0363.jp2", }
|
763
|
+
],
|
764
|
+
[
|
765
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 352, "leafNum": 364, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0364.jp2", },
|
766
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 353, "leafNum": 365, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0365.jp2", }
|
767
|
+
],
|
768
|
+
[
|
769
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 354, "leafNum": 366, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0366.jp2", },
|
770
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 355, "leafNum": 367, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0367.jp2", }
|
771
|
+
],
|
772
|
+
[
|
773
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 356, "leafNum": 368, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0368.jp2", },
|
774
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 357, "leafNum": 369, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0369.jp2", }
|
775
|
+
],
|
776
|
+
[
|
777
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 358, "leafNum": 370, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0370.jp2", },
|
778
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 359, "leafNum": 371, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0371.jp2", }
|
779
|
+
],
|
780
|
+
[
|
781
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 360, "leafNum": 372, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0372.jp2", },
|
782
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 361, "leafNum": 373, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0373.jp2", }
|
783
|
+
],
|
784
|
+
[
|
785
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 362, "leafNum": 374, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0374.jp2", },
|
786
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 363, "leafNum": 375, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0375.jp2", }
|
787
|
+
],
|
788
|
+
[
|
789
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 364, "leafNum": 376, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0376.jp2", },
|
790
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 365, "leafNum": 377, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0377.jp2", }
|
791
|
+
],
|
792
|
+
[
|
793
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 366, "leafNum": 378, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0378.jp2", },
|
794
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 367, "leafNum": 379, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0379.jp2", }
|
795
|
+
],
|
796
|
+
[
|
797
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 368, "leafNum": 380, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0380.jp2", },
|
798
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 369, "leafNum": 381, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0381.jp2", }
|
799
|
+
],
|
800
|
+
[
|
801
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 370, "leafNum": 382, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0382.jp2", },
|
802
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 371, "leafNum": 383, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0383.jp2", }
|
803
|
+
],
|
804
|
+
[
|
805
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 372, "leafNum": 384, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0384.jp2", },
|
806
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 373, "leafNum": 385, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0385.jp2", }
|
807
|
+
],
|
808
|
+
[
|
809
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 374, "leafNum": 386, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0386.jp2", },
|
810
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 375, "leafNum": 387, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0387.jp2", }
|
811
|
+
],
|
812
|
+
[
|
813
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 376, "leafNum": 388, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0388.jp2", },
|
814
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 377, "leafNum": 389, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0389.jp2", }
|
815
|
+
],
|
816
|
+
[
|
817
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 378, "leafNum": 390, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0390.jp2", },
|
818
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 379, "leafNum": 391, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0391.jp2", }
|
819
|
+
],
|
820
|
+
[
|
821
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 380, "leafNum": 392, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0392.jp2", },
|
822
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 381, "leafNum": 393, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0393.jp2", }
|
823
|
+
],
|
824
|
+
[
|
825
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 382, "leafNum": 394, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0394.jp2", },
|
826
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 383, "leafNum": 395, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0395.jp2", }
|
827
|
+
],
|
828
|
+
[
|
829
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 384, "leafNum": 396, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0396.jp2", },
|
830
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 385, "leafNum": 397, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0397.jp2", }
|
831
|
+
],
|
832
|
+
[
|
833
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 386, "leafNum": 398, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0398.jp2", },
|
834
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 387, "leafNum": 399, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0399.jp2", }
|
835
|
+
],
|
836
|
+
[
|
837
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 388, "leafNum": 400, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0400.jp2", },
|
838
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 389, "leafNum": 401, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0401.jp2", }
|
839
|
+
],
|
840
|
+
[
|
841
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 390, "leafNum": 402, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0402.jp2", },
|
842
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 391, "leafNum": 403, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0403.jp2", }
|
843
|
+
],
|
844
|
+
[
|
845
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 392, "leafNum": 404, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0404.jp2", },
|
846
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 393, "leafNum": 405, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0405.jp2", }
|
847
|
+
],
|
848
|
+
[
|
849
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 394, "leafNum": 406, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0406.jp2", },
|
850
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 395, "leafNum": 407, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0407.jp2", }
|
851
|
+
],
|
852
|
+
[
|
853
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 396, "leafNum": 408, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0408.jp2", },
|
854
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 397, "leafNum": 409, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0409.jp2", }
|
855
|
+
],
|
856
|
+
[
|
857
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 398, "leafNum": 410, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0410.jp2", },
|
858
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 399, "leafNum": 411, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0411.jp2", }
|
859
|
+
],
|
860
|
+
[
|
861
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 400, "leafNum": 412, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0412.jp2", },
|
862
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 401, "leafNum": 413, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0413.jp2", }
|
863
|
+
],
|
864
|
+
[
|
865
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 402, "leafNum": 414, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0414.jp2", },
|
866
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 403, "leafNum": 415, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0415.jp2", }
|
867
|
+
],
|
868
|
+
[
|
869
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 404, "leafNum": 416, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0416.jp2", },
|
870
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 405, "leafNum": 417, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0417.jp2", }
|
871
|
+
],
|
872
|
+
[
|
873
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 406, "leafNum": 418, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0418.jp2", },
|
874
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 407, "leafNum": 419, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0419.jp2", }
|
875
|
+
],
|
876
|
+
[
|
877
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 408, "leafNum": 420, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0420.jp2", },
|
878
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 409, "leafNum": 421, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0421.jp2", }
|
879
|
+
],
|
880
|
+
[
|
881
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 410, "leafNum": 422, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0422.jp2", },
|
882
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 411, "leafNum": 423, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0423.jp2", }
|
883
|
+
],
|
884
|
+
[
|
885
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 412, "leafNum": 424, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0424.jp2", },
|
886
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 413, "leafNum": 425, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0425.jp2", }
|
887
|
+
],
|
888
|
+
[
|
889
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 414, "leafNum": 426, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0426.jp2", },
|
890
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 415, "leafNum": 427, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0427.jp2", }
|
891
|
+
],
|
892
|
+
[
|
893
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 416, "leafNum": 428, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0428.jp2", },
|
894
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 417, "leafNum": 429, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0429.jp2", }
|
895
|
+
],
|
896
|
+
[
|
897
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 418, "leafNum": 430, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0430.jp2", },
|
898
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 419, "leafNum": 431, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0431.jp2", }
|
899
|
+
],
|
900
|
+
[
|
901
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 420, "leafNum": 432, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0432.jp2", },
|
902
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 421, "leafNum": 433, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0433.jp2", }
|
903
|
+
],
|
904
|
+
[
|
905
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 422, "leafNum": 434, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0434.jp2", },
|
906
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 423, "leafNum": 435, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0435.jp2", }
|
907
|
+
],
|
908
|
+
[
|
909
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 424, "leafNum": 436, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0436.jp2", },
|
910
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 425, "leafNum": 437, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0437.jp2", }
|
911
|
+
],
|
912
|
+
[
|
913
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 426, "leafNum": 438, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0438.jp2", },
|
914
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 427, "leafNum": 439, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0439.jp2", }
|
915
|
+
],
|
916
|
+
[
|
917
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 428, "leafNum": 440, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0440.jp2", },
|
918
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 429, "leafNum": 441, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0441.jp2", }
|
919
|
+
],
|
920
|
+
[
|
921
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 430, "leafNum": 442, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0442.jp2", },
|
922
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 431, "leafNum": 443, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0443.jp2", }
|
923
|
+
],
|
924
|
+
[
|
925
|
+
{ "pageType": "Normal", "pageNum": 432, "leafNum": 444, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0444.jp2&scale=4", },
|
926
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 433, "leafNum": 445, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0445.jp2&scale=4", }
|
927
|
+
],
|
928
|
+
[
|
929
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 434, "leafNum": 446, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0446.jp2&scale=4", },
|
930
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 435, "leafNum": 447, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0447.jp2&scale=4", }
|
931
|
+
],
|
932
|
+
[
|
933
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 436, "leafNum": 448, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0448.jp2&scale=4", },
|
934
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 437, "leafNum": 449, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0449.jp2&scale=4", }
|
935
|
+
],
|
936
|
+
[
|
937
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 438, "leafNum": 450, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0450.jp2&scale=4", },
|
938
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 439, "leafNum": 451, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0451.jp2&scale=4", }
|
939
|
+
],
|
940
|
+
[
|
941
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 440, "leafNum": 452, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0452.jp2&scale=4", },
|
942
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 441, "leafNum": 453, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0453.jp2&scale=4", }
|
943
|
+
],
|
944
|
+
[
|
945
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 442, "leafNum": 454, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0454.jp2&scale=4", },
|
946
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 443, "leafNum": 455, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0455.jp2&scale=4", }
|
947
|
+
],
|
948
|
+
[
|
949
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 444, "leafNum": 456, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0456.jp2&scale=4", },
|
950
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 445, "leafNum": 457, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0457.jp2&scale=4", }
|
951
|
+
],
|
952
|
+
[
|
953
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 446, "leafNum": 458, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0458.jp2&scale=4", },
|
954
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 447, "leafNum": 459, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0459.jp2&scale=4", }
|
955
|
+
],
|
956
|
+
[
|
957
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 448, "leafNum": 460, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0460.jp2&scale=4", },
|
958
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 449, "leafNum": 461, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0461.jp2&scale=4", }
|
959
|
+
],
|
960
|
+
[
|
961
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 450, "leafNum": 462, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0462.jp2&scale=4", },
|
962
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 451, "leafNum": 463, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0463.jp2&scale=4", }
|
963
|
+
],
|
964
|
+
[
|
965
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 452, "leafNum": 464, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0464.jp2&scale=4", },
|
966
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 453, "leafNum": 465, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0465.jp2&scale=4", }
|
967
|
+
],
|
968
|
+
[
|
969
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 454, "leafNum": 466, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0466.jp2&scale=4", },
|
970
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 455, "leafNum": 467, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0467.jp2&scale=4", }
|
971
|
+
],
|
972
|
+
[
|
973
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 456, "leafNum": 468, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0468.jp2&scale=4", },
|
974
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 457, "leafNum": 469, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0469.jp2&scale=4", }
|
975
|
+
],
|
976
|
+
[
|
977
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 458, "leafNum": 470, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0470.jp2&scale=4", },
|
978
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 459, "leafNum": 471, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0471.jp2&scale=4", }
|
979
|
+
],
|
980
|
+
[
|
981
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 460, "leafNum": 472, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0472.jp2&scale=4", },
|
982
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 461, "leafNum": 473, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0473.jp2&scale=4", }
|
983
|
+
],
|
984
|
+
[
|
985
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 462, "leafNum": 474, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0474.jp2&scale=4", },
|
986
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 463, "leafNum": 475, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0475.jp2&scale=4", }
|
987
|
+
],
|
988
|
+
[
|
989
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 464, "leafNum": 476, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0476.jp2&scale=4", },
|
990
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 465, "leafNum": 477, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0477.jp2&scale=4", }
|
991
|
+
],
|
992
|
+
[
|
993
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 466, "leafNum": 478, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0478.jp2&scale=4", },
|
994
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 467, "leafNum": 479, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0479.jp2&scale=4", }
|
995
|
+
],
|
996
|
+
[
|
997
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 468, "leafNum": 480, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0480.jp2&scale=4", },
|
998
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 469, "leafNum": 481, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0481.jp2&scale=4", }
|
999
|
+
],
|
1000
|
+
[
|
1001
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 470, "leafNum": 482, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0482.jp2&scale=4", },
|
1002
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 471, "leafNum": 483, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0483.jp2&scale=4", }
|
1003
|
+
],
|
1004
|
+
[
|
1005
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 472, "leafNum": 484, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0484.jp2&scale=4", },
|
1006
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 473, "leafNum": 485, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0485.jp2&scale=4", }
|
1007
|
+
],
|
1008
|
+
[
|
1009
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 474, "leafNum": 486, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0486.jp2&scale=4", },
|
1010
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 475, "leafNum": 487, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0487.jp2&scale=4", }
|
1011
|
+
],
|
1012
|
+
[
|
1013
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 476, "leafNum": 488, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0488.jp2&scale=4", },
|
1014
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 477, "leafNum": 489, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0489.jp2&scale=4", }
|
1015
|
+
],
|
1016
|
+
[
|
1017
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 478, "leafNum": 490, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0490.jp2&scale=4", },
|
1018
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 479, "leafNum": 491, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0491.jp2&scale=4", }
|
1019
|
+
],
|
1020
|
+
[
|
1021
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 480, "leafNum": 492, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0492.jp2&scale=4", },
|
1022
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 481, "leafNum": 493, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0493.jp2&scale=4", }
|
1023
|
+
],
|
1024
|
+
[
|
1025
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 482, "leafNum": 494, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0494.jp2&scale=4", },
|
1026
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 483, "leafNum": 495, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0495.jp2&scale=4", }
|
1027
|
+
],
|
1028
|
+
[
|
1029
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 484, "leafNum": 496, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0496.jp2&scale=4", },
|
1030
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 485, "leafNum": 497, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0497.jp2&scale=4", }
|
1031
|
+
],
|
1032
|
+
[
|
1033
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 486, "leafNum": 498, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0498.jp2&scale=4", },
|
1034
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 487, "leafNum": 499, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0499.jp2&scale=4", }
|
1035
|
+
],
|
1036
|
+
[
|
1037
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 488, "leafNum": 500, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0500.jp2&scale=4", },
|
1038
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 489, "leafNum": 501, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0501.jp2&scale=4", }
|
1039
|
+
],
|
1040
|
+
[
|
1041
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 490, "leafNum": 502, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0502.jp2&scale=4", },
|
1042
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 491, "leafNum": 503, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0503.jp2&scale=4", }
|
1043
|
+
],
|
1044
|
+
[
|
1045
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 492, "leafNum": 504, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0504.jp2&scale=4", },
|
1046
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 493, "leafNum": 505, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0505.jp2&scale=4", }
|
1047
|
+
],
|
1048
|
+
[
|
1049
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 494, "leafNum": 506, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0506.jp2&scale=4", },
|
1050
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 495, "leafNum": 507, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0507.jp2&scale=4", }
|
1051
|
+
],
|
1052
|
+
[
|
1053
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 496, "leafNum": 508, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0508.jp2&scale=4", },
|
1054
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 497, "leafNum": 509, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0509.jp2&scale=4", }
|
1055
|
+
],
|
1056
|
+
[
|
1057
|
+
{ "viewable": false, "pageType": "Normal", "pageNum": 498, "leafNum": 510, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0510.jp2&scale=4", },
|
1058
|
+
{ "pageType": "Normal", "pageNum": 499, "leafNum": 511, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0511.jp2&scale=4", }
|
1059
|
+
],
|
1060
|
+
[
|
1061
|
+
{ "pageType": "Normal", "pageNum": 500, "leafNum": 512, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0512.jp2&scale=4", },
|
1062
|
+
{ "pageType": "Normal", "pageNum": 501, "leafNum": 513, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0513.jp2&scale=4", }
|
1063
|
+
],
|
1064
|
+
[
|
1065
|
+
{ "pageType": "Normal", "pageNum": 502, "leafNum": 514, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0514.jp2&scale=4", },
|
1066
|
+
{ "pageType": "Normal", "pageNum": 503, "leafNum": 515, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0515.jp2&scale=4", }
|
1067
|
+
],
|
1068
|
+
[
|
1069
|
+
{ "pageType": "Normal", "pageNum": 504, "leafNum": 516, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0516.jp2&scale=4", },
|
1070
|
+
{ "pageType": "Normal", "pageNum": 505, "leafNum": 517, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0517.jp2&scale=4", }
|
1071
|
+
],
|
1072
|
+
[
|
1073
|
+
{ "pageType": "Normal", "pageNum": 506, "leafNum": 518, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0518.jp2&scale=4", },
|
1074
|
+
{ "pageType": "Normal", "pageNum": 507, "leafNum": 519, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0519.jp2&scale=4", }
|
1075
|
+
],
|
1076
|
+
[
|
1077
|
+
{ "pageType": "Normal", "leafNum": 520, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0520.jp2&scale=4", },
|
1078
|
+
{ "pageType": "Normal", "leafNum": 521, "width": 1506, "height": 2638, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0521.jp2&scale=4", }
|
1079
|
+
],
|
1080
|
+
[
|
1081
|
+
{ "pageType": "Normal", "leafNum": 522, "width": 1592, "height": 2718, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0522.jp2&scale=4", },
|
1082
|
+
{ "pageType": "Normal", "leafNum": 523, "width": 1592, "height": 2718, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0523.jp2&scale=4", }
|
1083
|
+
],
|
1084
|
+
[
|
1085
|
+
{ "pageType": "Cover", "leafNum": 524, "width": 1746, "height": 2900, "uri": "https://ia800900.us.archive.org/BookReader/BookReaderImages.php?zip=/25/items/theworksofplato01platiala/theworksofplato01platiala_jp2.zip&file=theworksofplato01platiala_jp2/theworksofplato01platiala_0524.jp2&scale=4", }
|
1086
|
+
]
|
1087
|
+
]
|
1088
|
+
});
|
1089
|
+
</script>
|
1090
|
+
</body>
|
1091
|
+
|
1092
|
+
</html>
|