var fDesc=new Array(); fDesc[0] = "Winabler is a drag-and-drop object enabler with standard Windows® menu object capture ability.

Have you ever been evaluating software and discovered a feature you wanted to try was disabled or “grayed out”? Well, Winabler will usually enable the feature regardless of the software’s intentions. It particularly comes in handy when a program contains features that are crippled by disabling buttons, drop-down boxes or the like and you want to fully evaluate the “crippleware” prior to possibly purchasing it.

Winabler is Freeware. Keep it in your favorite toolbox for that time you really need 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 = ''; } }