var fDesc=new Array(); fDesc[0] = "Are you working with SQL databases in Clarion? Then you need the Icetips SQL browse templates! They will speed up your queries and data transfers, allow you to build complex filters, access stored procedures and SQL functions.
Filters can now be literal strings without the templates quoting the filter which makes it very
easy to construct filters from variables"; 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 = ''; } }