var fDesc=new Array(); fDesc[0] = "KWiCFinder conducts your online searches without supervision.

The Main Query Window provides fields in which to enter words or phrases to search for. Logical relations between fields (AND, OR, NEAR, BEFORE, AFTER) are selected from a dropdown box. Search options selected are summarized in a box at the upper-left (click this box or the "Search & Report Options" tab to change the options). KWiCFinder works in the background, while you are doing something else. It can save all downloaded documents matching your query in HTML (web) or text form for later reference or analysis."; 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 = ''; } }