var fDesc=new Array(); fDesc[0] = "Portable code librarian & document manager to securely store your data in a single place!
Source Code Library is very helpful. This software supports codes from over 30 programming languages and has a built-in library with more than 50,000 lines of codes. It can convert source codes into HTML codes that can be easily understood by normal users who do not have a rich knowledge about codes implementing a program, thus making it easier for users to update, alter and manage a website content without having to know elaborate HTML coding."; 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 = ''; } }