It looks like you're offline.
Open Library logo
additional options menu

BPL Page

This doc was last edited by webchick July 1, 2009.

plugin upstream
Templates in the website are disabled now. Editing them will not have any effect on the live website.
   1
   2
   3
   4
   5
   6
   7
   8
   9
  10
  11
  12
  13
  14
  15
  16
  17
  18
  19
  20
  21
  22
  23
  24
  25
  26
  27
  28
  29
  30
  31
  32
  33
  34
  35
  36
  37
  38
  39
  40
  41
  42
  43
  44
  45
  46
  47
  48
  49
  50
  51
  52
  53
  54
  55
  56
  57
  58
  59
  60
  61
  62
  63
  64
  65
  66
  67
  68
  69
  70
  71
  72
  73
  74
  75
  76
  77
  78
  79
  80
  81
  82
  83
  84
  85
  86
  87
  88
  89
  90
  91
  92
  93
  94
  95
  96
  97
  98
  99
 100
 101
 102
 103
 104
 105
 106
 107
 108
 109
 110
 111
 112
 113
 114
 115
 116
 117
 118
 119
 120
 121
 122
 123
 124
 125
 126
 127
 128
 129
 130
 131
 132
 133
 134
 135
 136
 137
 138
 139
 140
 141
 142
 143
 144
 145
 146
 147
 148
 149
 150
 151
 152
 153
 154
 155
 156
 157
 158
 159
 160
 161
 162
 163
 164
 165
 166
 167
 168
 169
 170
 171
 172
 173
 174
 175
 176
 177
 178
 179
 180
 181
 182
 183
 184
 185
 186
 187
 188
 189
 190
 191
 192
 193
 194
 195
 196
 197
 198
 199
 200
 201
 202
 203
 204
 205
 206
 207
 208
 209
 210
 211
 212
 213
 214
 215
 216
 217
 218
 219
 220
 221
 222
 223
 224
 225
 226
 227
 228
 229
 230
 231
 232
 233
 234
 235
 236
 237
 238
 239
 240
 241
 242
 243
 244
 245
 246
 247
 248
 249
 250
 251
 252
 253
 254
 255
 256
 257
 258
 259
 260
 261
 262
 263
 264
 265
 266
 267
 268
 269
 270
 271
 272
 273
 274
 275
 276
 277
 278
 279
 280
 281
 282
 283
 284
 285
 286
 287
 288
 289
 290
 291
 292
 293
 294
 295
 296
 297
 298
 299
 300
 301
 302
 303
 304
 305
 306
 307
 308
 309
 310
 311
 312
 313
 314
 315
 316
 317
 318
 319
 320
 321
 322
 323
 324
 325
 326
 327
 328
 329
 330
 331
 332
 333
 334
 335
 336
 337
 338
 339
 340
 341
 342
 343
 344
 345
 346
 347
 348
 349
 350
 351
 352
 353
 354
 355
 356
 357
 358
 359
 360
 361
 362
 363
 364
 365
 366
 367
 368
 369
 370
 371
 372
 373
 374
 375
 376
 377
 378
 379
 380
 381
 382
 383
 384
 385
 386
 387
 388
 389
 390
 391
 392
 393
 394
 395
 396
 397
 398
 399
 400
 401
 402
 403
 404
 405
 406
 407
 408
 409
 410
 411
 412
 413
 414
 415
 416
 417
 418
 419
 420
 421
 422
 423
 424
 425
 426
 427
 428
 429
 430
 431
 432
 433
 434
 435
 436
 437
 438
 439
 440
 441
 442
 443
<style type="text/css">
<!--
#book-art { width: 205px; height: 320px; text-align: center; float: left; padding-top: 0px; margin-top: 4px; padding-left: 13px; padding-right: 14px; background: #fff url(x/static/logos/logo-en.png) top center no-repeat; }
#footer { position: absolute; top: 940px; width: 99% }
#title { visibility: hidden }
#Nav {
	width: 250px;	
	padding: 0 0 0 0;
	list-style: none;
	font-size: 10pt;
}

#Nav2 {
	width: 250px;
	padding: 0 0 0 0;
	list-style: none;
	font-size: 11pt;
}

#Nav li {
	background: transparent;
	margin: 1px 1px 6px 1px;	

}

.Menu {
	padding: 3px 0px 3px 0px;		
	margin-top: 0px;
	margin-left: 0px;
	list-style: none;
	display: none;	
	background: transparent;
	margin-left: 20px;
}

.Menu2 {
	padding: 0;		
	margin-top: 0px;
	margin-left: 0px;
	list-style: none;
	display: none;	
	background: transparent;
	margin-left: 20px;
}

.Menu li {
/*	height: 20px; */
	background: transparent;
	font-size: 9pt;
	line-height; 10pt;	
}

-->
</style>


<script src='http://invisible.net/openlibrary/reboot-scod/subject-browse/js/menu.js' type='text/javascript'></script>
<script src='http://mjtemplate.org/dist/mjt-0.6/mjt.js' type='text/javascript'></script>

<script type="text/javascript">
var scan_records = null;
function process_scan_records(records) {
    scan_records = records;
}
\$(document).ready(function(){
    mjt.run("Nav");
});
</script>

<!-- this should come only after mjt.run, other adding mouseover event happen before adding those elements. -->
<script src='http://invisible.net/openlibrary/new.bpl.launch/subject-browse/js/menu.js' type='text/javascript'></script>

<script src='/query.json?query={"type": "/type/scan_record", "scan_status": "SCAN_COMPLETE", "sort": "-completion_date", "limit": 15, "edition": {"*": null, "authors": {"name": null}}}&callback=process_scan_records' type='text/javascript'></script>


<div id="contentcolumn" style="position: absolute; top: 55px;">
<table cellpadding="0" cellspacing="0" border="0" width="100%"><tr><td valign="top">
    <div id="header">               
        <div id="title" class="title-pad" style="visibility: visible">Open Library Scan-On-Demand</div>
        <div class="subtitle" style="margin-top: -4px; padding-bottom: 0px;">In partnership with Boston Public Library</div>

        <div id="book-art" class="datalink" style="clear: both; margin-bottom: 30px;">
            <a href="/dev/docs/scan-on-demand"><img src="http://invisible.net/openlibrary/reboot-scod/subject-browse/images/blank.book.IA.png" width="180" style="padding-top: 10px;"/></a>

            <a href="/dev/docs/scan-on-demand" style="text-decoration: none" class="linkbutton"><button type="submit" name="submit" value="scan_this_book" class="submit" style="width: 170px; margin-top: 6px;">How It Works</button></a>
	        </span>
        </div>

<div class="contenttext" style="padding-right: 10px; margin-right: 0px;">
<p style="padding-top: 6px;">Simply search for a public domain book on Open Library and, if it's at the Boston Public Library and hasn't been scanned yet, you will see a "Scan This Book" button. When you click the button and follow the steps to confirm, we'll have a librarian go and get the book from the stacks, bring it to our scanning center, and have our team of scanners digitize it page-by-page. The books are being highlighted in GnuBook, the Internet Archive's exciting new bookreader, and are also available in other formats, such as PDF and full text. <br /><br />

<form method="get" action="/search">
    <table cellpadding="0" cellspacing="0" border="0">
        <tr>

            <td>
                <div class="simple-search-form">
                    <input style="background-color: #f8f8f8; font-family: georgia; font-size: 18px; color: #6F320D; border: 1px solid #ccc; padding-left: 4px; width: 100%" type="text" name="q" value="" title="type_search." />
                </div>
            </td>
            <td>
                <div class="button-border"><button class="go" type="submit">Go</button><img src="/static/images/flourish.gif"  alt="Go" /></div>
            </td>

        </tr>
        <tr>
            <td colspan="2" style="padding-top: 3px;">
                <span class="copyright">
                    <input tabindex="9" type="checkbox" value="zcsjstumitke" name="ftokens" checked>
                    Scannable books only
                </span>

            </td>

        </tr>
    </table>      
</form>



</p>
</div>

<br clear="both">
<div style="margin-left: 20px; margin-right: 20px; ">
<table cellpadding="0" cellspacing="0" border="0" width="100%">
            <tr>
                <td class="historyheader" colspan="4" style="border-bottom: 1px solid #999">Select Subjects</td>

            </tr>
<tr>
 <td class="path" style="border-bottom: 1px solid #ccc" ><a href="http://openlibrary.org/search?q=subjects:(boston+mass)&ftokens=zcsjstumitke">Boston, Mass.</a> (54)</td>
 <td class="path" style="border-bottom: 1px solid #ccc" ><a href="http://openlibrary.org/search?q=subjects:(children)&ftokens=zcsjstumitke">Childrens Books</a> (91)</td>
 <td class="path" style="border-bottom: 1px solid #ccc" ><a href="http://openlibrary.org/search?q=subjects:(education)&ftokens=zcsjstumitke">Education</a> (52)</td>
 <td class="path" style="border-bottom: 1px solid #ccc" ><a href="http://openlibrary.org/search?q=subjects:(women)&ftokens=zcsjstumitke">Women</a> (43)</td>
</tr>
<tr>
 <td class="path" style="border-bottom: 1px solid #ccc" ><a href="http://openlibrary.org/search?q=subjects:(america)&ftokens=zcsjstumitke">America</a> (88)</td>
 <td class="path" style="border-bottom: 1px solid #ccc" ><a href="http://openlibrary.org/search?q=subjects:(united+states)&ftokens=zcsjstumitke">United States</a> (303)</td>
 <td class="path" style="border-bottom: 1px solid #ccc" ><a href="http://openlibrary.org/search?q=subjects:(law)&ftokens=zcsjstumitke">Law</a> (102)</td>
 <td class="path" style="border-bottom: 1px solid #ccc" ><a href="http://openlibrary.org/search?q=subjects:(music)&ftokens=zcsjstumitke">Music</a> (21)</td>
</tr>
<tr>
 <td class="path" style="border-bottom: 1px solid #ccc" ><a href="http://openlibrary.org/search?q=subjects:(history)&ftokens=zcsjstumitke">History</a> (846)</td>
 <td class="path" style="border-bottom: 1px solid #ccc" ><a href="http://openlibrary.org/search?q=subjects:(art)&ftokens=zcsjstumitke">Art</a> (64)</td>
 <td class="path" style="border-bottom: 1px solid #ccc" ><a href="http://openlibrary.org/search?q=subjects:(europe)&ftokens=zcsjstumitke">Europe</a> (41)</td>
 <td class="path" style="border-bottom: 1px solid #ccc" ><a href="http://openlibrary.org/search?q=subjects:(england)&ftokens=zcsjstumitke">England</a> (137)</td>
</tr>
<tr>
 <td class="path" style="border-bottom: 1px solid #ccc" ><a href="http://openlibrary.org/search?q=subjects:(science)&ftokens=zcsjstumitke">Science</a> (25)</td>
 <td class="path" style="border-bottom: 1px solid #ccc" ><a href="http://openlibrary.org/search?q=subjects:(nature)&ftokens=zcsjstumitke">Nature</a> (2)</td>
 <td class="path" style="border-bottom: 1px solid #ccc" ><a href="http://openlibrary.org/search?q=subjects:(religion)&ftokens=zcsjstumitke">Religion</a> (19)</td>
 <td class="path" style="border-bottom: 1px solid #ccc" ><a href="http://openlibrary.org/search?q=subjects:(literature)&ftokens=zcsjstumitke">Literature</a> (245)</td>
</tr>
<tr>
 <td class="path" style="border-bottom: 1px solid #ccc" ><a href="http://openlibrary.org/search?q=subjects:(moral)&ftokens=zcsjstumitke">Morality</a> (1)</td>
 <td class="path" style="border-bottom: 1px solid #ccc" ><a href="http://openlibrary.org/search?q=subjects:(architecture)&ftokens=zcsjstumitke">Architecture</a> (26)</td>
 <td class="path" style="border-bottom: 1px solid #ccc" ><a href="http://openlibrary.org/search?q=subjects:(world)&ftokens=zcsjstumitke">World</a> (51)</td>
 <td class="path" style="border-bottom: 1px solid #ccc" ><a href="http://openlibrary.org/search?q=subjects:(animals)&ftokens=zcsjstumitke">Animals</a> (13)</td>
</tr>
<tr>
 <td class="path" style="border-bottom: 1px solid #ccc" ><a href="http://openlibrary.org/search?q=subjects:(asia)&ftokens=zcsjstumitke">Asia</a> (13)</td>
 <td class="path" style="border-bottom: 1px solid #ccc" ><a href="http://openlibrary.org/search?q=subjects:(geography)&ftokens=zcsjstumitke">Geography</a> (23)</td>
 <td class="path" style="border-bottom: 1px solid #ccc" ><a href="http://openlibrary.org/search?q=subjects:(geology)&ftokens=zcsjstumitke">Geology</a> (11)</td>
 <td class="path" style="border-bottom: 1px solid #ccc" ><a href="http://openlibrary.org/search?q=subjects:(politics)&ftokens=zcsjstumitke">Politics</a> (147)</td>
</tr>
<tr>
 <td class="path" colspan="4" style="padding-top: 6px;"><img src="/static/images/arrow.red.png" alt="Disclosure Arrow" border="0" /> <span class="copyright"><a href="http://openlibrary.org/search?q=&ftokens=zcsjstumitke"  style="text-decoration: underline">View All Scannable Books</a> (6,474) ...</span></td>
</tr>
</table>

<br /><br /><br />
</div>
</div>
</div>
</td><td  style="width: 300px; vertical-align: top;">

<div id="bibliography">
<div id="biblio-form-body" style="min-height: 800px; padding-left: 10px; padding-top: 20px;">

<span class="navheader">Recently Scanned</span> <br />

<table border="0" cellpadding="0" cellspacing="10" width="85%" align="center">

    <tr>
    <td  width="50%">


<ul id="Nav">
        <li>
        
                <img alt="Disclosure Arrow" src="/static/images/arrow.red.png" border="0"> <a href="http://www.us.archive.org/GnuBook/?id=musicandmanners00krehgoog" target="_blank">Music and manners in the classical period</a>
                <ul class="Menu">
                        <li style="border: 1px solid rgb(204, 204, 204); padding: 0px; overflow: hidden; background-color: rgb(255, 255, 255); height: 70px;">
                                <a href="http://openlibrary.org/bookreader/musicandmanners00krehgoog"><img style="padding-top: 10px; float: left; width: 40px; padding-left: 6px;" src="bpl_files/OL13446067M-M.gif" width="180"></a>
                                <div style="padding: 0px 6px 6px 55px; margin-top: 0px;">
                                        <br>
                                        <span>Published in 1898,</span>
                                        <span>C. Scribner's sons</span>
                                        <span>(New York)</span>
                                        <a href="http://openlibrary.org/b/OL13446067M">Details</a>
                                </div>
                        </li>
                </ul>
        </li><li>
        
                <img alt="Disclosure Arrow" src="/static/images/arrow.red.png" border="0"> <a href="http://www.us.archive.org/GnuBook/?id=essaysirishameri00yeat" target="_blank">Essays, Irish and American.</a>
                <ul class="Menu">
                        <li style="border: 1px solid rgb(204, 204, 204); padding: 0px; overflow: hidden; background-color: rgb(255, 255, 255); height: 70px;">
                                <a href="http://openlibrary.org/bookreader/essaysirishameri00yeat"><img style="padding-top: 10px; float: left; width: 40px; padding-left: 6px;" src="bpl_files/OL13445318M-M.gif" width="180"></a>
                                <div style="padding: 0px 6px 6px 55px; margin-top: 0px;">
                                        <br>
                                        <span>Published in 1918,</span>
                                        <span>The Talbot press ltd.</span>
                                        <span>(Dublin)</span>
                                        <a href="http://openlibrary.org/b/OL13445318M">Details</a>
                                </div>
                        </li>
                </ul>
        </li><li>
        
                <img alt="Disclosure Arrow" src="/static/images/arrow.red.png" border="0"> <a href="http://www.us.archive.org/GnuBook/?id=lecaptainedulanv00poid" target="_blank">captaine du "Lanve/a1oc"</a>
                <ul class="Menu">
                        <li style="border: 1px solid rgb(204, 204, 204); padding: 0px; overflow: hidden; background-color: rgb(255, 255, 255); height: 70px;">
                                <a href="http://openlibrary.org/bookreader/lecaptainedulanv00poid"><img style="padding-top: 10px; float: left; width: 40px; padding-left: 6px;" src="bpl_files/OL13449442M-M.gif" width="180"></a>
                                <div style="padding: 0px 6px 6px 55px; margin-top: 0px;">
                                        <br>
                                        <span>Published in 1918,</span>
                                        <span>Librairie Larousse</span>
                                        <span>(Paris)</span>
                                        <a href="http://openlibrary.org/b/OL13449442M">Details</a>
                                </div>
                        </li>
                </ul>
        </li><li>
        
                <img alt="Disclosure Arrow" src="/static/images/arrow.red.png" border="0"> <a href="http://www.archive.org/stream/deutschbhmisch01dobr" target="_blank">Deutsch-böhmisches Wörterbuch</a>
                <ul class="Menu">
                        <li style="border: 1px solid rgb(204, 204, 204); padding: 0px; overflow: hidden; background-color: rgb(255, 255, 255); height: 70px;">
                                <a href="http://openlibrary.org/bookreader/%3Cspan%20style=" outline-style:solid;color:red;="">[undefined]"&gt;<img style="padding-top: 10px; float: left; width: 40px; padding-left: 6px;" src="bpl_files/OL13456520M-M.gif" width="180"></a>
                                <div style="padding: 0px 6px 6px 55px; margin-top: 0px;">
                                        <br>
                                        <span>Published in 1802,</span>
                                        <span>In der Herrlischen Buchandlung</span>
                                        <span>(Prag)</span>
                                        <a href="http://openlibrary.org/b/OL13456520M">Details</a>
                                </div>
                        </li>
                </ul>
        </li><li>
        
                <img alt="Disclosure Arrow" src="/static/images/arrow.red.png" border="0"> <a href="http://www.us.archive.org/GnuBook/?id=antiquitiesofwes00smit" target="_blank">Antiquities of Westminster...</a>
                <ul class="Menu">
                        <li style="border: 1px solid rgb(204, 204, 204); padding: 0px; overflow: hidden; background-color: rgb(255, 255, 255); height: 70px;">
                                <a href="http://openlibrary.org/bookreader/antiquitiesofwes00smit"><img style="padding-top: 10px; float: left; width: 40px; padding-left: 6px;" src="bpl_files/OL13446732M-M.gif" width="180"></a>
                                <div style="padding: 0px 6px 6px 55px; margin-top: 0px;">
                                        <br>
                                        <span>Published in 1807,</span>
                                        <span>Printed by T. Bensley, Bolt Court, for J.T. Smith and sold by R. Ryan... and J. Manson...</span>
                                        <span>(London)</span>
                                        <a href="http://openlibrary.org/b/OL13446732M">Details</a>
                                </div>
                        </li>
                </ul>
        </li><li>
        
                <img alt="Disclosure Arrow" src="/static/images/arrow.red.png" border="0"> <a href="http://www.us.archive.org/GnuBook/?id=theoryofmusicasa00elso" target="_blank">theory of music</a>
                <ul class="Menu">
                        <li style="border: 1px solid rgb(204, 204, 204); padding: 0px; overflow: hidden; background-color: rgb(255, 255, 255); height: 70px;">
                                <a href="http://openlibrary.org/bookreader/theoryofmusicasa00elso"><img style="padding-top: 10px; float: left; width: 40px; padding-left: 6px;" src="bpl_files/OL13448836M-M.gif" width="180"></a>
                                <div style="padding: 0px 6px 6px 55px; margin-top: 0px;">
                                        <br>
                                        <span>Published in 1904,</span>
                                        <span>New England Conservatory of Music</span>
                                        <span>(Boston)</span>
                                        <a href="http://openlibrary.org/b/OL13448836M">Details</a>
                                </div>
                        </li>
                </ul>
        </li><li>
        
                <img alt="Disclosure Arrow" src="/static/images/arrow.red.png" border="0"> <a href="http://www.us.archive.org/GnuBook/?id=whoswhoinmusicbi00wynd" target="_blank">Who's who in music</a>
                <ul class="Menu">
                        <li style="border: 1px solid rgb(204, 204, 204); padding: 0px; overflow: hidden; background-color: rgb(255, 255, 255); height: 70px;">
                                <a href="http://openlibrary.org/bookreader/whoswhoinmusicbi00wynd"><img style="padding-top: 10px; float: left; width: 40px; padding-left: 6px;" src="bpl_files/OL13489243M-M.gif" width="180"></a>
                                <div style="padding: 0px 6px 6px 55px; margin-top: 0px;">
                                        <br>
                                        <span>Published in 1913,</span>
                                        <span>Small, Maynard</span>
                                        <span>(Boston)</span>
                                        <a href="http://openlibrary.org/b/OL13489243M">Details</a>
                                </div>
                        </li>
                </ul>
        </li><li>
        
                <img alt="Disclosure Arrow" src="/static/images/arrow.red.png" border="0"> <a href="http://www.us.archive.org/GnuBook/?id=dogsallaboutthem00leig" target="_blank">Dogs and all about them</a>
                <ul class="Menu">
                        <li style="border: 1px solid rgb(204, 204, 204); padding: 0px; overflow: hidden; background-color: rgb(255, 255, 255); height: 70px;">
                                <a href="http://openlibrary.org/bookreader/dogsallaboutthem00leig"><img style="padding-top: 10px; float: left; width: 40px; padding-left: 6px;" src="bpl_files/OL13448351M-M.gif" width="180"></a>
                                <div style="padding: 0px 6px 6px 55px; margin-top: 0px;">
                                        <br>
                                        <span>Published in 1910,</span>
                                        <span>Cassell and company, ltd.</span>
                                        <span>(London)</span>
                                        <a href="http://openlibrary.org/b/OL13448351M">Details</a>
                                </div>
                        </li>
                </ul>
        </li><li>
        
                <img alt="Disclosure Arrow" src="/static/images/arrow.red.png" border="0"> <a href="http://www.us.archive.org/GnuBook/?id=developmentofeur01rose" target="_blank">development of the European nations, 1870-1900</a>
                <ul class="Menu">
                        <li style="border: 1px solid rgb(204, 204, 204); padding: 0px; overflow: hidden; background-color: rgb(255, 255, 255); height: 70px;">
                                <a href="http://openlibrary.org/bookreader/developmentofeur01rose"><img style="padding-top: 10px; float: left; width: 40px; padding-left: 6px;" src="bpl_files/OL13447134M-M.gif" width="180"></a>
                                <div style="padding: 0px 6px 6px 55px; margin-top: 0px;">
                                        <br>
                                        <span>Published in 1905,</span>
                                        <span>G.P. Putnam's Sons</span>
                                        <span>(New York)</span>
                                        <a href="http://openlibrary.org/b/OL13447134M">Details</a>
                                </div>
                        </li>
                </ul>
        </li><li>
        
                <img alt="Disclosure Arrow" src="/static/images/arrow.red.png" border="0"> <a href="http://www.archive.org/stream/historyofworldfr01ml" target="_blank">history of the world</a>
                <ul class="Menu">
                        <li style="border: 1px solid rgb(204, 204, 204); padding: 0px; overflow: hidden; background-color: rgb(255, 255, 255); height: 70px;">
                                <a href="http://openlibrary.org/bookreader/%3Cspan%20style=" outline-style:solid;color:red;="">[undefined]"&gt;<img style="padding-top: 10px; float: left; width: 40px; padding-left: 6px;" src="bpl_files/OL13443760M-M.gif" width="180"></a>
                                <div style="padding: 0px 6px 6px 55px; margin-top: 0px;">
                                        <br>
                                        <span>Published in 1840,</span>
                                        <span>Marsh, Capen, Lyon, and Webb</span>
                                        <span>(Boston)</span>
                                        <a href="http://openlibrary.org/b/OL13443760M">Details</a>
                                </div>
                        </li>
                </ul>
        </li><li>
        
                <img alt="Disclosure Arrow" src="/static/images/arrow.red.png" border="0"> <a href="http://www.archive.org/stream/historyphilosoph01mill"
target="_blank">History, philosophically illustrated, from the fall
of the Roman empire, to the French revolution.</a>
                <ul class="Menu">
                        <li style="border: 1px solid rgb(204, 204, 204); padding: 0px; overflow: hidden; background-color: rgb(255, 255, 255); height: 70px;">
                                <a href="http://openlibrary.org/bookreader/%3Cspan%20style=" outline-style:solid;color:red;="">[undefined]"&gt;<img style="padding-top: 10px; float: left; width: 40px; padding-left: 6px;" src="bpl_files/OL13446962M-M.gif" width="180"></a>
                                <div style="padding: 0px 6px 6px 55px; margin-top: 0px;">
                                        <br>
                                        <span>Published in 1832,</span>
                                        <span>J. Duncan</span>
                                        <span>(London)</span>
                                        <a href="http://openlibrary.org/b/OL13446962M">Details</a>
                                </div>
                        </li>
                </ul>
        </li><li>
        
                <img alt="Disclosure Arrow" src="/static/images/arrow.red.png" border="0"> <a href="http://www.us.archive.org/GnuBook/?id=lescoloniesetlam00deha" target="_blank">colonies et la métropole</a>
                <ul class="Menu">
                        <li style="border: 1px solid rgb(204, 204, 204); padding: 0px; overflow: hidden; background-color: rgb(255, 255, 255); height: 70px;">
                                <a href="http://openlibrary.org/bookreader/lescoloniesetlam00deha"><img style="padding-top: 10px; float: left; width: 40px; padding-left: 6px;" src="bpl_files/OL13446055M-M.gif" width="180"></a>
                                <div style="padding: 0px 6px 6px 55px; margin-top: 0px;">
                                        <br>
                                        <span>Published in 1839,</span>
                                        <span>Hortet et Ozanne</span>
                                        <span>(Paris)</span>
                                        <a href="http://openlibrary.org/b/OL13446055M">Details</a>
                                </div>
                        </li>
                </ul>
        </li><li>
        
                <img alt="Disclosure Arrow" src="/static/images/arrow.red.png" border="0"> <a href="http://www.us.archive.org/GnuBook/?id=philosophyofmyst00dupr" target="_blank">philosophy of mysticism</a>
                <ul class="Menu">
                        <li style="border: 1px solid rgb(204, 204, 204); padding: 0px; overflow: hidden; background-color: rgb(255, 255, 255); height: 70px;">
                                <a href="http://openlibrary.org/bookreader/philosophyofmyst00dupr"><img style="padding-top: 10px; float: left; width: 40px; padding-left: 6px;" src="bpl_files/OL13445276M-M.gif" width="180"></a>
                                <div style="padding: 0px 6px 6px 55px; margin-top: 0px;">
                                        <br>
                                        <span>Published in 1889,</span>
                                        <span>George Redway</span>
                                        <span>(London)</span>
                                        <a href="http://openlibrary.org/b/OL13445276M">Details</a>
                                </div>
                        </li>
                </ul>
        </li><li>
        
                <img alt="Disclosure Arrow" src="/static/images/arrow.red.png" border="0"> <a href="http://www.us.archive.org/GnuBook/?id=pamietnikwystawy00towa" target="_blank">Pamiętnik wystawy miniatur, oraz tkanin i haftów</a>
                <ul class="Menu">
                        <li style="border: 1px solid rgb(204, 204, 204); padding: 0px; overflow: hidden; background-color: rgb(255, 255, 255); height: 70px;">
                                <a href="http://openlibrary.org/bookreader/pamietnikwystawy00towa"><img style="padding-top: 10px; float: left; width: 40px; padding-left: 6px;" src="bpl_files/OL13449875M-M.gif" width="180"></a>
                                <div style="padding: 0px 6px 6px 55px; margin-top: 0px;">
                                        <br>
                                        <span>Published in 1912,</span>
                                        <span>Tow. Opieki nad Zab. Przeszł</span>
                                        <span>(Warszawa)</span>
                                        <a href="http://openlibrary.org/b/OL13449875M">Details</a>
                                </div>
                        </li>
                </ul>
        </li><li>
        
                <img alt="Disclosure Arrow" src="/static/images/arrow.red.png" border="0"> <a href="http://www.us.archive.org/GnuBook/?id=correspondancepo00john" target="_blank">Correspondance politique sur les affaires présentes de la Hollande</a>
                <ul class="Menu">
                        <li style="border: 1px solid rgb(204, 204, 204); padding: 0px; overflow: hidden; background-color: rgb(255, 255, 255); height: 70px;">
                                <a href="http://openlibrary.org/bookreader/correspondancepo00john"><img style="padding-top: 10px; float: left; width: 40px; padding-left: 6px;" src="bpl_files/OL13456389M-M.gif" width="180"></a>
                                <div style="padding: 0px 6px 6px 55px; margin-top: 0px;">
                                        <br>
                                        <span>Published in 1782,</span>
                                        <span>[s.n.]</span>
                                        <span>(A Amsterdam)</span>
                                        <a href="http://openlibrary.org/b/OL13456389M">Details</a>
                                </div>
                        </li>
                </ul>
        </li>
</ul>

    


    </td>
    </tr>
</table>

   
    </td>

    </tr>
</table>



</div>
</div>


<div class="copyright-footer" style="clear: both; position: absolute; top: 900px; width: 99%; padding-right: 0px; margin-right: 0px; padding-left: 0px; margin-left: 0px;"><img src="/static/images/arrow.red.png" alt="Disclosure Arrow" border="0" style="margin-left: 20px;" /> You can learn more about this new feature by reading our <a href="/dev/docs/scan-on-demand/">developer documentation.</a> →</div>

</div>

</div>