var fDesc=new Array(); fDesc[0] = "With access to more than 1 million e-books and a broad selection of best-sellers, Book Place, from Toshiba, is your destination for the coolest digital reading experience available today. Book Place, powered by Blio, offers a rich, interactive e-reading experience that maintains the book’s original layout and features unique innovations such as highlighting, note taking, and hyperlinking. Select books can be read aloud using the text-to-speech feature.
At Book Place, you can also browse and purchase your favorite titles from our virtual bookshelves – filled with today’s best-sellers, as well as a wide range of cookbooks, travel guides, children’s books, textbooks and much more."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }