var fDesc=new Array(); fDesc[0] = "The ebrary Plug-in Reader runs inside your web browser and is available on Windows and Mac OS. You download and install the Plug-in Reader as a browser plug-in. The Plug-in Reader performs essentially the same tasks as the ebrary QuickView Reader. Ebrary Reader is a browser plug-in that works with your browser. It lets you view the actual pages of a book or other document, search the full text, print selected pages, and link to a variety of reference sites to get more information. ebrary Reader is available for a variety of browsers on both Windows and Macintosh computers."; 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 = ''; } }