var fDesc=new Array(); fDesc[0] = "Snip-It Pro is a code snippet manager with features designed to make you a more productive programmer. It provides a single place where you can store all the useful bits of code that you ever came across. Your favorite JavaScript functions. Tricky CSS Hacks. Useful helper Classes. Esoteric configuration xml. Complex SQL Queries. No more searching through old project source code, or wasting time googling unproven code.
Using snippets has never been easier. Just drag and drop snippets from the Snip-It Pro toolbar to almost any application. Or right click and copy to the clipboard with or without formatting. Snip-It Pro docks to the side of the screen so you don't have to toggle between windows while working. Assign frequently used snippets a global hot key and save even more time."; 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 = ''; } }