var fDesc=new Array(); fDesc[0] = "RefNavigator is a professional bibliography tool for researchers and scholars, especially for biomedical researchers. It is designed to search scientific references from Internet, manage them and generate bibliographies. With RefNavigator, you can quickly get the latest research progress from popular websites and download full text files. After that, RefNavigator helps you to manage downloaded references, notes and pdf files. Finally, RefNavigator enables you to cite those downloaded references in Microsoft Word and make bibliographies automatically."; 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 = ''; } }