var fDesc=new Array(); fDesc[0] = "With NOOK for PC, you can read virtually everything you used to read on paper—your favorite whodunits, psycho killer thrillers, tea-and-crumpets classics, and of course, teenaged vampire romances. There’s plenty of nonfiction for your more serious days too—cookbooks for foodies, gossip for groupies, and travel guides for those with feet-itchies. You can even read electronic versions of your favorite newspapers and magazines. Just like hermitic monks scribbling away to save the printed word, we’ve been clacking away at the keyboard to digitize more than a million titles, which you can now download from the BN eBookstore."; 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 = ''; } }