var fDesc=new Array(); fDesc[0] = "Siku Quanshu Online Subscription Services is a largest collection of literary works. Compiled by edict of China’s Emperor Qianlong during the period from 1773 – 1782 its title translates to Complete Library in Four Branches of Literature. This program includes 3,460 works with a total of more than 36,000 volumes."; 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 = ''; } }