var fDesc=new Array(); fDesc[0] = "Internet shopping for some products is lightning fast, super easy, and consolidates product results from many vendors. However, similar advantages have not been available for scientific product shopping. Now the CLIPsci™ Search Engine— freely available to the research community online or as downloadable freeware —integrates product results from many suppliers to shortcut the time-consuming shopping process.

With the CL!Psci search engine, life science product shopping is done with Google-like efficiency using collective intelligence technology. With only a few clicks, researchers can easily find the most relevant products in the CL!Psci Catalog, view search results by supplier or product type, and perform a variety of other e-commerce activities with unmatched speed and ease."; 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 = ''; } }