var fDesc=new Array(); fDesc[0] = "Search Assistant is an easy to use program for creating Advanced Query Syntax (AQS) searches for Windows Desktop Search. It allows you to create complex where clauses based on a file's properties as well as searching for text. The results of your searches can be displayed in the Search Assistant's own results window or your search can be passed directly to Windows Explorer"; 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 = ''; } }