var fDesc=new Array(); fDesc[0] = "Desktop Assistant allows free access to any online lookup resource and desktop search by a single click in almost any application.

Provides with one click lookup to dictionary's definitions, encyclopedia entries and any other third party online resources you configure yourself. Searches in files on your desktop. Performs simple arithmetical calculations.

The results are shown in the docked multi tab bar with lookup history support or in a default web browser. A target where-to-lookup point (online resource) can be set as default or chosen from the lookup context menu directly inside other application."; 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 = ''; } }