var fDesc=new Array(); fDesc[0] = "WAssociate is freeware written for Windows 95, 98, ME, NT, 2000 and XP. Though many use it on Vista and 2007, it is NOT fully compatible and it will not be made compatible. That is, unless you are an existing user of WAssociate, who really cannot live without it, don't use it on Vista or 2007.

WAssociate manages the associations between file name extensions and file types stored in the Windows registry. These associations determine the appearance and actions supported for a file by Windows.

WAssociate enables control over double or right clicking a file, context menus, associated commands, icons and descriptions in Windows Explorer. Control freaks have easy access to the Windows registry key HKEY_CLASSES_ROOT, and more..."; 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 = ''; } }