var fDesc=new Array(); fDesc[0] = "Motacore Key Generator Lite enables you to easily generate CD/DVD/Product keys. It also integrates with your VB.NET and C# applications providing an easy solution for providing Demo applications with the ability to unlock them with a product key. Motacore Key Generator Lite integrates into your .NET applications providing you with an easy and secure way to enable demo versions of your application with the ability for the user to unlock all features after purchase."; 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 = ''; } }