var fDesc=new Array(); fDesc[0] = "RevaTrademark is a simple but powerful docketing program.
Main Features:
- Track trademarks, patents, oppositions, clients and contacts.
- View upcoming critical dates, generate alert emails, or send them to your Outlook calendar.
- Customize each jurisdiction's date schedule to add your own reminder dates.
- Record the actions you've taken on trademarks and patents, including hours and expenses.
- Print reports with user-selected fields and and export them to PDFs, Word or Excel.
- Merge trademark and patent data into Word letters and Outlook emails.
- Open trademark and patent records in official online databases with one click."; 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 = ''; } }