@internetarchive/bookreader 5.0.0-9-multiple-files → 5.0.0-90

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.
Files changed (333) hide show
  1. package/.eslintrc.js +21 -19
  2. package/.github/workflows/node.js.yml +81 -7
  3. package/.github/workflows/npm-publish.yml +6 -20
  4. package/.testcaferc.js +10 -0
  5. package/BookReader/BookReader.css +505 -1442
  6. package/BookReader/BookReader.js +2 -21564
  7. package/BookReader/BookReader.js.LICENSE.txt +20 -20
  8. package/BookReader/BookReader.js.map +1 -1
  9. package/BookReader/ia-bookreader-bundle.js +1782 -0
  10. package/BookReader/ia-bookreader-bundle.js.LICENSE.txt +7 -0
  11. package/BookReader/ia-bookreader-bundle.js.map +1 -0
  12. package/BookReader/icons/1up.svg +1 -12
  13. package/BookReader/icons/2up.svg +1 -15
  14. package/BookReader/icons/advance.svg +3 -26
  15. package/BookReader/icons/chevron-right.svg +1 -1
  16. package/BookReader/icons/close-circle-dark.svg +1 -0
  17. package/BookReader/icons/close-circle.svg +1 -1
  18. package/BookReader/icons/fullscreen.svg +1 -17
  19. package/BookReader/icons/fullscreen_exit.svg +1 -17
  20. package/BookReader/icons/hamburger.svg +1 -15
  21. package/BookReader/icons/left-arrow.svg +1 -12
  22. package/BookReader/icons/magnify-minus.svg +1 -16
  23. package/BookReader/icons/magnify-plus.svg +1 -17
  24. package/BookReader/icons/magnify.svg +1 -15
  25. package/BookReader/icons/pause.svg +1 -23
  26. package/BookReader/icons/play.svg +1 -22
  27. package/BookReader/icons/playback-speed.svg +1 -34
  28. package/BookReader/icons/read-aloud.svg +1 -22
  29. package/BookReader/icons/review.svg +3 -22
  30. package/BookReader/icons/thumbnails.svg +1 -17
  31. package/BookReader/icons/voice.svg +1 -0
  32. package/BookReader/icons/volume-full.svg +1 -22
  33. package/BookReader/images/BRicons.svg +5 -94
  34. package/BookReader/images/books_graphic.svg +1 -177
  35. package/BookReader/images/icon_book.svg +1 -12
  36. package/BookReader/images/icon_bookmark.svg +1 -12
  37. package/BookReader/images/icon_gear.svg +1 -14
  38. package/BookReader/images/icon_hamburger.svg +1 -20
  39. package/BookReader/images/icon_home.svg +1 -21
  40. package/BookReader/images/icon_info.svg +1 -11
  41. package/BookReader/images/icon_one_page.svg +1 -8
  42. package/BookReader/images/icon_pause.svg +1 -1
  43. package/BookReader/images/icon_play.svg +1 -1
  44. package/BookReader/images/icon_playback-rate.svg +1 -15
  45. package/BookReader/images/icon_search_button.svg +1 -8
  46. package/BookReader/images/icon_share.svg +1 -9
  47. package/BookReader/images/icon_skip-ahead.svg +1 -6
  48. package/BookReader/images/icon_skip-back.svg +2 -13
  49. package/BookReader/images/icon_speaker.svg +1 -18
  50. package/BookReader/images/icon_speaker_open.svg +1 -10
  51. package/BookReader/images/icon_thumbnails.svg +1 -12
  52. package/BookReader/images/icon_toc.svg +1 -5
  53. package/BookReader/images/icon_two_pages.svg +1 -9
  54. package/BookReader/images/marker_chap-off.svg +1 -11
  55. package/BookReader/images/marker_chap-on.svg +1 -11
  56. package/BookReader/images/marker_srch-on.svg +1 -11
  57. package/BookReader/images/unviewable_page.png +0 -0
  58. package/BookReader/jquery-3.js +2 -0
  59. package/BookReader/jquery-3.js.LICENSE.txt +24 -0
  60. package/BookReader/plugins/plugin.archive_analytics.js +1 -172
  61. package/BookReader/plugins/plugin.archive_analytics.js.map +1 -1
  62. package/BookReader/plugins/plugin.autoplay.js +1 -165
  63. package/BookReader/plugins/plugin.autoplay.js.map +1 -1
  64. package/BookReader/plugins/plugin.chapters.js +22 -301
  65. package/BookReader/plugins/plugin.chapters.js.LICENSE.txt +1 -0
  66. package/BookReader/plugins/plugin.chapters.js.map +1 -1
  67. package/BookReader/plugins/plugin.iframe.js +1 -74
  68. package/BookReader/plugins/plugin.iframe.js.map +1 -1
  69. package/BookReader/plugins/plugin.iiif.js +2 -0
  70. package/BookReader/plugins/plugin.iiif.js.map +1 -0
  71. package/BookReader/plugins/plugin.resume.js +1 -368
  72. package/BookReader/plugins/plugin.resume.js.map +1 -1
  73. package/BookReader/plugins/plugin.search.js +2 -1420
  74. package/BookReader/plugins/plugin.search.js.LICENSE.txt +1 -0
  75. package/BookReader/plugins/plugin.search.js.map +1 -1
  76. package/BookReader/plugins/plugin.text_selection.js +2 -1080
  77. package/BookReader/plugins/plugin.text_selection.js.LICENSE.txt +1 -0
  78. package/BookReader/plugins/plugin.text_selection.js.map +1 -1
  79. package/BookReader/plugins/plugin.tts.js +2 -9193
  80. package/BookReader/plugins/plugin.tts.js.LICENSE.txt +2 -0
  81. package/BookReader/plugins/plugin.tts.js.map +1 -1
  82. package/BookReader/plugins/plugin.url.js +1 -269
  83. package/BookReader/plugins/plugin.url.js.map +1 -1
  84. package/BookReader/plugins/plugin.vendor-fullscreen.js +1 -379
  85. package/BookReader/plugins/plugin.vendor-fullscreen.js.map +1 -1
  86. package/BookReader/webcomponents-bundle.js +3 -0
  87. package/BookReader/webcomponents-bundle.js.LICENSE.txt +9 -0
  88. package/BookReader/webcomponents-bundle.js.map +1 -0
  89. package/BookReaderDemo/BookReaderDemo.css +18 -19
  90. package/BookReaderDemo/BookReaderJSAdvanced.js +0 -3
  91. package/BookReaderDemo/BookReaderJSSimple.js +1 -0
  92. package/BookReaderDemo/IADemoBr.js +144 -0
  93. package/BookReaderDemo/demo-advanced.html +2 -2
  94. package/BookReaderDemo/demo-embed-iframe-src.html +2 -1
  95. package/BookReaderDemo/demo-fullscreen-mobile.html +3 -5
  96. package/BookReaderDemo/demo-fullscreen.html +2 -4
  97. package/BookReaderDemo/demo-iiif.html +99 -12
  98. package/BookReaderDemo/demo-internetarchive.html +214 -18
  99. package/BookReaderDemo/demo-multiple.html +2 -1
  100. package/BookReaderDemo/demo-preview-pages.html +526 -525
  101. package/BookReaderDemo/demo-simple.html +2 -1
  102. package/BookReaderDemo/demo-vendor-fullscreen.html +2 -4
  103. package/BookReaderDemo/ia-multiple-volumes-manifest.js +170 -0
  104. package/BookReaderDemo/immersion-1up.html +2 -2
  105. package/BookReaderDemo/immersion-mode.html +2 -4
  106. package/BookReaderDemo/toggle_controls.html +3 -2
  107. package/BookReaderDemo/view_mode.html +2 -1
  108. package/BookReaderDemo/viewmode-cycle.html +2 -3
  109. package/CHANGELOG.md +595 -33
  110. package/README.md +14 -1
  111. package/babel.config.js +20 -0
  112. package/codecov.yml +6 -0
  113. package/index.html +5 -2
  114. package/jsconfig.json +19 -0
  115. package/netlify.toml +9 -0
  116. package/package.json +70 -62
  117. package/renovate.json +52 -0
  118. package/scripts/preversion.js +0 -1
  119. package/src/BookNavigator/assets/bookmark-colors.js +1 -1
  120. package/src/BookNavigator/assets/button-base.js +10 -2
  121. package/src/BookNavigator/assets/ia-logo.js +17 -0
  122. package/src/BookNavigator/assets/icon_checkmark.js +1 -1
  123. package/src/BookNavigator/assets/icon_close.js +1 -1
  124. package/src/BookNavigator/book-navigator.js +590 -0
  125. package/src/BookNavigator/bookmarks/bookmark-button.js +3 -2
  126. package/src/BookNavigator/bookmarks/bookmark-edit.js +3 -4
  127. package/src/BookNavigator/bookmarks/bookmarks-list.js +2 -3
  128. package/src/BookNavigator/bookmarks/bookmarks-loginCTA.js +4 -9
  129. package/src/BookNavigator/bookmarks/bookmarks-provider.js +27 -17
  130. package/src/BookNavigator/bookmarks/ia-bookmarks.js +116 -67
  131. package/src/BookNavigator/delete-modal-actions.js +1 -1
  132. package/src/BookNavigator/downloads/downloads-provider.js +36 -21
  133. package/src/BookNavigator/downloads/downloads.js +29 -25
  134. package/src/BookNavigator/search/search-provider.js +80 -28
  135. package/src/BookNavigator/search/search-results.js +29 -26
  136. package/src/BookNavigator/sharing.js +27 -0
  137. package/src/BookNavigator/viewable-files.js +95 -0
  138. package/src/BookNavigator/visual-adjustments/visual-adjustments-provider.js +13 -12
  139. package/src/BookNavigator/visual-adjustments/visual-adjustments.js +7 -7
  140. package/src/BookReader/BookModel.js +76 -41
  141. package/src/BookReader/DragScrollable.js +233 -0
  142. package/src/BookReader/ImageCache.js +48 -15
  143. package/src/BookReader/Mode1Up.js +56 -351
  144. package/src/BookReader/Mode1UpLit.js +388 -0
  145. package/src/BookReader/Mode2Up.js +73 -1318
  146. package/src/BookReader/Mode2UpLit.js +777 -0
  147. package/src/BookReader/ModeCoordinateSpace.js +29 -0
  148. package/src/BookReader/ModeSmoothZoom.js +312 -0
  149. package/src/BookReader/ModeThumb.js +19 -13
  150. package/src/BookReader/Navbar/Navbar.js +70 -54
  151. package/src/BookReader/PageContainer.js +116 -22
  152. package/src/BookReader/ReduceSet.js +3 -3
  153. package/src/BookReader/Toolbar/Toolbar.js +14 -41
  154. package/src/BookReader/events.js +2 -3
  155. package/src/BookReader/options.js +73 -15
  156. package/src/BookReader/utils/HTMLDimensionsCacher.js +44 -0
  157. package/src/BookReader/utils/ScrollClassAdder.js +31 -0
  158. package/src/BookReader/utils/SelectionObserver.js +45 -0
  159. package/src/BookReader/utils/classes.js +1 -1
  160. package/src/BookReader/utils.js +128 -13
  161. package/src/BookReader.js +562 -1078
  162. package/src/BookReaderPlugin.js +44 -0
  163. package/src/assets/icons/close-circle-dark.svg +1 -0
  164. package/src/assets/icons/magnify-minus.svg +3 -7
  165. package/src/assets/icons/magnify-plus.svg +3 -7
  166. package/src/assets/icons/voice.svg +1 -0
  167. package/src/assets/images/unviewable_page.png +0 -0
  168. package/src/css/BookReader.scss +1 -17
  169. package/src/css/_BRBookmarks.scss +1 -1
  170. package/src/css/_BRComponent.scss +1 -1
  171. package/src/css/_BRicon.scss +8 -2
  172. package/src/css/_BRmain.scss +33 -27
  173. package/src/css/_BRnav.scss +12 -42
  174. package/src/css/_BRpages.scss +170 -42
  175. package/src/css/_BRsearch.scss +68 -230
  176. package/src/css/_BRtoolbar.scss +5 -5
  177. package/src/css/_TextSelection.scss +87 -27
  178. package/src/css/_colorbox.scss +2 -2
  179. package/src/css/_controls.scss +24 -7
  180. package/src/css/_icons.scss +7 -1
  181. package/src/ia-bookreader/ia-bookreader.js +224 -0
  182. package/src/plugins/plugin.archive_analytics.js +84 -78
  183. package/src/plugins/plugin.autoplay.js +99 -104
  184. package/src/plugins/plugin.chapters.js +237 -191
  185. package/src/plugins/plugin.iframe.js +1 -1
  186. package/src/plugins/plugin.iiif.js +141 -0
  187. package/src/plugins/plugin.resume.js +53 -50
  188. package/src/plugins/plugin.text_selection.js +503 -175
  189. package/src/plugins/plugin.vendor-fullscreen.js +7 -7
  190. package/src/plugins/search/plugin.search.js +183 -121
  191. package/src/plugins/search/utils.js +43 -0
  192. package/src/plugins/search/view.js +67 -202
  193. package/src/plugins/tts/AbstractTTSEngine.js +75 -45
  194. package/src/plugins/tts/FestivalTTSEngine.js +21 -31
  195. package/src/plugins/tts/PageChunk.js +16 -23
  196. package/src/plugins/tts/PageChunkIterator.js +11 -17
  197. package/src/plugins/tts/WebTTSEngine.js +88 -72
  198. package/src/plugins/tts/plugin.tts.js +310 -350
  199. package/src/plugins/tts/utils.js +16 -26
  200. package/src/plugins/url/UrlPlugin.js +191 -0
  201. package/src/plugins/{plugin.url.js → url/plugin.url.js} +47 -18
  202. package/src/util/browserSniffing.js +22 -0
  203. package/src/util/docCookies.js +21 -2
  204. package/src/util/strings.js +1 -0
  205. package/tests/e2e/README.md +37 -0
  206. package/tests/e2e/autoplay.test.js +9 -6
  207. package/tests/e2e/base.test.js +8 -16
  208. package/tests/e2e/helpers/base.js +55 -50
  209. package/tests/e2e/helpers/debug.js +1 -1
  210. package/tests/e2e/helpers/mockSearch.js +19 -22
  211. package/tests/e2e/helpers/params.js +17 -0
  212. package/tests/e2e/helpers/rightToLeft.js +8 -14
  213. package/tests/e2e/helpers/search.js +73 -0
  214. package/tests/e2e/models/Navigation.js +20 -37
  215. package/tests/e2e/rightToLeft.test.js +4 -5
  216. package/tests/e2e/viewmode.test.js +40 -33
  217. package/tests/jest/BookNavigator/book-navigator.test.js +661 -0
  218. package/tests/jest/BookNavigator/bookmarks/bookmark-button.test.js +43 -0
  219. package/tests/{karma → jest}/BookNavigator/bookmarks/bookmark-edit.test.js +25 -26
  220. package/tests/{karma → jest}/BookNavigator/bookmarks/bookmarks-list.test.js +41 -42
  221. package/tests/jest/BookNavigator/bookmarks/ia-bookmarks.test.js +45 -0
  222. package/tests/jest/BookNavigator/downloads/downloads-provider.test.js +67 -0
  223. package/tests/jest/BookNavigator/downloads/downloads.test.js +53 -0
  224. package/tests/jest/BookNavigator/search/search-provider.test.js +167 -0
  225. package/tests/{karma/BookNavigator → jest/BookNavigator/search}/search-results.test.js +109 -60
  226. package/tests/jest/BookNavigator/sharing/sharing-provider.test.js +49 -0
  227. package/tests/jest/BookNavigator/viewable-files/viewable-files-provider.test.js +80 -0
  228. package/tests/jest/BookNavigator/visual-adjustments.test.js +200 -0
  229. package/tests/{BookReader → jest/BookReader}/BookModel.test.js +74 -14
  230. package/tests/jest/BookReader/BookReaderPublicFunctions.test.js +193 -0
  231. package/tests/{BookReader → jest/BookReader}/ImageCache.test.js +4 -4
  232. package/tests/jest/BookReader/Mode1UpLit.test.js +73 -0
  233. package/tests/jest/BookReader/Mode2Up.test.js +98 -0
  234. package/tests/jest/BookReader/Mode2UpLit.test.js +190 -0
  235. package/tests/jest/BookReader/ModeCoordinateSpace.test.js +16 -0
  236. package/tests/jest/BookReader/ModeSmoothZoom.test.js +218 -0
  237. package/tests/jest/BookReader/ModeThumb.test.js +71 -0
  238. package/tests/{BookReader → jest/BookReader}/Navbar/Navbar.test.js +42 -29
  239. package/tests/jest/BookReader/PageContainer.test.js +238 -0
  240. package/tests/{BookReader → jest/BookReader}/ReduceSet.test.js +1 -1
  241. package/tests/{BookReader → jest/BookReader}/Toolbar/Toolbar.test.js +3 -3
  242. package/tests/jest/BookReader/utils/HTMLDimensionsCacher.test.js +59 -0
  243. package/tests/jest/BookReader/utils/ScrollClassAdder.test.js +49 -0
  244. package/tests/jest/BookReader/utils/SelectionObserver.test.js +57 -0
  245. package/tests/{BookReader → jest/BookReader}/utils/classes.test.js +1 -1
  246. package/tests/jest/BookReader/utils.test.js +250 -0
  247. package/tests/jest/BookReader.keyboard.test.js +190 -0
  248. package/tests/{BookReader.options.test.js → jest/BookReader.options.test.js} +10 -2
  249. package/tests/{BookReader.test.js → jest/BookReader.test.js} +43 -53
  250. package/tests/jest/plugins/plugin.archive_analytics.test.js +20 -0
  251. package/tests/jest/plugins/plugin.autoplay.test.js +35 -0
  252. package/tests/jest/plugins/plugin.chapters.test.js +195 -0
  253. package/tests/{plugins → jest/plugins}/plugin.iframe.test.js +4 -4
  254. package/tests/{plugins → jest/plugins}/plugin.resume.test.js +22 -35
  255. package/tests/jest/plugins/plugin.text_selection.test.js +316 -0
  256. package/tests/{plugins → jest/plugins}/plugin.vendor-fullscreen.test.js +2 -2
  257. package/tests/{plugins → jest/plugins}/search/plugin.search.test.js +26 -47
  258. package/tests/{plugins → jest/plugins}/search/plugin.search.view.test.js +42 -9
  259. package/tests/jest/plugins/search/utils.js +25 -0
  260. package/tests/jest/plugins/search/utils.test.js +29 -0
  261. package/tests/{plugins → jest/plugins}/tts/AbstractTTSEngine.test.js +30 -10
  262. package/tests/{plugins → jest/plugins}/tts/FestivalTTSEngine.test.js +4 -4
  263. package/tests/{plugins → jest/plugins}/tts/PageChunk.test.js +1 -1
  264. package/tests/{plugins → jest/plugins}/tts/PageChunkIterator.test.js +3 -3
  265. package/tests/{plugins → jest/plugins}/tts/WebTTSEngine.test.js +47 -1
  266. package/tests/{plugins → jest/plugins}/tts/utils.test.js +1 -60
  267. package/tests/jest/plugins/url/UrlPlugin.test.js +198 -0
  268. package/tests/{plugins → jest/plugins/url}/plugin.url.test.js +57 -18
  269. package/tests/jest/setup.js +3 -0
  270. package/tests/{util → jest/util}/browserSniffing.test.js +1 -1
  271. package/tests/jest/util/docCookies.test.js +24 -0
  272. package/tests/{util → jest/util}/strings.test.js +1 -1
  273. package/tests/{utils.js → jest/utils.js} +38 -0
  274. package/webpack.config.js +16 -10
  275. package/.babelrc +0 -12
  276. package/.dependabot/config.yml +0 -6
  277. package/.testcaferc.json +0 -5
  278. package/BookReader/bookreader-component-bundle.js +0 -14330
  279. package/BookReader/bookreader-component-bundle.js.LICENSE.txt +0 -38
  280. package/BookReader/bookreader-component-bundle.js.map +0 -1
  281. package/BookReader/icons/sort-ascending.svg +0 -1
  282. package/BookReader/icons/sort-descending.svg +0 -1
  283. package/BookReader/jquery-1.10.1.js +0 -108
  284. package/BookReader/jquery-1.10.1.js.LICENSE.txt +0 -24
  285. package/BookReader/plugins/plugin.menu_toggle.js +0 -369
  286. package/BookReader/plugins/plugin.menu_toggle.js.map +0 -1
  287. package/BookReader/plugins/plugin.mobile_nav.js +0 -335
  288. package/BookReader/plugins/plugin.mobile_nav.js.map +0 -1
  289. package/BookReaderDemo/BookReaderJSAutoplay.js +0 -56
  290. package/BookReaderDemo/IIIFBookReader.js +0 -207
  291. package/BookReaderDemo/bookreader-template-bundle.js +0 -7178
  292. package/BookReaderDemo/demo-autoplay.html +0 -38
  293. package/BookReaderDemo/demo-iiif.js +0 -26
  294. package/BookReaderDemo/demo-plugin-menu-toggle.html +0 -34
  295. package/karma.conf.js +0 -23
  296. package/src/BookNavigator/BookModel.js +0 -14
  297. package/src/BookNavigator/BookNavigator.js +0 -452
  298. package/src/BookNavigator/assets/book-loader.js +0 -27
  299. package/src/BookNavigator/assets/icon_sort_ascending.js +0 -5
  300. package/src/BookNavigator/assets/icon_sort_descending.js +0 -5
  301. package/src/BookNavigator/br-fullscreen-mgr.js +0 -83
  302. package/src/BookNavigator/search/a-search-result.js +0 -55
  303. package/src/BookNavigator/volumes/volumes-provider.js +0 -108
  304. package/src/BookNavigator/volumes/volumes.js +0 -162
  305. package/src/BookReader/DebugConsole.js +0 -54
  306. package/src/BookReaderComponent/BookReaderComponent.js +0 -112
  307. package/src/ItemNavigator/ItemNavigator.js +0 -372
  308. package/src/ItemNavigator/providers/sharing.js +0 -29
  309. package/src/assets/icons/sort-ascending.svg +0 -1
  310. package/src/assets/icons/sort-descending.svg +0 -1
  311. package/src/css/_MobileNav.scss +0 -194
  312. package/src/dragscrollable-br.js +0 -261
  313. package/src/plugins/menu_toggle/plugin.menu_toggle.js +0 -324
  314. package/src/plugins/plugin.mobile_nav.js +0 -287
  315. package/tests/BookReader/BookReaderPublicFunctions.test.js +0 -171
  316. package/tests/BookReader/DebugConsole.test.js +0 -25
  317. package/tests/BookReader/Mode1Up.test.js +0 -164
  318. package/tests/BookReader/Mode2Up.test.js +0 -247
  319. package/tests/BookReader/PageContainer.test.js +0 -115
  320. package/tests/BookReader/utils.test.js +0 -109
  321. package/tests/e2e/helpers/desktopSearch.js +0 -72
  322. package/tests/e2e/helpers/mobileSearch.js +0 -85
  323. package/tests/e2e/ia-production/ia-prod-base.js +0 -17
  324. package/tests/karma/BookNavigator/book-navigator.test.js +0 -132
  325. package/tests/karma/BookNavigator/visual-adjustments.test.js +0 -201
  326. package/tests/karma/BookNavigator/volumes.test.js +0 -133
  327. package/tests/plugins/menu_toggle/plugin.menu_toggle.test.js +0 -68
  328. package/tests/plugins/plugin.archive_analytics.test.js +0 -23
  329. package/tests/plugins/plugin.autoplay.test.js +0 -52
  330. package/tests/plugins/plugin.chapters.test.js +0 -130
  331. package/tests/plugins/plugin.mobile_nav.test.js +0 -66
  332. package/tests/plugins/plugin.text_selection.test.js +0 -203
  333. package/tests/util/docCookies.test.js +0 -15
@@ -8,7 +8,8 @@
8
8
  <meta name="apple-mobile-web-app-capable" content="yes">
9
9
 
10
10
  <!-- JS dependencies -->
11
- <script src="../BookReader/jquery-1.10.1.js"></script>
11
+ <script src="../BookReader/webcomponents-bundle.js"></script>
12
+ <script src="../BookReader/jquery-3.js"></script>
12
13
 
13
14
 
14
15
  <!-- BookReader and plugins -->
@@ -35,1054 +36,1054 @@
35
36
  instantiateBookReader('#BookReader', {
36
37
  data: [
37
38
  [
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
+ { "pageType": "Cover", "leafNum": 1, "width": 1746, "height": 2900, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0001.jp2&reduce=2&ext=jpg", }
39
40
  ],
40
41
  [
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", }
42
+ { "pageType": "Normal", "leafNum": 2, "width": 1610, "height": 2746, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0002.jp2&reduce=2&ext=jpg", },
43
+ { "pageType": "Normal", "leafNum": 3, "width": 1610, "height": 2746, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0003.jp2&reduce=2&ext=jpg", }
43
44
  ],
44
45
  [
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", }
46
+ { "viewable": false, "pageType": "Normal", "leafNum": 4, "width": 1610, "height": 2746, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0004.jp2&ext=jpg", },
47
+ { "viewable": false, "pageType": "Normal", "leafNum": 5, "width": 1610, "height": 2746, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0005.jp2&ext=jpg", }
47
48
  ],
48
49
  [
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", }
50
+ { "viewable": false, "pageType": "Normal", "leafNum": 6, "width": 1610, "height": 2746, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0006.jp2&ext=jpg", },
51
+ { "viewable": false, "pageType": "Title Page", "leafNum": 7, "width": 1610, "height": 2746, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0007.jp2&ext=jpg", }
51
52
  ],
52
53
  [
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", }
54
+ { "viewable": false, "pageType": "Copyright", "leafNum": 8, "width": 1610, "height": 2746, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0008.jp2&ext=jpg", },
55
+ { "viewable": false, "pageType": "Contents", "leafNum": 9, "width": 1610, "height": 2746, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0009.jp2&ext=jpg", }
55
56
  ],
56
57
  [
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", }
58
+ { "viewable": false, "pageType": "Normal", "leafNum": 10, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0010.jp2&ext=jpg", },
59
+ { "viewable": false, "pageType": "Normal", "leafNum": 11, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0011.jp2&ext=jpg", }
59
60
  ],
60
61
  [
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", }
62
+ { "viewable": false, "pageType": "Normal", "pageNum": "viii", "leafNum": 12, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0012.jp2&ext=jpg", },
63
+ { "viewable": false, "pageType": "Normal", "leafNum": 13, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0013.jp2&ext=jpg", }
63
64
  ],
64
65
  [
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", }
66
+ { "viewable": false, "pageType": "Normal", "pageNum": 2, "leafNum": 14, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0014.jp2&ext=jpg", },
67
+ { "viewable": false, "pageType": "Normal", "pageNum": 3, "leafNum": 15, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0015.jp2&ext=jpg", }
67
68
  ],
68
69
  [
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", }
70
+ { "viewable": false, "pageType": "Normal", "pageNum": 4, "leafNum": 16, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0016.jp2&ext=jpg", },
71
+ { "viewable": false, "pageType": "Normal", "pageNum": 5, "leafNum": 17, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0017.jp2&ext=jpg", }
71
72
  ],
72
73
  [
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", }
74
+ { "viewable": false, "pageType": "Normal", "pageNum": 6, "leafNum": 18, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0018.jp2&ext=jpg", },
75
+ { "viewable": false, "pageType": "Normal", "pageNum": 7, "leafNum": 19, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0019.jp2&ext=jpg", }
75
76
  ],
76
77
  [
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", }
78
+ { "viewable": false, "pageType": "Normal", "pageNum": 8, "leafNum": 20, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0020.jp2&ext=jpg", },
79
+ { "viewable": false, "pageType": "Normal", "pageNum": 9, "leafNum": 21, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0021.jp2&ext=jpg", }
79
80
  ],
80
81
  [
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", }
82
+ { "viewable": false, "pageType": "Normal", "pageNum": 10, "leafNum": 22, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0022.jp2&ext=jpg", },
83
+ { "viewable": false, "pageType": "Normal", "pageNum": 11, "leafNum": 23, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0023.jp2&ext=jpg", }
83
84
  ],
84
85
  [
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", }
86
+ { "viewable": false, "pageType": "Normal", "pageNum": 12, "leafNum": 24, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0024.jp2&ext=jpg", },
87
+ { "viewable": false, "pageType": "Normal", "pageNum": 13, "leafNum": 25, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0025.jp2&ext=jpg", }
87
88
  ],
88
89
  [
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", }
90
+ { "viewable": false, "pageType": "Normal", "pageNum": 14, "leafNum": 26, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0026.jp2&ext=jpg", },
91
+ { "viewable": false, "pageType": "Normal", "pageNum": 15, "leafNum": 27, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0027.jp2&ext=jpg", }
91
92
  ],
92
93
  [
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", }
94
+ { "viewable": false, "pageType": "Normal", "pageNum": 16, "leafNum": 28, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0028.jp2&ext=jpg", },
95
+ { "viewable": false, "pageType": "Normal", "pageNum": 17, "leafNum": 29, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0029.jp2&ext=jpg", }
95
96
  ],
96
97
  [
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", }
98
+ { "viewable": false, "pageType": "Normal", "pageNum": 18, "leafNum": 30, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0030.jp2&ext=jpg", },
99
+ { "viewable": false, "pageType": "Normal", "pageNum": 19, "leafNum": 31, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0031.jp2&ext=jpg", }
99
100
  ],
100
101
  [
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", }
102
+ { "viewable": false, "pageType": "Normal", "pageNum": 20, "leafNum": 32, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0032.jp2&ext=jpg", },
103
+ { "viewable": false, "pageType": "Normal", "pageNum": 21, "leafNum": 33, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0033.jp2&ext=jpg", }
103
104
  ],
104
105
  [
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", }
106
+ { "viewable": false, "pageType": "Normal", "pageNum": 22, "leafNum": 34, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0034.jp2&ext=jpg", },
107
+ { "viewable": false, "pageType": "Normal", "pageNum": 23, "leafNum": 35, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0035.jp2&ext=jpg", }
107
108
  ],
108
109
  [
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", }
110
+ { "viewable": false, "pageType": "Normal", "pageNum": 24, "leafNum": 36, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0036.jp2&ext=jpg", },
111
+ { "viewable": false, "pageType": "Normal", "pageNum": 25, "leafNum": 37, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0037.jp2&ext=jpg", }
111
112
  ],
112
113
  [
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", }
114
+ { "viewable": false, "pageType": "Normal", "pageNum": 26, "leafNum": 38, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0038.jp2&ext=jpg", },
115
+ { "viewable": false, "pageType": "Normal", "pageNum": 27, "leafNum": 39, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0039.jp2&ext=jpg", }
115
116
  ],
116
117
  [
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", }
118
+ { "viewable": false, "pageType": "Normal", "pageNum": 28, "leafNum": 40, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0040.jp2&ext=jpg", },
119
+ { "viewable": false, "pageType": "Normal", "pageNum": 29, "leafNum": 41, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0041.jp2&ext=jpg", }
119
120
  ],
120
121
  [
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", }
122
+ { "viewable": false, "pageType": "Normal", "pageNum": 30, "leafNum": 42, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0042.jp2&ext=jpg", },
123
+ { "viewable": false, "pageType": "Normal", "pageNum": 31, "leafNum": 43, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0043.jp2&ext=jpg", }
123
124
  ],
124
125
  [
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", }
126
+ { "viewable": false, "pageType": "Normal", "pageNum": 32, "leafNum": 44, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0044.jp2&ext=jpg", },
127
+ { "viewable": false, "pageType": "Normal", "pageNum": 33, "leafNum": 45, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0045.jp2&ext=jpg", }
127
128
  ],
128
129
  [
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", }
130
+ { "viewable": false, "pageType": "Normal", "pageNum": 34, "leafNum": 46, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0046.jp2&ext=jpg", },
131
+ { "viewable": false, "pageType": "Normal", "pageNum": 35, "leafNum": 47, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0047.jp2&ext=jpg", }
131
132
  ],
132
133
  [
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", }
134
+ { "viewable": false, "pageType": "Normal", "pageNum": 36, "leafNum": 48, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0048.jp2&ext=jpg", },
135
+ { "viewable": false, "pageType": "Normal", "pageNum": 37, "leafNum": 49, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0049.jp2&ext=jpg", }
135
136
  ],
136
137
  [
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", }
138
+ { "viewable": false, "pageType": "Normal", "pageNum": 38, "leafNum": 50, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0050.jp2&ext=jpg", },
139
+ { "viewable": false, "pageType": "Normal", "pageNum": 39, "leafNum": 51, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0051.jp2&ext=jpg", }
139
140
  ],
140
141
  [
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", }
142
+ { "viewable": false, "pageType": "Normal", "pageNum": 40, "leafNum": 52, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0052.jp2&ext=jpg", },
143
+ { "viewable": false, "pageType": "Normal", "pageNum": 41, "leafNum": 53, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0053.jp2&ext=jpg", }
143
144
  ],
144
145
  [
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", }
146
+ { "viewable": false, "pageType": "Normal", "pageNum": 42, "leafNum": 54, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0054.jp2&ext=jpg", },
147
+ { "viewable": false, "pageType": "Normal", "pageNum": 43, "leafNum": 55, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0055.jp2&ext=jpg", }
147
148
  ],
148
149
  [
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", }
150
+ { "viewable": false, "pageType": "Normal", "pageNum": 44, "leafNum": 56, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0056.jp2&ext=jpg", },
151
+ { "viewable": false, "pageType": "Normal", "pageNum": 45, "leafNum": 57, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0057.jp2&ext=jpg", }
151
152
  ],
152
153
  [
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", }
154
+ { "viewable": false, "pageType": "Normal", "pageNum": 46, "leafNum": 58, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0058.jp2&ext=jpg", },
155
+ { "viewable": false, "pageType": "Normal", "pageNum": 47, "leafNum": 59, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0059.jp2&ext=jpg", }
155
156
  ],
156
157
  [
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", }
158
+ { "viewable": false, "pageType": "Normal", "pageNum": 48, "leafNum": 60, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0060.jp2&ext=jpg", },
159
+ { "viewable": false, "pageType": "Normal", "pageNum": 49, "leafNum": 61, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0061.jp2&ext=jpg", }
159
160
  ],
160
161
  [
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", }
162
+ { "viewable": false, "pageType": "Normal", "pageNum": 50, "leafNum": 62, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0062.jp2&ext=jpg", },
163
+ { "viewable": false, "pageType": "Normal", "pageNum": 51, "leafNum": 63, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0063.jp2&ext=jpg", }
163
164
  ],
164
165
  [
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", }
166
+ { "viewable": false, "pageType": "Normal", "pageNum": 52, "leafNum": 64, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0064.jp2&ext=jpg", },
167
+ { "viewable": false, "pageType": "Normal", "pageNum": 53, "leafNum": 65, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0065.jp2&ext=jpg", }
167
168
  ],
168
169
  [
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", }
170
+ { "viewable": false, "pageType": "Normal", "pageNum": 54, "leafNum": 66, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0066.jp2&ext=jpg", },
171
+ { "viewable": false, "pageType": "Normal", "pageNum": 55, "leafNum": 67, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0067.jp2&ext=jpg", }
171
172
  ],
172
173
  [
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", }
174
+ { "viewable": false, "pageType": "Normal", "pageNum": 56, "leafNum": 68, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0068.jp2&ext=jpg", },
175
+ { "viewable": false, "pageType": "Normal", "pageNum": 57, "leafNum": 69, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0069.jp2&ext=jpg", }
175
176
  ],
176
177
  [
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", }
178
+ { "viewable": false, "pageType": "Normal", "pageNum": 58, "leafNum": 70, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0070.jp2&ext=jpg", },
179
+ { "viewable": false, "pageType": "Normal", "pageNum": 59, "leafNum": 71, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0071.jp2&ext=jpg", }
179
180
  ],
180
181
  [
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", }
182
+ { "viewable": false, "pageType": "Normal", "pageNum": 60, "leafNum": 72, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0072.jp2&ext=jpg", },
183
+ { "viewable": false, "pageType": "Normal", "pageNum": 61, "leafNum": 73, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0073.jp2&ext=jpg", }
183
184
  ],
184
185
  [
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", }
186
+ { "viewable": false, "pageType": "Normal", "pageNum": 62, "leafNum": 74, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0074.jp2&ext=jpg", },
187
+ { "viewable": false, "pageType": "Normal", "pageNum": 63, "leafNum": 75, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0075.jp2&ext=jpg", }
187
188
  ],
188
189
  [
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", }
190
+ { "viewable": false, "pageType": "Normal", "pageNum": 64, "leafNum": 76, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0076.jp2&ext=jpg", },
191
+ { "viewable": false, "pageType": "Normal", "pageNum": 65, "leafNum": 77, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0077.jp2&ext=jpg", }
191
192
  ],
192
193
  [
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", }
194
+ { "viewable": false, "pageType": "Normal", "pageNum": 66, "leafNum": 78, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0078.jp2&ext=jpg", },
195
+ { "viewable": false, "pageType": "Normal", "pageNum": 67, "leafNum": 79, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0079.jp2&ext=jpg", }
195
196
  ],
196
197
  [
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", }
198
+ { "viewable": false, "pageType": "Normal", "pageNum": 68, "leafNum": 80, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0080.jp2&ext=jpg", },
199
+ { "viewable": false, "pageType": "Normal", "pageNum": 69, "leafNum": 81, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0081.jp2&ext=jpg", }
199
200
  ],
200
201
  [
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", }
202
+ { "viewable": false, "pageType": "Normal", "pageNum": 70, "leafNum": 82, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0082.jp2&ext=jpg", },
203
+ { "viewable": false, "pageType": "Normal", "pageNum": 71, "leafNum": 83, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0083.jp2&ext=jpg", }
203
204
  ],
204
205
  [
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", }
206
+ { "viewable": false, "pageType": "Normal", "pageNum": 72, "leafNum": 84, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0084.jp2&ext=jpg", },
207
+ { "viewable": false, "pageType": "Normal", "pageNum": 73, "leafNum": 85, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0085.jp2&ext=jpg", }
207
208
  ],
208
209
  [
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", }
210
+ { "viewable": false, "pageType": "Normal", "pageNum": 74, "leafNum": 86, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0086.jp2&ext=jpg", },
211
+ { "viewable": false, "pageType": "Normal", "pageNum": 75, "leafNum": 87, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0087.jp2&ext=jpg", }
211
212
  ],
212
213
  [
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", }
214
+ { "viewable": false, "pageType": "Normal", "pageNum": 76, "leafNum": 88, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0088.jp2&ext=jpg", },
215
+ { "viewable": false, "pageType": "Normal", "pageNum": 77, "leafNum": 89, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0089.jp2&ext=jpg", }
215
216
  ],
216
217
  [
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", }
218
+ { "viewable": false, "pageType": "Normal", "pageNum": 78, "leafNum": 90, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0090.jp2&ext=jpg", },
219
+ { "viewable": false, "pageType": "Normal", "pageNum": 79, "leafNum": 91, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0091.jp2&ext=jpg", }
219
220
  ],
220
221
  [
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", }
222
+ { "viewable": false, "pageType": "Normal", "pageNum": 80, "leafNum": 92, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0092.jp2&ext=jpg", },
223
+ { "viewable": false, "pageType": "Normal", "pageNum": 81, "leafNum": 93, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0093.jp2&ext=jpg", }
223
224
  ],
224
225
  [
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", }
226
+ { "viewable": false, "pageType": "Normal", "pageNum": 82, "leafNum": 94, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0094.jp2&ext=jpg", },
227
+ { "viewable": false, "pageType": "Normal", "pageNum": 83, "leafNum": 95, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0095.jp2&ext=jpg", }
227
228
  ],
228
229
  [
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", }
230
+ { "viewable": false, "pageType": "Normal", "pageNum": 84, "leafNum": 96, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0096.jp2&ext=jpg", },
231
+ { "viewable": false, "pageType": "Normal", "pageNum": 85, "leafNum": 97, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0097.jp2&ext=jpg", }
231
232
  ],
232
233
  [
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", }
234
+ { "viewable": false, "pageType": "Normal", "pageNum": 86, "leafNum": 98, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0098.jp2&ext=jpg", },
235
+ { "viewable": false, "pageType": "Normal", "pageNum": 87, "leafNum": 99, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0099.jp2&ext=jpg", }
235
236
  ],
236
237
  [
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", }
238
+ { "viewable": false, "pageType": "Normal", "pageNum": 88, "leafNum": 100, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0100.jp2&ext=jpg", },
239
+ { "viewable": false, "pageType": "Normal", "pageNum": 89, "leafNum": 101, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0101.jp2&ext=jpg", }
239
240
  ],
240
241
  [
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", }
242
+ { "viewable": false, "pageType": "Normal", "pageNum": 90, "leafNum": 102, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0102.jp2&ext=jpg", },
243
+ { "viewable": false, "pageType": "Normal", "pageNum": 91, "leafNum": 103, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0103.jp2&ext=jpg", }
243
244
  ],
244
245
  [
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", }
246
+ { "viewable": false, "pageType": "Normal", "pageNum": 92, "leafNum": 104, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0104.jp2&ext=jpg", },
247
+ { "viewable": false, "pageType": "Normal", "pageNum": 93, "leafNum": 105, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0105.jp2&ext=jpg", }
247
248
  ],
248
249
  [
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", }
250
+ { "viewable": false, "pageType": "Normal", "pageNum": 94, "leafNum": 106, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0106.jp2&ext=jpg", },
251
+ { "viewable": false, "pageType": "Normal", "pageNum": 95, "leafNum": 107, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0107.jp2&ext=jpg", }
251
252
  ],
252
253
  [
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", }
254
+ { "viewable": false, "pageType": "Normal", "pageNum": 96, "leafNum": 108, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0108.jp2&ext=jpg", },
255
+ { "viewable": false, "pageType": "Normal", "pageNum": 97, "leafNum": 109, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0109.jp2&ext=jpg", }
255
256
  ],
256
257
  [
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", }
258
+ { "viewable": false, "pageType": "Normal", "pageNum": 98, "leafNum": 110, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0110.jp2&ext=jpg", },
259
+ { "viewable": false, "pageType": "Normal", "pageNum": 99, "leafNum": 111, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0111.jp2&ext=jpg", }
259
260
  ],
260
261
  [
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", }
262
+ { "viewable": false, "pageType": "Normal", "pageNum": 100, "leafNum": 112, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0112.jp2&ext=jpg", },
263
+ { "viewable": false, "pageType": "Normal", "pageNum": 101, "leafNum": 113, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0113.jp2&ext=jpg", }
263
264
  ],
264
265
  [
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", }
266
+ { "viewable": false, "pageType": "Normal", "pageNum": 102, "leafNum": 114, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0114.jp2&ext=jpg", },
267
+ { "viewable": false, "pageType": "Normal", "pageNum": 103, "leafNum": 115, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0115.jp2&ext=jpg", }
267
268
  ],
268
269
  [
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", }
270
+ { "viewable": false, "pageType": "Normal", "pageNum": 104, "leafNum": 116, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0116.jp2&ext=jpg", },
271
+ { "viewable": false, "pageType": "Normal", "pageNum": 105, "leafNum": 117, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0117.jp2&ext=jpg", }
271
272
  ],
272
273
  [
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", }
274
+ { "viewable": false, "pageType": "Normal", "pageNum": 106, "leafNum": 118, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0118.jp2&ext=jpg", },
275
+ { "viewable": false, "pageType": "Normal", "pageNum": 107, "leafNum": 119, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0119.jp2&ext=jpg", }
275
276
  ],
276
277
  [
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", }
278
+ { "viewable": false, "pageType": "Normal", "pageNum": 108, "leafNum": 120, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0120.jp2&ext=jpg", },
279
+ { "viewable": false, "pageType": "Normal", "pageNum": 109, "leafNum": 121, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0121.jp2&ext=jpg", }
279
280
  ],
280
281
  [
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", }
282
+ { "viewable": false, "pageType": "Normal", "pageNum": 110, "leafNum": 122, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0122.jp2&ext=jpg", },
283
+ { "viewable": false, "pageType": "Normal", "pageNum": 111, "leafNum": 123, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0123.jp2&ext=jpg", }
283
284
  ],
284
285
  [
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", }
286
+ { "viewable": false, "pageType": "Normal", "pageNum": 112, "leafNum": 124, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0124.jp2&ext=jpg", },
287
+ { "viewable": false, "pageType": "Normal", "pageNum": 113, "leafNum": 125, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0125.jp2&ext=jpg", }
287
288
  ],
288
289
  [
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", }
290
+ { "viewable": false, "pageType": "Normal", "pageNum": 114, "leafNum": 126, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0126.jp2&ext=jpg", },
291
+ { "viewable": false, "pageType": "Normal", "pageNum": 115, "leafNum": 127, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0127.jp2&ext=jpg", }
291
292
  ],
292
293
  [
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", }
294
+ { "viewable": false, "pageType": "Normal", "pageNum": 116, "leafNum": 128, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0128.jp2&ext=jpg", },
295
+ { "viewable": false, "pageType": "Normal", "pageNum": 117, "leafNum": 129, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0129.jp2&ext=jpg", }
295
296
  ],
296
297
  [
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", }
298
+ { "pageType": "Normal", "pageNum": 118, "leafNum": 130, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0130.jp2&reduce=2&ext=jpg", },
299
+ { "viewable": false, "pageType": "Normal", "pageNum": 119, "leafNum": 131, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0131.jp2&ext=jpg", }
299
300
  ],
300
301
  [
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", }
302
+ { "viewable": false, "pageType": "Normal", "pageNum": 120, "leafNum": 132, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0132.jp2&ext=jpg", },
303
+ { "viewable": false, "pageType": "Normal", "pageNum": 121, "leafNum": 133, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0133.jp2&ext=jpg", }
303
304
  ],
304
305
  [
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", }
306
+ { "viewable": false, "pageType": "Normal", "pageNum": 122, "leafNum": 134, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0134.jp2&ext=jpg", },
307
+ { "viewable": false, "pageType": "Normal", "pageNum": 123, "leafNum": 135, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0135.jp2&ext=jpg", }
307
308
  ],
308
309
  [
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", }
310
+ { "viewable": false, "pageType": "Normal", "pageNum": 124, "leafNum": 136, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0136.jp2&ext=jpg", },
311
+ { "viewable": false, "pageType": "Normal", "pageNum": 125, "leafNum": 137, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0137.jp2&ext=jpg", }
311
312
  ],
312
313
  [
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", }
314
+ { "viewable": false, "pageType": "Normal", "pageNum": 126, "leafNum": 138, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0138.jp2&ext=jpg", },
315
+ { "viewable": false, "pageType": "Normal", "pageNum": 127, "leafNum": 139, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0139.jp2&ext=jpg", }
315
316
  ],
316
317
  [
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", }
318
+ { "viewable": false, "pageType": "Normal", "pageNum": 128, "leafNum": 140, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0140.jp2&ext=jpg", },
319
+ { "viewable": false, "pageType": "Normal", "pageNum": 129, "leafNum": 141, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0141.jp2&ext=jpg", }
319
320
  ],
320
321
  [
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", }
322
+ { "viewable": false, "pageType": "Normal", "pageNum": 130, "leafNum": 142, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0142.jp2&ext=jpg", },
323
+ { "viewable": false, "pageType": "Normal", "pageNum": 131, "leafNum": 143, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0143.jp2&ext=jpg", }
323
324
  ],
324
325
  [
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", }
326
+ { "viewable": false, "pageType": "Normal", "pageNum": 132, "leafNum": 144, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0144.jp2&ext=jpg", },
327
+ { "viewable": false, "pageType": "Normal", "pageNum": 133, "leafNum": 145, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0145.jp2&ext=jpg", }
327
328
  ],
328
329
  [
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", }
330
+ { "viewable": false, "pageType": "Normal", "pageNum": 134, "leafNum": 146, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0146.jp2&ext=jpg", },
331
+ { "viewable": false, "pageType": "Normal", "pageNum": 135, "leafNum": 147, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0147.jp2&ext=jpg", }
331
332
  ],
332
333
  [
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", }
334
+ { "viewable": false, "pageType": "Normal", "pageNum": 136, "leafNum": 148, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0148.jp2&ext=jpg", },
335
+ { "viewable": false, "pageType": "Normal", "pageNum": 137, "leafNum": 149, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0149.jp2&ext=jpg", }
335
336
  ],
336
337
  [
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", }
338
+ { "viewable": false, "pageType": "Normal", "pageNum": 138, "leafNum": 150, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0150.jp2&ext=jpg", },
339
+ { "viewable": false, "pageType": "Normal", "pageNum": 139, "leafNum": 151, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0151.jp2&ext=jpg", }
339
340
  ],
340
341
  [
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", }
342
+ { "viewable": false, "pageType": "Normal", "pageNum": 140, "leafNum": 152, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0152.jp2&ext=jpg", },
343
+ { "viewable": false, "pageType": "Normal", "pageNum": 141, "leafNum": 153, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0153.jp2&ext=jpg", }
343
344
  ],
344
345
  [
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", }
346
+ { "viewable": false, "pageType": "Normal", "pageNum": 142, "leafNum": 154, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0154.jp2&ext=jpg", },
347
+ { "viewable": false, "pageType": "Normal", "pageNum": 143, "leafNum": 155, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0155.jp2&ext=jpg", }
347
348
  ],
348
349
  [
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", }
350
+ { "viewable": false, "pageType": "Normal", "pageNum": 144, "leafNum": 156, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0156.jp2&ext=jpg", },
351
+ { "viewable": false, "pageType": "Normal", "pageNum": 145, "leafNum": 157, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0157.jp2&ext=jpg", }
351
352
  ],
352
353
  [
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", }
354
+ { "viewable": false, "pageType": "Normal", "pageNum": 146, "leafNum": 158, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0158.jp2&ext=jpg", },
355
+ { "viewable": false, "pageType": "Normal", "pageNum": 147, "leafNum": 159, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0159.jp2&ext=jpg", }
355
356
  ],
356
357
  [
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", }
358
+ { "viewable": false, "pageType": "Normal", "pageNum": 148, "leafNum": 160, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0160.jp2&ext=jpg", },
359
+ { "viewable": false, "pageType": "Normal", "pageNum": 149, "leafNum": 161, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0161.jp2&ext=jpg", }
359
360
  ],
360
361
  [
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", }
362
+ { "viewable": false, "pageType": "Normal", "pageNum": 150, "leafNum": 162, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0162.jp2&ext=jpg", },
363
+ { "viewable": false, "pageType": "Normal", "pageNum": 151, "leafNum": 163, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0163.jp2&ext=jpg", }
363
364
  ],
364
365
  [
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", }
366
+ { "viewable": false, "pageType": "Normal", "pageNum": 152, "leafNum": 164, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0164.jp2&ext=jpg", },
367
+ { "viewable": false, "pageType": "Normal", "pageNum": 153, "leafNum": 165, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0165.jp2&ext=jpg", }
367
368
  ],
368
369
  [
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", }
370
+ { "viewable": false, "pageType": "Normal", "pageNum": 154, "leafNum": 166, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0166.jp2&ext=jpg", },
371
+ { "viewable": false, "pageType": "Normal", "pageNum": 155, "leafNum": 167, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0167.jp2&ext=jpg", }
371
372
  ],
372
373
  [
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", }
374
+ { "viewable": false, "pageType": "Normal", "pageNum": 156, "leafNum": 168, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0168.jp2&ext=jpg", },
375
+ { "viewable": false, "pageType": "Normal", "pageNum": 157, "leafNum": 169, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0169.jp2&ext=jpg", }
375
376
  ],
376
377
  [
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", }
378
+ { "viewable": false, "pageType": "Normal", "pageNum": 158, "leafNum": 170, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0170.jp2&ext=jpg", },
379
+ { "viewable": false, "pageType": "Normal", "pageNum": 159, "leafNum": 171, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0171.jp2&ext=jpg", }
379
380
  ],
380
381
  [
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", }
382
+ { "viewable": false, "pageType": "Normal", "pageNum": 160, "leafNum": 172, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0172.jp2&ext=jpg", },
383
+ { "viewable": false, "pageType": "Normal", "pageNum": 161, "leafNum": 173, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0173.jp2&ext=jpg", }
383
384
  ],
384
385
  [
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", }
386
+ { "viewable": false, "pageType": "Normal", "pageNum": 162, "leafNum": 174, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0174.jp2&ext=jpg", },
387
+ { "viewable": false, "pageType": "Normal", "pageNum": 163, "leafNum": 175, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0175.jp2&ext=jpg", }
387
388
  ],
388
389
  [
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", }
390
+ { "viewable": false, "pageType": "Normal", "pageNum": 164, "leafNum": 176, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0176.jp2&ext=jpg", },
391
+ { "viewable": false, "pageType": "Normal", "pageNum": 165, "leafNum": 177, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0177.jp2&ext=jpg", }
391
392
  ],
392
393
  [
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", }
394
+ { "viewable": false, "pageType": "Normal", "pageNum": 166, "leafNum": 178, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0178.jp2&ext=jpg", },
395
+ { "viewable": false, "pageType": "Normal", "pageNum": 167, "leafNum": 179, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0179.jp2&ext=jpg", }
395
396
  ],
396
397
  [
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", }
398
+ { "viewable": false, "pageType": "Normal", "pageNum": 168, "leafNum": 180, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0180.jp2&ext=jpg", },
399
+ { "viewable": false, "pageType": "Normal", "pageNum": 169, "leafNum": 181, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0181.jp2&ext=jpg", }
399
400
  ],
400
401
  [
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", }
402
+ { "viewable": false, "pageType": "Normal", "pageNum": 170, "leafNum": 182, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0182.jp2&ext=jpg", },
403
+ { "viewable": false, "pageType": "Normal", "pageNum": 171, "leafNum": 183, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0183.jp2&ext=jpg", }
403
404
  ],
404
405
  [
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", }
406
+ { "viewable": false, "pageType": "Normal", "pageNum": 172, "leafNum": 184, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0184.jp2&ext=jpg", },
407
+ { "viewable": false, "pageType": "Normal", "pageNum": 173, "leafNum": 185, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0185.jp2&ext=jpg", }
407
408
  ],
408
409
  [
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", }
410
+ { "viewable": false, "pageType": "Normal", "pageNum": 174, "leafNum": 186, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0186.jp2&ext=jpg", },
411
+ { "viewable": false, "pageType": "Normal", "pageNum": 175, "leafNum": 187, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0187.jp2&ext=jpg", }
411
412
  ],
412
413
  [
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", }
414
+ { "viewable": false, "pageType": "Normal", "pageNum": 176, "leafNum": 188, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0188.jp2&ext=jpg", },
415
+ { "viewable": false, "pageType": "Normal", "pageNum": 177, "leafNum": 189, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0189.jp2&ext=jpg", }
415
416
  ],
416
417
  [
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", }
418
+ { "viewable": false, "pageType": "Normal", "pageNum": 178, "leafNum": 190, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0190.jp2&ext=jpg", },
419
+ { "viewable": false, "pageType": "Normal", "pageNum": 179, "leafNum": 191, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0191.jp2&ext=jpg", }
419
420
  ],
420
421
  [
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", }
422
+ { "viewable": false, "pageType": "Normal", "pageNum": 180, "leafNum": 192, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0192.jp2&ext=jpg", },
423
+ { "viewable": false, "pageType": "Normal", "pageNum": 181, "leafNum": 193, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0193.jp2&ext=jpg", }
423
424
  ],
424
425
  [
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", }
426
+ { "viewable": false, "pageType": "Normal", "pageNum": 182, "leafNum": 194, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0194.jp2&ext=jpg", },
427
+ { "viewable": false, "pageType": "Normal", "pageNum": 183, "leafNum": 195, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0195.jp2&ext=jpg", }
427
428
  ],
428
429
  [
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", }
430
+ { "viewable": false, "pageType": "Normal", "pageNum": 184, "leafNum": 196, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0196.jp2&ext=jpg", },
431
+ { "viewable": false, "pageType": "Normal", "pageNum": 185, "leafNum": 197, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0197.jp2&ext=jpg", }
431
432
  ],
432
433
  [
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", }
434
+ { "viewable": false, "pageType": "Normal", "pageNum": 186, "leafNum": 198, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0198.jp2&ext=jpg", },
435
+ { "viewable": false, "pageType": "Normal", "pageNum": 187, "leafNum": 199, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0199.jp2&ext=jpg", }
435
436
  ],
436
437
  [
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", }
438
+ { "viewable": false, "pageType": "Normal", "pageNum": 188, "leafNum": 200, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0200.jp2&ext=jpg", },
439
+ { "viewable": false, "pageType": "Normal", "pageNum": 189, "leafNum": 201, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0201.jp2&ext=jpg", }
439
440
  ],
440
441
  [
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", }
442
+ { "viewable": false, "pageType": "Normal", "pageNum": 190, "leafNum": 202, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0202.jp2&ext=jpg", },
443
+ { "viewable": false, "pageType": "Normal", "pageNum": 191, "leafNum": 203, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0203.jp2&ext=jpg", }
443
444
  ],
444
445
  [
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", }
446
+ { "viewable": false, "pageType": "Normal", "pageNum": 192, "leafNum": 204, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0204.jp2&ext=jpg", },
447
+ { "viewable": false, "pageType": "Normal", "pageNum": 193, "leafNum": 205, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0205.jp2&ext=jpg", }
447
448
  ],
448
449
  [
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", }
450
+ { "viewable": false, "pageType": "Normal", "pageNum": 194, "leafNum": 206, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0206.jp2&ext=jpg", },
451
+ { "viewable": false, "pageType": "Normal", "pageNum": 195, "leafNum": 207, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0207.jp2&ext=jpg", }
451
452
  ],
452
453
  [
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", }
454
+ { "viewable": false, "pageType": "Normal", "pageNum": 196, "leafNum": 208, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0208.jp2&ext=jpg", },
455
+ { "viewable": false, "pageType": "Normal", "pageNum": 197, "leafNum": 209, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0209.jp2&ext=jpg", }
455
456
  ],
456
457
  [
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", }
458
+ { "viewable": false, "pageType": "Normal", "pageNum": 198, "leafNum": 210, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0210.jp2&ext=jpg", },
459
+ { "viewable": false, "pageType": "Normal", "pageNum": 199, "leafNum": 211, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0211.jp2&ext=jpg", }
459
460
  ],
460
461
  [
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", }
462
+ { "viewable": false, "pageType": "Normal", "pageNum": 200, "leafNum": 212, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0212.jp2&ext=jpg", },
463
+ { "viewable": false, "pageType": "Normal", "pageNum": 201, "leafNum": 213, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0213.jp2&ext=jpg", }
463
464
  ],
464
465
  [
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", }
466
+ { "viewable": false, "pageType": "Normal", "pageNum": 202, "leafNum": 214, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0214.jp2&ext=jpg", },
467
+ { "viewable": false, "pageType": "Normal", "pageNum": 203, "leafNum": 215, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0215.jp2&ext=jpg", }
467
468
  ],
468
469
  [
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", }
470
+ { "viewable": false, "pageType": "Normal", "pageNum": 204, "leafNum": 216, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0216.jp2&ext=jpg", },
471
+ { "viewable": false, "pageType": "Normal", "pageNum": 205, "leafNum": 217, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0217.jp2&ext=jpg", }
471
472
  ],
472
473
  [
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", }
474
+ { "viewable": false, "pageType": "Normal", "pageNum": 206, "leafNum": 218, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0218.jp2&ext=jpg", },
475
+ { "viewable": false, "pageType": "Normal", "pageNum": 207, "leafNum": 219, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0219.jp2&ext=jpg", }
475
476
  ],
476
477
  [
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", }
478
+ { "viewable": false, "pageType": "Normal", "pageNum": 208, "leafNum": 220, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0220.jp2&ext=jpg", },
479
+ { "viewable": false, "pageType": "Normal", "pageNum": 209, "leafNum": 221, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0221.jp2&ext=jpg", }
479
480
  ],
480
481
  [
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", }
482
+ { "viewable": false, "pageType": "Normal", "pageNum": 210, "leafNum": 222, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0222.jp2&ext=jpg", },
483
+ { "viewable": false, "pageType": "Normal", "pageNum": 211, "leafNum": 223, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0223.jp2&ext=jpg", }
483
484
  ],
484
485
  [
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", }
486
+ { "viewable": false, "pageType": "Normal", "pageNum": 212, "leafNum": 224, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0224.jp2&ext=jpg", },
487
+ { "viewable": false, "pageType": "Normal", "pageNum": 213, "leafNum": 225, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0225.jp2&ext=jpg", }
487
488
  ],
488
489
  [
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", }
490
+ { "viewable": false, "pageType": "Normal", "pageNum": 214, "leafNum": 226, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0226.jp2&ext=jpg", },
491
+ { "viewable": false, "pageType": "Normal", "pageNum": 215, "leafNum": 227, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0227.jp2&ext=jpg", }
491
492
  ],
492
493
  [
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", }
494
+ { "viewable": false, "pageType": "Normal", "pageNum": 216, "leafNum": 228, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0228.jp2&ext=jpg", },
495
+ { "viewable": false, "pageType": "Normal", "pageNum": 217, "leafNum": 229, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0229.jp2&ext=jpg", }
495
496
  ],
496
497
  [
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", }
498
+ { "viewable": false, "pageType": "Normal", "pageNum": 218, "leafNum": 230, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0230.jp2&ext=jpg", },
499
+ { "viewable": false, "pageType": "Normal", "pageNum": 219, "leafNum": 231, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0231.jp2&ext=jpg", }
499
500
  ],
500
501
  [
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", }
502
+ { "viewable": false, "pageType": "Normal", "pageNum": 220, "leafNum": 232, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0232.jp2&ext=jpg", },
503
+ { "viewable": false, "pageType": "Normal", "pageNum": 221, "leafNum": 233, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0233.jp2&ext=jpg", }
503
504
  ],
504
505
  [
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", }
506
+ { "viewable": false, "pageType": "Normal", "pageNum": 222, "leafNum": 234, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0234.jp2&ext=jpg", },
507
+ { "viewable": false, "pageType": "Normal", "pageNum": 223, "leafNum": 235, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0235.jp2&ext=jpg", }
507
508
  ],
508
509
  [
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", }
510
+ { "viewable": false, "pageType": "Normal", "pageNum": 224, "leafNum": 236, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0236.jp2&ext=jpg", },
511
+ { "viewable": false, "pageType": "Normal", "pageNum": 225, "leafNum": 237, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0237.jp2&ext=jpg", }
511
512
  ],
512
513
  [
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", }
514
+ { "viewable": false, "pageType": "Normal", "pageNum": 226, "leafNum": 238, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0238.jp2&ext=jpg", },
515
+ { "viewable": false, "pageType": "Normal", "pageNum": 227, "leafNum": 239, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0239.jp2&ext=jpg", }
515
516
  ],
516
517
  [
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", }
518
+ { "viewable": false, "pageType": "Normal", "pageNum": 228, "leafNum": 240, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0240.jp2&ext=jpg", },
519
+ { "viewable": false, "pageType": "Normal", "pageNum": 229, "leafNum": 241, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0241.jp2&ext=jpg", }
519
520
  ],
520
521
  [
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", }
522
+ { "viewable": false, "pageType": "Normal", "pageNum": 230, "leafNum": 242, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0242.jp2&ext=jpg", },
523
+ { "viewable": false, "pageType": "Normal", "pageNum": 231, "leafNum": 243, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0243.jp2&ext=jpg", }
523
524
  ],
524
525
  [
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", }
526
+ { "viewable": false, "pageType": "Normal", "pageNum": 232, "leafNum": 244, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0244.jp2&ext=jpg", },
527
+ { "viewable": false, "pageType": "Normal", "pageNum": 233, "leafNum": 245, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0245.jp2&ext=jpg", }
527
528
  ],
528
529
  [
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", }
530
+ { "viewable": false, "pageType": "Normal", "pageNum": 234, "leafNum": 246, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0246.jp2&ext=jpg", },
531
+ { "viewable": false, "pageType": "Normal", "pageNum": 235, "leafNum": 247, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0247.jp2&ext=jpg", }
531
532
  ],
532
533
  [
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", }
534
+ { "viewable": false, "pageType": "Normal", "pageNum": 236, "leafNum": 248, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0248.jp2&ext=jpg", },
535
+ { "viewable": false, "pageType": "Normal", "pageNum": 237, "leafNum": 249, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0249.jp2&ext=jpg", }
535
536
  ],
536
537
  [
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", }
538
+ { "viewable": false, "pageType": "Normal", "pageNum": 238, "leafNum": 250, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0250.jp2&ext=jpg", },
539
+ { "viewable": false, "pageType": "Normal", "pageNum": 239, "leafNum": 251, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0251.jp2&ext=jpg", }
539
540
  ],
540
541
  [
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", }
542
+ { "viewable": false, "pageType": "Normal", "pageNum": 240, "leafNum": 252, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0252.jp2&ext=jpg", },
543
+ { "viewable": false, "pageType": "Normal", "pageNum": 241, "leafNum": 253, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0253.jp2&ext=jpg", }
543
544
  ],
544
545
  [
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", }
546
+ { "viewable": false, "pageType": "Normal", "pageNum": 242, "leafNum": 254, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0254.jp2&ext=jpg", },
547
+ { "viewable": false, "pageType": "Normal", "pageNum": 243, "leafNum": 255, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0255.jp2&ext=jpg", }
547
548
  ],
548
549
  [
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", }
550
+ { "viewable": false, "pageType": "Normal", "pageNum": 244, "leafNum": 256, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0256.jp2&ext=jpg", },
551
+ { "viewable": false, "pageType": "Normal", "pageNum": 245, "leafNum": 257, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0257.jp2&ext=jpg", }
551
552
  ],
552
553
  [
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", }
554
+ { "viewable": false, "pageType": "Normal", "pageNum": 246, "leafNum": 258, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0258.jp2&ext=jpg", },
555
+ { "viewable": false, "pageType": "Normal", "pageNum": 247, "leafNum": 259, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0259.jp2&ext=jpg", }
555
556
  ],
556
557
  [
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", }
558
+ { "viewable": false, "pageType": "Normal", "pageNum": 248, "leafNum": 260, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0260.jp2&ext=jpg", },
559
+ { "viewable": false, "pageType": "Normal", "pageNum": 249, "leafNum": 261, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0261.jp2&ext=jpg", }
559
560
  ],
560
561
  [
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", }
562
+ { "viewable": false, "pageType": "Normal", "pageNum": 250, "leafNum": 262, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0262.jp2&ext=jpg", },
563
+ { "viewable": false, "pageType": "Normal", "pageNum": 251, "leafNum": 263, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0263.jp2&ext=jpg", }
563
564
  ],
564
565
  [
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", }
566
+ { "viewable": false, "pageType": "Normal", "pageNum": 252, "leafNum": 264, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0264.jp2&ext=jpg", },
567
+ { "viewable": false, "pageType": "Normal", "pageNum": 253, "leafNum": 265, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0265.jp2&ext=jpg", }
567
568
  ],
568
569
  [
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", }
570
+ { "viewable": false, "pageType": "Normal", "pageNum": 254, "leafNum": 266, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0266.jp2&ext=jpg", },
571
+ { "viewable": false, "pageType": "Normal", "pageNum": 255, "leafNum": 267, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0267.jp2&ext=jpg", }
571
572
  ],
572
573
  [
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", }
574
+ { "viewable": false, "pageType": "Normal", "pageNum": 256, "leafNum": 268, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0268.jp2&ext=jpg", },
575
+ { "viewable": false, "pageType": "Normal", "pageNum": 257, "leafNum": 269, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0269.jp2&ext=jpg", }
575
576
  ],
576
577
  [
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", }
578
+ { "viewable": false, "pageType": "Normal", "pageNum": 258, "leafNum": 270, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0270.jp2&ext=jpg", },
579
+ { "viewable": false, "pageType": "Normal", "pageNum": 259, "leafNum": 271, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0271.jp2&ext=jpg", }
579
580
  ],
580
581
  [
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", }
582
+ { "viewable": false, "pageType": "Normal", "pageNum": 260, "leafNum": 272, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0272.jp2&ext=jpg", },
583
+ { "viewable": false, "pageType": "Normal", "pageNum": 261, "leafNum": 273, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0273.jp2&ext=jpg", }
583
584
  ],
584
585
  [
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", }
586
+ { "viewable": false, "pageType": "Normal", "pageNum": 262, "leafNum": 274, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0274.jp2&ext=jpg", },
587
+ { "viewable": false, "pageType": "Normal", "pageNum": 263, "leafNum": 275, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0275.jp2&ext=jpg", }
587
588
  ],
588
589
  [
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", }
590
+ { "viewable": false, "pageType": "Normal", "pageNum": 264, "leafNum": 276, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0276.jp2&ext=jpg", },
591
+ { "viewable": false, "pageType": "Normal", "pageNum": 265, "leafNum": 277, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0277.jp2&ext=jpg", }
591
592
  ],
592
593
  [
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", }
594
+ { "viewable": false, "pageType": "Normal", "pageNum": 266, "leafNum": 278, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0278.jp2&ext=jpg", },
595
+ { "viewable": false, "pageType": "Normal", "pageNum": 267, "leafNum": 279, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0279.jp2&ext=jpg", }
595
596
  ],
596
597
  [
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", }
598
+ { "viewable": false, "pageType": "Normal", "pageNum": 268, "leafNum": 280, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0280.jp2&ext=jpg", },
599
+ { "viewable": false, "pageType": "Normal", "pageNum": 269, "leafNum": 281, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0281.jp2&ext=jpg", }
599
600
  ],
600
601
  [
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", }
602
+ { "viewable": false, "pageType": "Normal", "pageNum": 270, "leafNum": 282, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0282.jp2&ext=jpg", },
603
+ { "viewable": false, "pageType": "Normal", "pageNum": 271, "leafNum": 283, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0283.jp2&ext=jpg", }
603
604
  ],
604
605
  [
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", }
606
+ { "viewable": false, "pageType": "Normal", "pageNum": 272, "leafNum": 284, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0284.jp2&ext=jpg", },
607
+ { "viewable": false, "pageType": "Normal", "pageNum": 273, "leafNum": 285, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0285.jp2&ext=jpg", }
607
608
  ],
608
609
  [
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", }
610
+ { "viewable": false, "pageType": "Normal", "pageNum": 274, "leafNum": 286, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0286.jp2&ext=jpg", },
611
+ { "viewable": false, "pageType": "Normal", "pageNum": 275, "leafNum": 287, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0287.jp2&ext=jpg", }
611
612
  ],
612
613
  [
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", }
614
+ { "viewable": false, "pageType": "Normal", "pageNum": 276, "leafNum": 288, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0288.jp2&ext=jpg", },
615
+ { "viewable": false, "pageType": "Normal", "pageNum": 277, "leafNum": 289, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0289.jp2&ext=jpg", }
615
616
  ],
616
617
  [
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", }
618
+ { "viewable": false, "pageType": "Normal", "pageNum": 278, "leafNum": 290, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0290.jp2&ext=jpg", },
619
+ { "viewable": false, "pageType": "Normal", "pageNum": 279, "leafNum": 291, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0291.jp2&ext=jpg", }
619
620
  ],
620
621
  [
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", }
622
+ { "viewable": false, "pageType": "Normal", "pageNum": 280, "leafNum": 292, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0292.jp2&ext=jpg", },
623
+ { "viewable": false, "pageType": "Normal", "pageNum": 281, "leafNum": 293, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0293.jp2&ext=jpg", }
623
624
  ],
624
625
  [
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", }
626
+ { "viewable": false, "pageType": "Normal", "pageNum": 282, "leafNum": 294, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0294.jp2&ext=jpg", },
627
+ { "viewable": false, "pageType": "Normal", "pageNum": 283, "leafNum": 295, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0295.jp2&ext=jpg", }
627
628
  ],
628
629
  [
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", }
630
+ { "viewable": false, "pageType": "Normal", "pageNum": 284, "leafNum": 296, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0296.jp2&ext=jpg", },
631
+ { "viewable": false, "pageType": "Normal", "pageNum": 285, "leafNum": 297, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0297.jp2&ext=jpg", }
631
632
  ],
632
633
  [
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", }
634
+ { "viewable": false, "pageType": "Normal", "pageNum": 286, "leafNum": 298, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0298.jp2&ext=jpg", },
635
+ { "viewable": false, "pageType": "Normal", "pageNum": 287, "leafNum": 299, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0299.jp2&ext=jpg", }
635
636
  ],
636
637
  [
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", }
638
+ { "viewable": false, "pageType": "Normal", "pageNum": 288, "leafNum": 300, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0300.jp2&ext=jpg", },
639
+ { "viewable": false, "pageType": "Normal", "pageNum": 289, "leafNum": 301, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0301.jp2&ext=jpg", }
639
640
  ],
640
641
  [
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", }
642
+ { "viewable": false, "pageType": "Normal", "pageNum": 290, "leafNum": 302, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0302.jp2&ext=jpg", },
643
+ { "viewable": false, "pageType": "Normal", "pageNum": 291, "leafNum": 303, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0303.jp2&ext=jpg", }
643
644
  ],
644
645
  [
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", }
646
+ { "viewable": false, "pageType": "Normal", "pageNum": 292, "leafNum": 304, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0304.jp2&ext=jpg", },
647
+ { "viewable": false, "pageType": "Normal", "pageNum": 293, "leafNum": 305, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0305.jp2&ext=jpg", }
647
648
  ],
648
649
  [
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", }
650
+ { "viewable": false, "pageType": "Normal", "pageNum": 294, "leafNum": 306, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0306.jp2&ext=jpg", },
651
+ { "viewable": false, "pageType": "Normal", "pageNum": 295, "leafNum": 307, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0307.jp2&ext=jpg", }
651
652
  ],
652
653
  [
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", }
654
+ { "viewable": false, "pageType": "Normal", "pageNum": 296, "leafNum": 308, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0308.jp2&ext=jpg", },
655
+ { "viewable": false, "pageType": "Normal", "pageNum": 297, "leafNum": 309, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0309.jp2&ext=jpg", }
655
656
  ],
656
657
  [
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", }
658
+ { "viewable": false, "pageType": "Normal", "pageNum": 298, "leafNum": 310, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0310.jp2&ext=jpg", },
659
+ { "viewable": false, "pageType": "Normal", "pageNum": 299, "leafNum": 311, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0311.jp2&ext=jpg", }
659
660
  ],
660
661
  [
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", }
662
+ { "viewable": false, "pageType": "Normal", "pageNum": 300, "leafNum": 312, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0312.jp2&ext=jpg", },
663
+ { "viewable": false, "pageType": "Normal", "pageNum": 301, "leafNum": 313, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0313.jp2&ext=jpg", }
663
664
  ],
664
665
  [
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", }
666
+ { "viewable": false, "pageType": "Normal", "pageNum": 302, "leafNum": 314, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0314.jp2&ext=jpg", },
667
+ { "viewable": false, "pageType": "Normal", "pageNum": 303, "leafNum": 315, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0315.jp2&ext=jpg", }
667
668
  ],
668
669
  [
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", }
670
+ { "viewable": false, "pageType": "Normal", "pageNum": 304, "leafNum": 316, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0316.jp2&ext=jpg", },
671
+ { "viewable": false, "pageType": "Normal", "pageNum": 305, "leafNum": 317, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0317.jp2&ext=jpg", }
671
672
  ],
672
673
  [
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", }
674
+ { "viewable": false, "pageType": "Normal", "pageNum": 306, "leafNum": 318, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0318.jp2&ext=jpg", },
675
+ { "viewable": false, "pageType": "Normal", "pageNum": 307, "leafNum": 319, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0319.jp2&ext=jpg", }
675
676
  ],
676
677
  [
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", }
678
+ { "viewable": false, "pageType": "Normal", "pageNum": 308, "leafNum": 320, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0320.jp2&ext=jpg", },
679
+ { "viewable": false, "pageType": "Normal", "pageNum": 309, "leafNum": 321, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0321.jp2&ext=jpg", }
679
680
  ],
680
681
  [
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", }
682
+ { "viewable": false, "pageType": "Normal", "pageNum": 310, "leafNum": 322, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0322.jp2&ext=jpg", },
683
+ { "viewable": false, "pageType": "Normal", "pageNum": 311, "leafNum": 323, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0323.jp2&ext=jpg", }
683
684
  ],
684
685
  [
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", }
686
+ { "viewable": false, "pageType": "Normal", "pageNum": 312, "leafNum": 324, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0324.jp2&ext=jpg", },
687
+ { "viewable": false, "pageType": "Normal", "pageNum": 313, "leafNum": 325, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0325.jp2&ext=jpg", }
687
688
  ],
688
689
  [
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", }
690
+ { "viewable": false, "pageType": "Normal", "pageNum": 314, "leafNum": 326, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0326.jp2&ext=jpg", },
691
+ { "viewable": false, "pageType": "Normal", "pageNum": 315, "leafNum": 327, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0327.jp2&ext=jpg", }
691
692
  ],
692
693
  [
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", }
694
+ { "viewable": false, "pageType": "Normal", "pageNum": 316, "leafNum": 328, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0328.jp2&ext=jpg", },
695
+ { "viewable": false, "pageType": "Normal", "pageNum": 317, "leafNum": 329, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0329.jp2&ext=jpg", }
695
696
  ],
696
697
  [
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", }
698
+ { "viewable": false, "pageType": "Normal", "pageNum": 318, "leafNum": 330, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0330.jp2&ext=jpg", },
699
+ { "viewable": false, "pageType": "Normal", "pageNum": 319, "leafNum": 331, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0331.jp2&ext=jpg", }
699
700
  ],
700
701
  [
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", }
702
+ { "viewable": false, "pageType": "Normal", "pageNum": 320, "leafNum": 332, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0332.jp2&ext=jpg", },
703
+ { "viewable": false, "pageType": "Normal", "pageNum": 321, "leafNum": 333, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0333.jp2&ext=jpg", }
703
704
  ],
704
705
  [
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", }
706
+ { "viewable": false, "pageType": "Normal", "pageNum": 322, "leafNum": 334, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0334.jp2&ext=jpg", },
707
+ { "viewable": false, "pageType": "Normal", "pageNum": 323, "leafNum": 335, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0335.jp2&ext=jpg", }
707
708
  ],
708
709
  [
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", }
710
+ { "viewable": false, "pageType": "Normal", "pageNum": 324, "leafNum": 336, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0336.jp2&ext=jpg", },
711
+ { "viewable": false, "pageType": "Normal", "pageNum": 325, "leafNum": 337, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0337.jp2&ext=jpg", }
711
712
  ],
712
713
  [
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", }
714
+ { "viewable": false, "pageType": "Normal", "pageNum": 326, "leafNum": 338, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0338.jp2&ext=jpg", },
715
+ { "viewable": false, "pageType": "Normal", "pageNum": 327, "leafNum": 339, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0339.jp2&ext=jpg", }
715
716
  ],
716
717
  [
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", }
718
+ { "viewable": false, "pageType": "Normal", "pageNum": 328, "leafNum": 340, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0340.jp2&ext=jpg", },
719
+ { "viewable": false, "pageType": "Normal", "pageNum": 329, "leafNum": 341, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0341.jp2&ext=jpg", }
719
720
  ],
720
721
  [
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", }
722
+ { "viewable": false, "pageType": "Normal", "pageNum": 330, "leafNum": 342, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0342.jp2&ext=jpg", },
723
+ { "viewable": false, "pageType": "Normal", "pageNum": 331, "leafNum": 343, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0343.jp2&ext=jpg", }
723
724
  ],
724
725
  [
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", }
726
+ { "viewable": false, "pageType": "Normal", "pageNum": 332, "leafNum": 344, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0344.jp2&ext=jpg", },
727
+ { "viewable": false, "pageType": "Normal", "pageNum": 333, "leafNum": 345, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0345.jp2&ext=jpg", }
727
728
  ],
728
729
  [
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", }
730
+ { "viewable": false, "pageType": "Normal", "pageNum": 334, "leafNum": 346, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0346.jp2&ext=jpg", },
731
+ { "viewable": false, "pageType": "Normal", "pageNum": 335, "leafNum": 347, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0347.jp2&ext=jpg", }
731
732
  ],
732
733
  [
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", }
734
+ { "viewable": false, "pageType": "Normal", "pageNum": 336, "leafNum": 348, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0348.jp2&ext=jpg", },
735
+ { "viewable": false, "pageType": "Normal", "pageNum": 337, "leafNum": 349, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0349.jp2&ext=jpg", }
735
736
  ],
736
737
  [
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", }
738
+ { "viewable": false, "pageType": "Normal", "pageNum": 338, "leafNum": 350, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0350.jp2&ext=jpg", },
739
+ { "viewable": false, "pageType": "Normal", "pageNum": 339, "leafNum": 351, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0351.jp2&ext=jpg", }
739
740
  ],
740
741
  [
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", }
742
+ { "viewable": false, "pageType": "Normal", "pageNum": 340, "leafNum": 352, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0352.jp2&ext=jpg", },
743
+ { "viewable": false, "pageType": "Normal", "pageNum": 341, "leafNum": 353, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0353.jp2&ext=jpg", }
743
744
  ],
744
745
  [
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", }
746
+ { "viewable": false, "pageType": "Normal", "pageNum": 342, "leafNum": 354, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0354.jp2&ext=jpg", },
747
+ { "viewable": false, "pageType": "Normal", "pageNum": 343, "leafNum": 355, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0355.jp2&ext=jpg", }
747
748
  ],
748
749
  [
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", }
750
+ { "viewable": false, "pageType": "Normal", "pageNum": 344, "leafNum": 356, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0356.jp2&ext=jpg", },
751
+ { "viewable": false, "pageType": "Normal", "pageNum": 345, "leafNum": 357, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0357.jp2&ext=jpg", }
751
752
  ],
752
753
  [
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", }
754
+ { "viewable": false, "pageType": "Normal", "pageNum": 346, "leafNum": 358, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0358.jp2&ext=jpg", },
755
+ { "viewable": false, "pageType": "Normal", "pageNum": 347, "leafNum": 359, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0359.jp2&ext=jpg", }
755
756
  ],
756
757
  [
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", }
758
+ { "viewable": false, "pageType": "Normal", "pageNum": 348, "leafNum": 360, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0360.jp2&ext=jpg", },
759
+ { "viewable": false, "pageType": "Normal", "pageNum": 349, "leafNum": 361, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0361.jp2&ext=jpg", }
759
760
  ],
760
761
  [
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", }
762
+ { "viewable": false, "pageType": "Normal", "pageNum": 350, "leafNum": 362, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0362.jp2&ext=jpg", },
763
+ { "viewable": false, "pageType": "Normal", "pageNum": 351, "leafNum": 363, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0363.jp2&ext=jpg", }
763
764
  ],
764
765
  [
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", }
766
+ { "viewable": false, "pageType": "Normal", "pageNum": 352, "leafNum": 364, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0364.jp2&ext=jpg", },
767
+ { "viewable": false, "pageType": "Normal", "pageNum": 353, "leafNum": 365, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0365.jp2&ext=jpg", }
767
768
  ],
768
769
  [
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", }
770
+ { "viewable": false, "pageType": "Normal", "pageNum": 354, "leafNum": 366, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0366.jp2&ext=jpg", },
771
+ { "viewable": false, "pageType": "Normal", "pageNum": 355, "leafNum": 367, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0367.jp2&ext=jpg", }
771
772
  ],
772
773
  [
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", }
774
+ { "viewable": false, "pageType": "Normal", "pageNum": 356, "leafNum": 368, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0368.jp2&ext=jpg", },
775
+ { "viewable": false, "pageType": "Normal", "pageNum": 357, "leafNum": 369, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0369.jp2&ext=jpg", }
775
776
  ],
776
777
  [
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", }
778
+ { "viewable": false, "pageType": "Normal", "pageNum": 358, "leafNum": 370, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0370.jp2&ext=jpg", },
779
+ { "viewable": false, "pageType": "Normal", "pageNum": 359, "leafNum": 371, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0371.jp2&ext=jpg", }
779
780
  ],
780
781
  [
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", }
782
+ { "viewable": false, "pageType": "Normal", "pageNum": 360, "leafNum": 372, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0372.jp2&ext=jpg", },
783
+ { "viewable": false, "pageType": "Normal", "pageNum": 361, "leafNum": 373, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0373.jp2&ext=jpg", }
783
784
  ],
784
785
  [
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", }
786
+ { "viewable": false, "pageType": "Normal", "pageNum": 362, "leafNum": 374, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0374.jp2&ext=jpg", },
787
+ { "viewable": false, "pageType": "Normal", "pageNum": 363, "leafNum": 375, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0375.jp2&ext=jpg", }
787
788
  ],
788
789
  [
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", }
790
+ { "viewable": false, "pageType": "Normal", "pageNum": 364, "leafNum": 376, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0376.jp2&ext=jpg", },
791
+ { "viewable": false, "pageType": "Normal", "pageNum": 365, "leafNum": 377, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0377.jp2&ext=jpg", }
791
792
  ],
792
793
  [
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", }
794
+ { "viewable": false, "pageType": "Normal", "pageNum": 366, "leafNum": 378, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0378.jp2&ext=jpg", },
795
+ { "viewable": false, "pageType": "Normal", "pageNum": 367, "leafNum": 379, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0379.jp2&ext=jpg", }
795
796
  ],
796
797
  [
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", }
798
+ { "viewable": false, "pageType": "Normal", "pageNum": 368, "leafNum": 380, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0380.jp2&ext=jpg", },
799
+ { "viewable": false, "pageType": "Normal", "pageNum": 369, "leafNum": 381, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0381.jp2&ext=jpg", }
799
800
  ],
800
801
  [
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", }
802
+ { "viewable": false, "pageType": "Normal", "pageNum": 370, "leafNum": 382, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0382.jp2&ext=jpg", },
803
+ { "viewable": false, "pageType": "Normal", "pageNum": 371, "leafNum": 383, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0383.jp2&ext=jpg", }
803
804
  ],
804
805
  [
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", }
806
+ { "viewable": false, "pageType": "Normal", "pageNum": 372, "leafNum": 384, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0384.jp2&ext=jpg", },
807
+ { "viewable": false, "pageType": "Normal", "pageNum": 373, "leafNum": 385, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0385.jp2&ext=jpg", }
807
808
  ],
808
809
  [
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", }
810
+ { "viewable": false, "pageType": "Normal", "pageNum": 374, "leafNum": 386, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0386.jp2&ext=jpg", },
811
+ { "viewable": false, "pageType": "Normal", "pageNum": 375, "leafNum": 387, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0387.jp2&ext=jpg", }
811
812
  ],
812
813
  [
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", }
814
+ { "viewable": false, "pageType": "Normal", "pageNum": 376, "leafNum": 388, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0388.jp2&ext=jpg", },
815
+ { "viewable": false, "pageType": "Normal", "pageNum": 377, "leafNum": 389, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0389.jp2&ext=jpg", }
815
816
  ],
816
817
  [
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", }
818
+ { "viewable": false, "pageType": "Normal", "pageNum": 378, "leafNum": 390, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0390.jp2&ext=jpg", },
819
+ { "viewable": false, "pageType": "Normal", "pageNum": 379, "leafNum": 391, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0391.jp2&ext=jpg", }
819
820
  ],
820
821
  [
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", }
822
+ { "viewable": false, "pageType": "Normal", "pageNum": 380, "leafNum": 392, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0392.jp2&ext=jpg", },
823
+ { "viewable": false, "pageType": "Normal", "pageNum": 381, "leafNum": 393, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0393.jp2&ext=jpg", }
823
824
  ],
824
825
  [
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", }
826
+ { "viewable": false, "pageType": "Normal", "pageNum": 382, "leafNum": 394, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0394.jp2&ext=jpg", },
827
+ { "viewable": false, "pageType": "Normal", "pageNum": 383, "leafNum": 395, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0395.jp2&ext=jpg", }
827
828
  ],
828
829
  [
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", }
830
+ { "viewable": false, "pageType": "Normal", "pageNum": 384, "leafNum": 396, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0396.jp2&ext=jpg", },
831
+ { "viewable": false, "pageType": "Normal", "pageNum": 385, "leafNum": 397, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0397.jp2&ext=jpg", }
831
832
  ],
832
833
  [
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", }
834
+ { "viewable": false, "pageType": "Normal", "pageNum": 386, "leafNum": 398, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0398.jp2&ext=jpg", },
835
+ { "viewable": false, "pageType": "Normal", "pageNum": 387, "leafNum": 399, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0399.jp2&ext=jpg", }
835
836
  ],
836
837
  [
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", }
838
+ { "viewable": false, "pageType": "Normal", "pageNum": 388, "leafNum": 400, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0400.jp2&ext=jpg", },
839
+ { "viewable": false, "pageType": "Normal", "pageNum": 389, "leafNum": 401, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0401.jp2&ext=jpg", }
839
840
  ],
840
841
  [
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", }
842
+ { "viewable": false, "pageType": "Normal", "pageNum": 390, "leafNum": 402, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0402.jp2&ext=jpg", },
843
+ { "viewable": false, "pageType": "Normal", "pageNum": 391, "leafNum": 403, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0403.jp2&ext=jpg", }
843
844
  ],
844
845
  [
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", }
846
+ { "viewable": false, "pageType": "Normal", "pageNum": 392, "leafNum": 404, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0404.jp2&ext=jpg", },
847
+ { "viewable": false, "pageType": "Normal", "pageNum": 393, "leafNum": 405, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0405.jp2&ext=jpg", }
847
848
  ],
848
849
  [
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", }
850
+ { "viewable": false, "pageType": "Normal", "pageNum": 394, "leafNum": 406, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0406.jp2&ext=jpg", },
851
+ { "viewable": false, "pageType": "Normal", "pageNum": 395, "leafNum": 407, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0407.jp2&ext=jpg", }
851
852
  ],
852
853
  [
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", }
854
+ { "viewable": false, "pageType": "Normal", "pageNum": 396, "leafNum": 408, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0408.jp2&ext=jpg", },
855
+ { "viewable": false, "pageType": "Normal", "pageNum": 397, "leafNum": 409, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0409.jp2&ext=jpg", }
855
856
  ],
856
857
  [
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", }
858
+ { "viewable": false, "pageType": "Normal", "pageNum": 398, "leafNum": 410, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0410.jp2&ext=jpg", },
859
+ { "viewable": false, "pageType": "Normal", "pageNum": 399, "leafNum": 411, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0411.jp2&ext=jpg", }
859
860
  ],
860
861
  [
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", }
862
+ { "viewable": false, "pageType": "Normal", "pageNum": 400, "leafNum": 412, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0412.jp2&ext=jpg", },
863
+ { "viewable": false, "pageType": "Normal", "pageNum": 401, "leafNum": 413, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0413.jp2&ext=jpg", }
863
864
  ],
864
865
  [
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", }
866
+ { "viewable": false, "pageType": "Normal", "pageNum": 402, "leafNum": 414, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0414.jp2&ext=jpg", },
867
+ { "viewable": false, "pageType": "Normal", "pageNum": 403, "leafNum": 415, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0415.jp2&ext=jpg", }
867
868
  ],
868
869
  [
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", }
870
+ { "viewable": false, "pageType": "Normal", "pageNum": 404, "leafNum": 416, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0416.jp2&ext=jpg", },
871
+ { "viewable": false, "pageType": "Normal", "pageNum": 405, "leafNum": 417, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0417.jp2&ext=jpg", }
871
872
  ],
872
873
  [
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", }
874
+ { "viewable": false, "pageType": "Normal", "pageNum": 406, "leafNum": 418, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0418.jp2&ext=jpg", },
875
+ { "viewable": false, "pageType": "Normal", "pageNum": 407, "leafNum": 419, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0419.jp2&ext=jpg", }
875
876
  ],
876
877
  [
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", }
878
+ { "viewable": false, "pageType": "Normal", "pageNum": 408, "leafNum": 420, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0420.jp2&ext=jpg", },
879
+ { "viewable": false, "pageType": "Normal", "pageNum": 409, "leafNum": 421, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0421.jp2&ext=jpg", }
879
880
  ],
880
881
  [
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", }
882
+ { "viewable": false, "pageType": "Normal", "pageNum": 410, "leafNum": 422, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0422.jp2&ext=jpg", },
883
+ { "viewable": false, "pageType": "Normal", "pageNum": 411, "leafNum": 423, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0423.jp2&ext=jpg", }
883
884
  ],
884
885
  [
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", }
886
+ { "viewable": false, "pageType": "Normal", "pageNum": 412, "leafNum": 424, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0424.jp2&ext=jpg", },
887
+ { "viewable": false, "pageType": "Normal", "pageNum": 413, "leafNum": 425, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0425.jp2&ext=jpg", }
887
888
  ],
888
889
  [
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", }
890
+ { "viewable": false, "pageType": "Normal", "pageNum": 414, "leafNum": 426, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0426.jp2&ext=jpg", },
891
+ { "viewable": false, "pageType": "Normal", "pageNum": 415, "leafNum": 427, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0427.jp2&ext=jpg", }
891
892
  ],
892
893
  [
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", }
894
+ { "viewable": false, "pageType": "Normal", "pageNum": 416, "leafNum": 428, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0428.jp2&ext=jpg", },
895
+ { "viewable": false, "pageType": "Normal", "pageNum": 417, "leafNum": 429, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0429.jp2&ext=jpg", }
895
896
  ],
896
897
  [
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", }
898
+ { "viewable": false, "pageType": "Normal", "pageNum": 418, "leafNum": 430, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0430.jp2&ext=jpg", },
899
+ { "viewable": false, "pageType": "Normal", "pageNum": 419, "leafNum": 431, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0431.jp2&ext=jpg", }
899
900
  ],
900
901
  [
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", }
902
+ { "viewable": false, "pageType": "Normal", "pageNum": 420, "leafNum": 432, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0432.jp2&ext=jpg", },
903
+ { "viewable": false, "pageType": "Normal", "pageNum": 421, "leafNum": 433, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0433.jp2&ext=jpg", }
903
904
  ],
904
905
  [
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", }
906
+ { "viewable": false, "pageType": "Normal", "pageNum": 422, "leafNum": 434, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0434.jp2&ext=jpg", },
907
+ { "viewable": false, "pageType": "Normal", "pageNum": 423, "leafNum": 435, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0435.jp2&ext=jpg", }
907
908
  ],
908
909
  [
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", }
910
+ { "viewable": false, "pageType": "Normal", "pageNum": 424, "leafNum": 436, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0436.jp2&ext=jpg", },
911
+ { "viewable": false, "pageType": "Normal", "pageNum": 425, "leafNum": 437, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0437.jp2&ext=jpg", }
911
912
  ],
912
913
  [
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", }
914
+ { "viewable": false, "pageType": "Normal", "pageNum": 426, "leafNum": 438, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0438.jp2&ext=jpg", },
915
+ { "viewable": false, "pageType": "Normal", "pageNum": 427, "leafNum": 439, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0439.jp2&ext=jpg", }
915
916
  ],
916
917
  [
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", }
918
+ { "viewable": false, "pageType": "Normal", "pageNum": 428, "leafNum": 440, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0440.jp2&ext=jpg", },
919
+ { "viewable": false, "pageType": "Normal", "pageNum": 429, "leafNum": 441, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0441.jp2&ext=jpg", }
919
920
  ],
920
921
  [
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", }
922
+ { "viewable": false, "pageType": "Normal", "pageNum": 430, "leafNum": 442, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0442.jp2&ext=jpg", },
923
+ { "viewable": false, "pageType": "Normal", "pageNum": 431, "leafNum": 443, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0443.jp2&ext=jpg", }
923
924
  ],
924
925
  [
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", }
926
+ { "pageType": "Normal", "pageNum": 432, "leafNum": 444, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0444.jp2&reduce=2&ext=jpg", },
927
+ { "viewable": false, "pageType": "Normal", "pageNum": 433, "leafNum": 445, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0445.jp2&reduce=2&ext=jpg", }
927
928
  ],
928
929
  [
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", }
930
+ { "viewable": false, "pageType": "Normal", "pageNum": 434, "leafNum": 446, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0446.jp2&reduce=2&ext=jpg", },
931
+ { "viewable": false, "pageType": "Normal", "pageNum": 435, "leafNum": 447, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0447.jp2&reduce=2&ext=jpg", }
931
932
  ],
932
933
  [
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", }
934
+ { "viewable": false, "pageType": "Normal", "pageNum": 436, "leafNum": 448, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0448.jp2&reduce=2&ext=jpg", },
935
+ { "viewable": false, "pageType": "Normal", "pageNum": 437, "leafNum": 449, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0449.jp2&reduce=2&ext=jpg", }
935
936
  ],
936
937
  [
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", }
938
+ { "viewable": false, "pageType": "Normal", "pageNum": 438, "leafNum": 450, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0450.jp2&reduce=2&ext=jpg", },
939
+ { "viewable": false, "pageType": "Normal", "pageNum": 439, "leafNum": 451, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0451.jp2&reduce=2&ext=jpg", }
939
940
  ],
940
941
  [
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", }
942
+ { "viewable": false, "pageType": "Normal", "pageNum": 440, "leafNum": 452, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0452.jp2&reduce=2&ext=jpg", },
943
+ { "viewable": false, "pageType": "Normal", "pageNum": 441, "leafNum": 453, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0453.jp2&reduce=2&ext=jpg", }
943
944
  ],
944
945
  [
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", }
946
+ { "viewable": false, "pageType": "Normal", "pageNum": 442, "leafNum": 454, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0454.jp2&reduce=2&ext=jpg", },
947
+ { "viewable": false, "pageType": "Normal", "pageNum": 443, "leafNum": 455, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0455.jp2&reduce=2&ext=jpg", }
947
948
  ],
948
949
  [
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", }
950
+ { "viewable": false, "pageType": "Normal", "pageNum": 444, "leafNum": 456, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0456.jp2&reduce=2&ext=jpg", },
951
+ { "viewable": false, "pageType": "Normal", "pageNum": 445, "leafNum": 457, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0457.jp2&reduce=2&ext=jpg", }
951
952
  ],
952
953
  [
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", }
954
+ { "viewable": false, "pageType": "Normal", "pageNum": 446, "leafNum": 458, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0458.jp2&reduce=2&ext=jpg", },
955
+ { "viewable": false, "pageType": "Normal", "pageNum": 447, "leafNum": 459, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0459.jp2&reduce=2&ext=jpg", }
955
956
  ],
956
957
  [
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", }
958
+ { "viewable": false, "pageType": "Normal", "pageNum": 448, "leafNum": 460, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0460.jp2&reduce=2&ext=jpg", },
959
+ { "viewable": false, "pageType": "Normal", "pageNum": 449, "leafNum": 461, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0461.jp2&reduce=2&ext=jpg", }
959
960
  ],
960
961
  [
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", }
962
+ { "viewable": false, "pageType": "Normal", "pageNum": 450, "leafNum": 462, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0462.jp2&reduce=2&ext=jpg", },
963
+ { "viewable": false, "pageType": "Normal", "pageNum": 451, "leafNum": 463, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0463.jp2&reduce=2&ext=jpg", }
963
964
  ],
964
965
  [
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", }
966
+ { "viewable": false, "pageType": "Normal", "pageNum": 452, "leafNum": 464, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0464.jp2&reduce=2&ext=jpg", },
967
+ { "viewable": false, "pageType": "Normal", "pageNum": 453, "leafNum": 465, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0465.jp2&reduce=2&ext=jpg", }
967
968
  ],
968
969
  [
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", }
970
+ { "viewable": false, "pageType": "Normal", "pageNum": 454, "leafNum": 466, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0466.jp2&reduce=2&ext=jpg", },
971
+ { "viewable": false, "pageType": "Normal", "pageNum": 455, "leafNum": 467, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0467.jp2&reduce=2&ext=jpg", }
971
972
  ],
972
973
  [
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", }
974
+ { "viewable": false, "pageType": "Normal", "pageNum": 456, "leafNum": 468, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0468.jp2&reduce=2&ext=jpg", },
975
+ { "viewable": false, "pageType": "Normal", "pageNum": 457, "leafNum": 469, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0469.jp2&reduce=2&ext=jpg", }
975
976
  ],
976
977
  [
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", }
978
+ { "viewable": false, "pageType": "Normal", "pageNum": 458, "leafNum": 470, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0470.jp2&reduce=2&ext=jpg", },
979
+ { "viewable": false, "pageType": "Normal", "pageNum": 459, "leafNum": 471, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0471.jp2&reduce=2&ext=jpg", }
979
980
  ],
980
981
  [
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", }
982
+ { "viewable": false, "pageType": "Normal", "pageNum": 460, "leafNum": 472, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0472.jp2&reduce=2&ext=jpg", },
983
+ { "viewable": false, "pageType": "Normal", "pageNum": 461, "leafNum": 473, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0473.jp2&reduce=2&ext=jpg", }
983
984
  ],
984
985
  [
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", }
986
+ { "viewable": false, "pageType": "Normal", "pageNum": 462, "leafNum": 474, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0474.jp2&reduce=2&ext=jpg", },
987
+ { "viewable": false, "pageType": "Normal", "pageNum": 463, "leafNum": 475, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0475.jp2&reduce=2&ext=jpg", }
987
988
  ],
988
989
  [
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", }
990
+ { "viewable": false, "pageType": "Normal", "pageNum": 464, "leafNum": 476, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0476.jp2&reduce=2&ext=jpg", },
991
+ { "viewable": false, "pageType": "Normal", "pageNum": 465, "leafNum": 477, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0477.jp2&reduce=2&ext=jpg", }
991
992
  ],
992
993
  [
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", }
994
+ { "viewable": false, "pageType": "Normal", "pageNum": 466, "leafNum": 478, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0478.jp2&reduce=2&ext=jpg", },
995
+ { "viewable": false, "pageType": "Normal", "pageNum": 467, "leafNum": 479, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0479.jp2&reduce=2&ext=jpg", }
995
996
  ],
996
997
  [
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", }
998
+ { "viewable": false, "pageType": "Normal", "pageNum": 468, "leafNum": 480, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0480.jp2&reduce=2&ext=jpg", },
999
+ { "viewable": false, "pageType": "Normal", "pageNum": 469, "leafNum": 481, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0481.jp2&reduce=2&ext=jpg", }
999
1000
  ],
1000
1001
  [
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", }
1002
+ { "viewable": false, "pageType": "Normal", "pageNum": 470, "leafNum": 482, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0482.jp2&reduce=2&ext=jpg", },
1003
+ { "viewable": false, "pageType": "Normal", "pageNum": 471, "leafNum": 483, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0483.jp2&reduce=2&ext=jpg", }
1003
1004
  ],
1004
1005
  [
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", }
1006
+ { "viewable": false, "pageType": "Normal", "pageNum": 472, "leafNum": 484, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0484.jp2&reduce=2&ext=jpg", },
1007
+ { "viewable": false, "pageType": "Normal", "pageNum": 473, "leafNum": 485, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0485.jp2&reduce=2&ext=jpg", }
1007
1008
  ],
1008
1009
  [
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", }
1010
+ { "viewable": false, "pageType": "Normal", "pageNum": 474, "leafNum": 486, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0486.jp2&reduce=2&ext=jpg", },
1011
+ { "viewable": false, "pageType": "Normal", "pageNum": 475, "leafNum": 487, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0487.jp2&reduce=2&ext=jpg", }
1011
1012
  ],
1012
1013
  [
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", }
1014
+ { "viewable": false, "pageType": "Normal", "pageNum": 476, "leafNum": 488, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0488.jp2&reduce=2&ext=jpg", },
1015
+ { "viewable": false, "pageType": "Normal", "pageNum": 477, "leafNum": 489, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0489.jp2&reduce=2&ext=jpg", }
1015
1016
  ],
1016
1017
  [
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", }
1018
+ { "viewable": false, "pageType": "Normal", "pageNum": 478, "leafNum": 490, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0490.jp2&reduce=2&ext=jpg", },
1019
+ { "viewable": false, "pageType": "Normal", "pageNum": 479, "leafNum": 491, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0491.jp2&reduce=2&ext=jpg", }
1019
1020
  ],
1020
1021
  [
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", }
1022
+ { "viewable": false, "pageType": "Normal", "pageNum": 480, "leafNum": 492, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0492.jp2&reduce=2&ext=jpg", },
1023
+ { "viewable": false, "pageType": "Normal", "pageNum": 481, "leafNum": 493, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0493.jp2&reduce=2&ext=jpg", }
1023
1024
  ],
1024
1025
  [
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", }
1026
+ { "viewable": false, "pageType": "Normal", "pageNum": 482, "leafNum": 494, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0494.jp2&reduce=2&ext=jpg", },
1027
+ { "viewable": false, "pageType": "Normal", "pageNum": 483, "leafNum": 495, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0495.jp2&reduce=2&ext=jpg", }
1027
1028
  ],
1028
1029
  [
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", }
1030
+ { "viewable": false, "pageType": "Normal", "pageNum": 484, "leafNum": 496, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0496.jp2&reduce=2&ext=jpg", },
1031
+ { "viewable": false, "pageType": "Normal", "pageNum": 485, "leafNum": 497, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0497.jp2&reduce=2&ext=jpg", }
1031
1032
  ],
1032
1033
  [
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", }
1034
+ { "viewable": false, "pageType": "Normal", "pageNum": 486, "leafNum": 498, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0498.jp2&reduce=2&ext=jpg", },
1035
+ { "viewable": false, "pageType": "Normal", "pageNum": 487, "leafNum": 499, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0499.jp2&reduce=2&ext=jpg", }
1035
1036
  ],
1036
1037
  [
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", }
1038
+ { "viewable": false, "pageType": "Normal", "pageNum": 488, "leafNum": 500, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0500.jp2&reduce=2&ext=jpg", },
1039
+ { "viewable": false, "pageType": "Normal", "pageNum": 489, "leafNum": 501, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0501.jp2&reduce=2&ext=jpg", }
1039
1040
  ],
1040
1041
  [
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", }
1042
+ { "viewable": false, "pageType": "Normal", "pageNum": 490, "leafNum": 502, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0502.jp2&reduce=2&ext=jpg", },
1043
+ { "viewable": false, "pageType": "Normal", "pageNum": 491, "leafNum": 503, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0503.jp2&reduce=2&ext=jpg", }
1043
1044
  ],
1044
1045
  [
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", }
1046
+ { "viewable": false, "pageType": "Normal", "pageNum": 492, "leafNum": 504, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0504.jp2&reduce=2&ext=jpg", },
1047
+ { "viewable": false, "pageType": "Normal", "pageNum": 493, "leafNum": 505, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0505.jp2&reduce=2&ext=jpg", }
1047
1048
  ],
1048
1049
  [
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", }
1050
+ { "viewable": false, "pageType": "Normal", "pageNum": 494, "leafNum": 506, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0506.jp2&reduce=2&ext=jpg", },
1051
+ { "viewable": false, "pageType": "Normal", "pageNum": 495, "leafNum": 507, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0507.jp2&reduce=2&ext=jpg", }
1051
1052
  ],
1052
1053
  [
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", }
1054
+ { "viewable": false, "pageType": "Normal", "pageNum": 496, "leafNum": 508, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0508.jp2&reduce=2&ext=jpg", },
1055
+ { "viewable": false, "pageType": "Normal", "pageNum": 497, "leafNum": 509, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0509.jp2&reduce=2&ext=jpg", }
1055
1056
  ],
1056
1057
  [
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", }
1058
+ { "viewable": false, "pageType": "Normal", "pageNum": 498, "leafNum": 510, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0510.jp2&reduce=2&ext=jpg", },
1059
+ { "pageType": "Normal", "pageNum": 499, "leafNum": 511, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0511.jp2&reduce=2&ext=jpg", }
1059
1060
  ],
1060
1061
  [
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", }
1062
+ { "pageType": "Normal", "pageNum": 500, "leafNum": 512, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0512.jp2&reduce=2&ext=jpg", },
1063
+ { "pageType": "Normal", "pageNum": 501, "leafNum": 513, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0513.jp2&reduce=2&ext=jpg", }
1063
1064
  ],
1064
1065
  [
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", }
1066
+ { "pageType": "Normal", "pageNum": 502, "leafNum": 514, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0514.jp2&reduce=2&ext=jpg", },
1067
+ { "pageType": "Normal", "pageNum": 503, "leafNum": 515, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0515.jp2&reduce=2&ext=jpg", }
1067
1068
  ],
1068
1069
  [
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", }
1070
+ { "pageType": "Normal", "pageNum": 504, "leafNum": 516, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0516.jp2&reduce=2&ext=jpg", },
1071
+ { "pageType": "Normal", "pageNum": 505, "leafNum": 517, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0517.jp2&reduce=2&ext=jpg", }
1071
1072
  ],
1072
1073
  [
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", }
1074
+ { "pageType": "Normal", "pageNum": 506, "leafNum": 518, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0518.jp2&reduce=2&ext=jpg", },
1075
+ { "pageType": "Normal", "pageNum": 507, "leafNum": 519, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0519.jp2&reduce=2&ext=jpg", }
1075
1076
  ],
1076
1077
  [
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", }
1078
+ { "pageType": "Normal", "leafNum": 520, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0520.jp2&reduce=2&ext=jpg", },
1079
+ { "pageType": "Normal", "leafNum": 521, "width": 1506, "height": 2638, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0521.jp2&reduce=2&ext=jpg", }
1079
1080
  ],
1080
1081
  [
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", }
1082
+ { "pageType": "Normal", "leafNum": 522, "width": 1592, "height": 2718, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0522.jp2&reduce=2&ext=jpg", },
1083
+ { "pageType": "Normal", "leafNum": 523, "width": 1592, "height": 2718, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0523.jp2&reduce=2&ext=jpg", }
1083
1084
  ],
1084
1085
  [
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
+ { "pageType": "Cover", "leafNum": 524, "width": 1746, "height": 2900, "uri": "https://archive.org/download/theworksofplato01platiala/theworksofplato01platiala_jp2.zip/theworksofplato01platiala_jp2%2Ftheworksofplato01platiala_0524.jp2&reduce=2&ext=jpg", }
1086
1087
  ]
1087
1088
  ]
1088
1089
  });