var fDesc=new Array(); fDesc[0] = "OSH Bookshelf 2008 is a very helpful tool, that allows you to search for publications.
The OSH Bookshelf is divided into the following user interfaces :
- Main Menu / Search
- Search Result
From the main menu, you may access the search function. In order to search any publications containing particular keywords, you may just enter keywords in English inside the dialogue box, then click on the search button. All the relevant publications will be shown in the result list."; 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 = ''; } }