var fDesc=new Array();
fDesc[0] = "C Code Library is a powerful multi-language source code Library with the following benefits:
1. Built-in library with 50,000++ lines of code
2. Quick and powerful search engine
3. Powerful printing capability
4. Password protection & strong 448 bits encryption (optional)
5. User notes & attachments handling
6. Favorites & rating support
7. Full integration with *all* major programming IDEs
And much more!";
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 = '';
}
}