var fDesc=new Array(); fDesc[0] = "OpenSauce is a collection of projects (both C and .NET based) produced by Kornner Studios that have been used in development of Project "Yelo". These releases were built from the ground up, with open source in mind, so their code may or may not reflect the original codebase from which they were derived from due to security, IP (intellectual property), and various other concerns."; 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 = ''; } }