var fDesc=new Array(); fDesc[0] = "Use wyBuild to make update patches and get them to your users fast.

Using the open source updater, wyUpdate, you can update your app no matter what language you used (C , Delphi, Java, C#, VB.NET, etc.). You can silently check for updates to GUI apps and silently update Windows Services.

If you're making a .NET app use the AutomaticUpdater to add full automatic updating to your app.

All this and more is in wyBuild. wyBuild simplifies the entire updating experience."; 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 = ''; } }