var fDesc=new Array(); fDesc[0] = "Inside the wonderful world of classic literature there are literary dozens upon dozens of extraordinary characters just waiting to meet you and share their adventures, mysteries, romances and wit. Explore the streets of Victorian London with Oliver Twist; marvel at the intellect of Sherlock Holmes; laugh along with Tom Sawyer and Huckleberry Finn in their adventures upon the Mississippi; and feel the passion that arouses Lady Chatterley..."; 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 = ''; } }