var fDesc=new Array(); fDesc[0] = "As an Upsizing Tool, SSW Upsizing PRO! 2000 checks your database the way the Microsoft Upsizing Wizard should have done. After you use the generated reports, and made the recommended changes, you can upsize to SQL Server without any worries. Here are some of the useful features of SSW Upsizing PRO! 2000 :

- Wizards guide you through the upgradation.
- Effective than Microsoft's Upsizing Wizard.
- Supports upsizing non-unicode datatypes in Access
- Microsoft Access developers too often use forms and combos bound to large tables or slow queries. Let this wizard analyze your Front-End and tell you what forms are slow and what controls are the culprits in each form."; 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 = ''; } }