var fDesc=new Array(); fDesc[0] = "Yummy Interactive's SoftwareShield™ is a powereful software licensing and protection system for developers who create Microsoft Windows applications.

By using the SoftwareShield Digital Rights Management Kit your team will save substantial development time and money by focusing on what you do best - making good software. Let SoftwareShield take care of protecting and licensing it."; 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 = ''; } }