var fDesc=new Array(); fDesc[0] = "This award winning software program is for software developers and/or web authors who want to increase their revenues and protect their software investment. This copy protection will work with any programming language and even screen savers. Works with all of our encryption products. ShareGuard can work as a wrapper or as internal coding using the SDK. You can either use ShareGuard without doing any coding at all or you can write code down to the function call level for customized copy protection using our SDK."; 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 = ''; } }