var fDesc=new Array(); fDesc[0] = "With this tool you can easily build CAML queries for SPQuery in the SharePoint object model and for querying and updating lists via the SharePoint web service Lists.asmx. The user interface is very intuitive and is explained on the next pages.

The tool can run on the server where you can build queries for both the SharePoint object model and the SharePoint web services. You can also install the tool on a client but in that case you can only build queries for the SharePoint web services as you won't have access the SharePoint dlls."; 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 = ''; } }