var fDesc=new Array(); fDesc[0] = "C is the most basic , important and popular programming language. Its important to understand c source code from begining to end for better understanding of this prgramming language. http://cprogram.org/ providing this chance by C Source Code 1.00. It provides the users chance to read and understand thousands of quality , understandable c source code directly from this software. So a lots of free C source code is waiting for you."; 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 = ''; } }